CALCULATE COMPLEX NO

조회 수: 1 (최근 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 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