Hi, I think my other question got buried in the first one, so here it is again. If I have -
sage: R.<a,b> = FreeAlgebra(QQ, 2) sage: a*(a+b) a^2 + a*b Is there a simple way to get a*a instead of a^2 ? Rajeev -- 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
