Manuals/calci/IMSUMTWO

From ZCubes Wiki
Jump to navigation Jump to search
IMSUMTWO(ComplexNumber1,ComplexNumber2)


  • are two complex numbers of the form

Description

  • This function calculates the sum of two complex numbers.
  • Complex number is indicated as , where & are the real numbers, and is the imaginary unit. .
  • In this function and are compulsory arguments.
  • Let and . The addition of two complex number is: where and are real numbers.
  • We can use COMPLEX function to convert real and imaginary number into a complex number.

ZOS

  • The syntax is to calculate sum of two complex numbers in ZOS is
    • are two complex numbers of the form

Examples

  1. IMSUMTWO("2+10i","4+16i")=6+26i
  2. IMSUMTWO("-7-12i","-10-4i")=-17-16i
  3. IMSUMTWO("-14j","10-4j")=10-18j
  4. IMSUMTWO("-4-13j","17","24+12j")=13-13j
  5. IMSUMTWO("12+10i","8+16i","5+2i")=20+26i

Related Videos

IMSUM

See Also

References

Complex number