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!