Difference between revisions of "Manuals/calci/IMSUMTWO"
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=...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''IMSUMTWO( | + | <div style="font-size:30px">'''IMSUMTWO(ComplexNumber1,ComplexNumber2)'''</div><br/> |
− | *<math> | + | *<math>ComplexNumber1 ,ComplexNumber2 </math> are two complex numbers of the form <math>z=a+ib</math> |
==Description== | ==Description== | ||
*This function calculates the sum of two complex numbers. | *This function calculates the sum of two complex numbers. | ||
*Complex number is indicated as <math>z=a+ib</math>, where <math> a </math> & <math> b </math> are the real numbers, and <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | *Complex number is indicated as <math>z=a+ib</math>, where <math> a </math> & <math> b </math> are the real numbers, and <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>. | ||
− | *In this function <math> | + | *In this function <math>ComplexNumber1</math> and <math>ComplexNumber2</math> are compulsory arguments. |
*Let <math>z1=a+ib</math> and <math>z2=c+id</math>. The addition of two complex number is:<math>(a+ib)+(c+id)=(a+c)+(b+d)i </math> where <math>a,b,c</math> and <math>d </math>are real numbers. | *Let <math>z1=a+ib</math> and <math>z2=c+id</math>. The addition of two complex number is:<math>(a+ib)+(c+id)=(a+c)+(b+d)i </math> where <math>a,b,c</math> and <math>d </math>are real numbers. | ||
*We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number into a complex number. | *We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number into a complex number. | ||
==ZOS== | ==ZOS== | ||
− | *The syntax is to calculate sum of two complex numbers in ZOS is <math>IMSUMTWO( | + | *The syntax is to calculate sum of two complex numbers in ZOS is <math>IMSUMTWO(ComplexNumber1,ComplexNumber2)</math> |
− | **<math> | + | **<math>ComplexNumber1 ,ComplexNumber2 </math> are two complex numbers of the form <math>z=a+ib</math> |
==Examples== | ==Examples== | ||
#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- | + | #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 |
Latest revision as of 16:25, 27 June 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
- IMSUMTWO("2+10i","4+16i")=6+26i
- IMSUMTWO("-7-12i","-10-4i")=-17-16i
- IMSUMTWO("-14j","10-4j")=10-18j
- IMSUMTWO("-4-13j","17","24+12j")=13-13j
- IMSUMTWO("12+10i","8+16i","5+2i")=20+26i
Related Videos
See Also
References