CALCULATE COMPLEX NO

2 ビュー (過去 30 日間)
amit jain
amit jain 2011 年 2 月 11 日
CALCULATE THE FOLLOWING COMPLEX NO.
e^i?/4
  1 件のコメント
amit jain
amit jain 2011 年 2 月 11 日
e^ipi/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 Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by