> How to get the Latex expression of fg without expanding the product ?
> ie (1 + t + 2 t^{2}) (1+t) .

Can't one use the Factorization class to do this? I tried
> fg = Factorization([(f,1), (g,1)])

and then you can print fg to latex. (I guess the point is that the
Factorization class doesn't enforce that the factors are irreducible.)

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

Reply via email to