IMDIV (division of complex numbers)

<< Click to Display Table of Contents >>

IMDIV (division of complex numbers)

Syntax:

IMDIV(ComplexNumber1, ComplexNumber2)

Description:

Returns the quotient of two complex numbers, i.e., divides ComplexNumber1 by ComplexNumber2.

ComplexNumber1 and ComplexNumber2 must be complex numbers in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMDIV("4+12i", "2+4i") returns 2.8+0.4i

See also:

COMPLEX, IMPRODUCT, IMSUB, IMSUM