Changes

Line 3: Line 3:  
==Description==
 
==Description==
 
*This function gives the exponential of a complex number.  
 
*This function gives the exponential of a complex number.  
*In <math>IMEXP(z)</math>, <math>z</math> is the complex number of the form  <math>z=x+iy</math>, <math>x</math>&<math>y</math> are real numbers & <math>i</math> is the imaginary unit. <math>i=sqrt{-1}</math>.  
+
*In <math>IMEXP(z)</math>, <math>z</math> is the complex number of the form  <math>z=x+iy</math>, <math>x</math>&<math>y</math> are real numbers & <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>.  
 
*Euler's formula states that <math>e^{ix}= cosx+isinx</math>, for any real number <math>x</math> and <math>e</math> is the base of the natural logarithm.
 
*Euler's formula states that <math>e^{ix}= cosx+isinx</math>, for any real number <math>x</math> and <math>e</math> is the base of the natural logarithm.
 
*The approximate  value of the constant e=2.718281828459045 and it is equal to <math>e^1</math>.                                                  So the exponential of a complex number is : <math>IMEXP(z) = e^z = e^{x+iy} = e^{x}.e^{iy} = e^{x}.(cosy+isiny)=e^x.cosy+ie^x.siny</math>.
 
*The approximate  value of the constant e=2.718281828459045 and it is equal to <math>e^1</math>.                                                  So the exponential of a complex number is : <math>IMEXP(z) = e^z = e^{x+iy} = e^{x}.e^{iy} = e^{x}.(cosy+isiny)=e^x.cosy+ie^x.siny</math>.
writer
5,435

edits