January 2020
Intermediate to advanced
880 pages
21h 22m
English
Here, r and θ are referred to as the absolute value and argument or phase angle of complex number ar+jai, respectively, and j is the unit imaginary number
.
If we do not use i and j for any other purpose, they represent the basic imaginary unit
by default. Try typing the following statements into the MATLAB Command Window.
>>c1= 1+2i; c2= 3-4i;>>c1*c2 % multiplication of complex numbers>>c1/c2 % division of complex numbers>>r=abs(c2) ...
Read now
Unlock full access