How can I get the right notation?(e ^ 3 * x) [closed]

asked 2021-02-05 02:09:35 +0200

wnghks2516 gravatar image

I'd like to match the order between constant and variable.

For example, generally we write a tangent function as e^3x, but in sage It is reversed lik xe^3 and the code is var('x') print(e ^ 3 * x) How can I get the right notation?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Emmanuel Charpentier
close date 2021-02-05 15:51:29.984210

Comments

slelievre gravatar imageslelievre ( 2021-02-05 23:27:49 +0200 )edit