BasicsFor addition and subtraction, add and subtract the real and imaginary parts.
(2+3 I)+(1+2 I)
(4-6 I)-(6-4 I)
FOIL is used, along with i^2=-1, to do multiplication.
(2-3 I) (1+4 I)
(2-I)/(5+2 I)
Rationalizing the denominator was used in this calculation. The number 29 in the above calculation is the square of the modulus (absolute value) of (5+2i). In general, if z=a+bi, |z|=Sqrt[a^2+b^2]. Alternately,
|z|=Sqrt[ [Re(z)]^2+[Im(z)]^2 ].
z=5+2 I
Re[z] Im[z] Abs[z]
The complex conjugate of z=a+bi, denoted z bar (z with a bar over it), is
a-bi.
Conjugate[z]
Up to Complex Numbers