What is the set of complex numbers?
C = {x + iy : x, y ∈ R}
how do you add complex nums
add real and imaginary individually
how does multiplication work
(x+iy)·(a+ib) = (xa−yb)+i(xb+ya),
what is the complex conjugate
the conjugate of x + iy = x - iy
What is the modulus of z
(x^2 + y^2)^(1/2)
What is Z multiplied by its conjugate
The square of modulus z
What is the polar form
(Where O = theta,)
r(cos(O) + iSin(O)) = z
where r = modulus z
and O = the angle measured from the positive real axis, until it reaches the point mapped by the complex number