Click here to purchase the entire book in PDF format.



next up previous contents index
Next: Complex Math Part 2 Up: Complex Numbers Previous: Complex numbers   Contents   Index

Complex Math Part 1 - Addition

Let's say that you have to add complex numbers. In this case, you have to keep the real and imaginary components separate, but you just add the separate components separately. For example:


$\displaystyle (5 + j3) + (2 + j4)$ $\textstyle =$ $\displaystyle (5 + 2) + (j3 + j4)$ (2.24)
  $\textstyle =$ $\displaystyle (5 + 2) + j(3 + 4)$ (2.25)
  $\textstyle =$ $\displaystyle 7 + j7$ (2.26)

If you'd like the short-cut rule, it's


\begin{displaymath}
(a + jb) + (c + jd) = (a + c) + j(b + d)
\end{displaymath} (2.27)



Geoff Martin 2006-10-15

Click here to purchase the entire book in PDF format.