Arithmetic/Types of Numbers/Complex Number

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Complex Number[edit | edit source]

Complex Number is a number that can be expressed mathematically as a sum of a Real Number and an Imaginary Number

Complex Conjugate Number[edit | edit source]

Rules[edit | edit source]

If there are two Complex Numbers

  1. (A + jB) + (C + jD) = (A + C) + j (B + D)
  2. (A + jB) - (C + jD) = (A - C) + j (B - D)
  3. (A + jB) x (C + jD) = (AC + BD) + j (AD + BC)
  4. = =