Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is it possible to remove the latex parentheses from exponential functions?

Consider the block of code

sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}

It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?

Is it possible to remove the latex parentheses from exponential functions?

Consider the block of code

sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}

It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?

Is it possible to remove the latex parentheses from exponential functions?

Consider the block of code

sage: f = exp(x**2)
sage: latex(f)
e^{\left(x^{2}\right)}

It looks like sage is configured to include parentheses in the latex of an exponential function. Is it possible to configure sage to exclude these parentheses?