> > But there are people who would (at least if the context is formal > power series) prefer > 1 + 6*t + 4*t^2 > > Is there a way to switch between these to conventions? >
How about this: R.<x> = LaurentSeriesRing(QQ) x^3+x+1 #1 + x + x^3 Zach -- 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
