I have a symbolic expression in the following form
s =2*z^3 + z^2 + z
How can I tell sage to print s as the following form?
z + z^2 + 2*z^3
| 1 | initial version |
I have a symbolic expression in the following form
s =2*z^3 + z^2 + z
How can I tell sage to print s as the following form?
z + z^2 + 2*z^3
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.