Manuals/calci/IMDIVTWO

IMDIVTWO(ComplexNumber1,ComplexNumber2)


  • and are in the form of a+bi.

Description

  • This function gives the division of two complex numbers.
  •   and   are in the form of   and  , where   &   are real numbers   is the imaginary unit,  .
  • Let z1 and z2 are the two Complex Numbers.
  • To do the division of complex number we have follow three steps:
step 1: Write the complex number in the fraction form.
step 2: Find the conjugate of the denominator.
step 3: Multiply the numerator and denominator with conjugate.
 .
  • To find the Conjugate of a Complex Number we can use the function IMCONJUGATE.

ZOS

  • The syntax to calculate the IMDIVTWO in ZOS is  .
    •   and   are in the form of a+bi.
  • For e.g.,IMDIVTWO("3+2i","3-2i")
ImDiv

Examples

  1. IMDIVTWO("4+2i","3-i") = 1+i1
  2. IMDIVTWO("-3-5i","-6i") = 0.8333333333333334-i0.5
  3. IMDIVTWO("5-2i","2+3i","6+2i") = 0.3076923076923077-i1.4615384615384615
  4. IMDIVTWO("1+i","-2i") = -0.5+i0.5

Related Videos

Dividing Complex Numbers

See Also


References

Complex Division