In a worksheet, input:

R.<a,b>=PolynomialRing(QQ)
T.<x>=LaurentSeriesRing(R)
a*x+b*x

With typesetting off, the output is (a+b)*x
With typesetting on, it gives a+bx
If T.<x>=PowerSeriesRing(R), it gives (a+b)x in both cases

Is it a bug, or am I missing something?

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to