{{{
g.<x> = PolynomialRing(ZZ)
factor(2*x^2 - 4*x)
///
2 * (x - 2) * x
}}}Is it possible to get the output to group 2 and x like: (2*x)*(x-2) --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
