How to expand e^(jx) ?
I want express $e^{jx}$ in trigonometric form
add a comment
I want express $e^{jx}$ in trigonometric form
On 9.6.rc0
:
sage: sageobj(exp(i*x)._maxima_().demoivre())
cos(x) + I*sin(x)
BTW :
sage: exp(i*x).demoivre()
cos(x) + I*sin(x)
HTH,
Does the following work for you?
sageobj(exp(i*x)._maxima_().demoivre())
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-04-14 05:02:02 +0100
Seen: 187 times
Last updated: Apr 14 '22