Manuals/calci/IMSUMTWO

From ZCubes Wiki
Revision as of 21:25, 18 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''IMSUMTWO(Complexnumber1,Complexnumber2)'''</div><br/> *<math>Complexnumber1 ,Complexnumber2 </math> are two complex numbers of the form <math>z=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-18i
  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