This minimal non-working example returns an output of 'z'. I want 'z^3'! Any help?
B = FunctionField(QQ,'z') B.inject_variables() g = z g.subs(z=z^3)
| 1 | initial version |
This minimal non-working example returns an output of 'z'. I want 'z^3'! Any help?
B = FunctionField(QQ,'z') B.inject_variables() g = z g.subs(z=z^3)
This minimal non-working example returns an output of 'z'. I want 'z^3'! Any help?
B = FunctionField(QQ,'z')
B.inject_variables()
g = z
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.