Difference between revisions of "Manuals/calci/IMSUM"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''IMSUM(z1,z2,z3...)'''</div><br/> |
+ | * <math> z1,z2,z3</math> are the complex numbers is of the form <math>a+ib</math> | ||
− | + | ==Description== | |
+ | *This function gives the sum of the two or more complex numbers. | ||
+ | *IMSUM(z1,z2,....), Where <math>z1,z2,...</math> are the complex number is of the form "a+ib". | ||
+ | *where <math> a <math> & <math> b <math> are the real numbers.<math>i</math> imaginary unit .<math>i=\sqrt{-1}</math>. | ||
+ | *In this function z1 is required. z2,z3,... are optional. | ||
+ | * Let z1=a+ib and z2=c+id. | ||
+ | *The difference of two complex number is:<math>(a+ib)+(c+id)=(a+c)+(b+d)i </math> where a,b,c and d are real numbers. | ||
+ | *We can use COMPLEX function to convert real and imaginary number in to a complex number. | ||
− | |||
− | |||
− | |||
− | |||
− | + | ==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 | ||
− | + | ==See Also== | |
+ | *[[Manuals/calci/IMREAL | IMREAL ]] | ||
+ | *[[Manuals/calci/IMSUM | IMSUB ]] | ||
+ | *[[Manuals/calci/IMAGINARY | IMAGINARY ]] | ||
+ | *[[Manuals/calci/COMPLEX | COMPLEX ]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Binary_logarithm Binary Logarithm] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 22:55, 18 December 2013
IMSUM(z1,z2,z3...)
- are the complex numbers is of the form
Description
- This function gives the sum of the two or more complex numbers.
- IMSUM(z1,z2,....), Where are the complex number is of the form "a+ib".
- where Failed to parse (syntax error): {\displaystyle a <math> & <math> b <math> are the real numbers.<math>i} imaginary unit ..
- In this function z1 is required. z2,z3,... are optional.
- Let z1=a+ib and z2=c+id.
- The difference of two complex number is: where a,b,c and d are real numbers.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
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
See Also