| Complex Numbers | ||
|---|---|---|
|
-Complex Algebra-Complex numbers can undergo addition, subtraction, multiplication and division. Here are the basic rules: Addition:(a+i.b) + (c+i.d) = (a+c) + i.(b+d) Substitution:(a+i.b) - (c+i.d) = (a-c) + i.(b-d) Multiplication:(a+i.b).(c+i.d) = (a.c - b.d) + i.(a.d + b.c) Division:(a+i.b) ÷ (c+i.d) = [(a.c + b.d) + i.(b.c - a.d)] / (c2 - b2) In these cases a, b, c and d are real numbers and i is the squareroot of -1. |
|