First time here? Check out the FAQ!
asked 8 years ago
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?
s
z + z^2 + 2*z^3