Ask Your Question
1

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

asked 2018-12-25 11:28:00 +0200

done_with_fish gravatar image

updated 2023-01-09 23:59:48 +0200

tmonteil gravatar image

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?

edit retag flag offensive close merge delete

Comments

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-12-26 01:10:23 +0200

slelievre gravatar image
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-12-25 11:28:00 +0200

Seen: 434 times

Last updated: Dec 26 '18