How to expand e^(jx) ?
I want express $e^{jx}$ in trigonometric form
add a comment
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())
Asked: 2022-04-14 05:02:02 +0100
Seen: 275 times
Last updated: Apr 14 '22
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.