CALCULATE COMPLEX NO

1 visualizzazione (ultimi 30 giorni)
amit jain
amit jain il 11 Feb 2011
CALCULATE THE FOLLOWING COMPLEX NO.
e^i?/4

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by