Hello!
I see that is possible to rename() a symbol. But is it possible to customise
the (latex) output?
say:
sage: x = PolynomialRing(QQ, 'x', sparse=True).gen()
sage: g = x^3 + x - 5
sage: latex(g)
will print "x^{3} + x - 5", I know that. But is it possible to adjust x so that
it prints "\alpha^{3} + \alpha - 5"?
--
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