CALCULATE COMPLEX NO

1 visualización (últimos 30 días)
amit jain
amit jain el 11 de Feb. de 2011
CALCULATE THE FOLLOWING COMPLEX NO.
e^i?/4

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by