How do we add complex numbers?
c1 = a1 + ib1 c2 = a2 + ib2
c1 ± c2 = (a1 ± a2) + i(b1 ± b2)
How do we multiply complex numbers?
c1 = a1 + ib1 c2 = a2 + ib2
c1 x c2 = (a1a2 - b1b2) + i(a1b2 + a2b1)
What is a complex conjugate?
c*
i.e.: c = a + ib
c* = a - ib
How do we calculate the product of a complex and its conjugate?
cc* = (a + ib)(a - ib)
What are the properties of the product cc*?
Always real and positive.