IMDIV
Returns the quotient of two complex numbers.
EngineeringEngineering & Science
What it does
Divides one complex number by another.
Syntax
IMDIV(inumber1, inumber2)
Arguments
inumber1(text) β Dividend.inumber2(text) β Divisor.
Examples
Complex Divide
Divide 3+4i by 1+2i.
FORMULA
=IMDIV("3+4i", "1+2i")RESULT
2.2-0.4i
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 3+4i | 1+2i |