CALCULATE COMPLEX NO
显示 更早的评论
CALCULATE THE FOLLOWING COMPLEX NO.
e^i?/4
回答(1 个)
Walter Roberson
2011-2-11
exp(i*pi/4)
3 个评论
amit jain
2011-2-11
vish
2011-2-11
Thats how it is written in Matlab. I have attached the documentation of exp function.
http://www.mathworks.com/help/techdoc/ref/exp.html
Walter Roberson
2011-2-11
Oh, very well:
e = exp(1);
e^(i*pi/4)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!