Difference between revisions of "Manuals/calci/IMSUM"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
*The syntax is to calculate sum of the complex numbers in ZOS is <math>IMSUM(Complexnumber1,Complexnumber2)</math> | *The syntax is to calculate sum of the complex numbers in ZOS is <math>IMSUM(Complexnumber1,Complexnumber2)</math> | ||
**<math>Complexnumbers</math> are of the form <math>z=a+ib</math> | **<math>Complexnumbers</math> are of the form <math>z=a+ib</math> | ||
− | + | ||
==Examples== | ==Examples== | ||
#IMSUM("12+10i","8+16i")=20+26i | #IMSUM("12+10i","8+16i")=20+26i | ||
Line 21: | Line 21: | ||
#IMSUM("17","24+12i")=41+12i | #IMSUM("17","24+12i")=41+12i | ||
#IMSUM("12+10i","8+16i","5+2i")=25+28i | #IMSUM("12+10i","8+16i","5+2i")=25+28i | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|SfbjqVyQljk|280|center|IMSUM}} | ||
==See Also== | ==See Also== |
Revision as of 19:28, 26 April 2015
IMSUM(Complexnumber1,Complexnumber2)
- are of the form
Description
- This function gives the sum of the two or more complex numbers.
- In .
- where & are the real numbers. is the imaginary unit. .
- In this function is required. are optional.
- 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 in to a complex number.
ZOS Section
- The syntax is to calculate sum of the complex numbers in ZOS is
- are of the form
Examples
- IMSUM("12+10i","8+16i")=20+26i
- IMSUM("-7-12i","-10-4i")=-17-16i
- IMSUM("-14i","10-4i")=10-18i
- IMSUM("17","24+12i")=41+12i
- IMSUM("12+10i","8+16i","5+2i")=25+28i