Hello,

when I print a univariate polynomial using 

print(P)

then it is printed with descending order of the degrees, for example as

X^2 + 2*X + 1

Is there a way to print it using ascending order of the degrees, i.e as
follows?

1 + 2*X + X^2

And is the same possible using the latex output function?

Best regards,
Oliver

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to