Hi. I have the following Sage code:
var('l')
var('r')
x = (r+l)/(r-l)
latex(x)
And the output is:
\frac{-l + r}{l - r}
Shouldn't it be instead
\frac{-(l + r)}{l - r}
Thank you.
--
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
