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