Difference between revisions of "Manuals/calci/IMSUMTWO"

From ZCubes Wiki
Jump to navigation Jump to search
(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=...")
 
Line 16: Line 16:
 
#IMSUMTWO("2+10i","4+16i")=6+26i
 
#IMSUMTWO("2+10i","4+16i")=6+26i
 
#IMSUMTWO("-7-12i","-10-4i")=-17-16i
 
#IMSUMTWO("-7-12i","-10-4i")=-17-16i
#IMSUMTWO("-14j","10-4j")=10-18i
+
#IMSUMTWO("-14j","10-4j")=10-18j
 
#IMSUMTWO("-4-13j","17","24+12j")=13-13j
 
#IMSUMTWO("-4-13j","17","24+12j")=13-13j
 
#IMSUMTWO("12+10i","8+16i","5+2i")=20+26i
 
#IMSUMTWO("12+10i","8+16i","5+2i")=20+26i

Revision as of 14:19, 21 March 2018

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