Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In Sage Math, which command do I use to get the LaTeX of my input?

For example, if my input equation is latex(integrate(z^4, z)) the result is \frac{1}{5} \, z^{5}. Not what I want. I want the result to be \int z^4 \, dz, which is the LaTeX of the Input, not calculated.

Same thing for latex(diff(x^4, x)) ....