CALCULATE COMPLEX NO

1 次查看(过去 30 天)
amit jain
amit jain 2011-2-11
CALCULATE THE FOLLOWING COMPLEX NO.
e^i?/4

回答(1 个)

Walter Roberson
Walter Roberson 2011-2-11
  3 个评论
vish
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
Walter Roberson 2011-2-11
Oh, very well:
e = exp(1);
e^(i*pi/4)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by