Difference between revisions of "Manuals/calci/IMSUM"

From ZCubes Wiki
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=...")
 
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''IMSUM()'''</div><br/>
 +
*Parameters is of the form <math>z=a+ib</math>.
 +
**IMSUM(), returns the sum of complex numbers
  
Syntax
 
  
</div></div>
+
==Description==
----
+
*This function gives the sum of the two or more complex numbers.
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
*In <math>IMSUM()</math>, Parameters is  of the form <math>z=a+ib</math>.
 +
*where <math> a </math> & <math> b </math> are the real numbers. <math>i</math> is the imaginary unit. <math>i=\sqrt{-1}</math>.
 +
*In this function first parameter is required. From the second parameter are optional.
 +
*Consider two complex numbers z1 and z2 are of the form <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 in to a complex number.
  
Remarks
+
==ZOS==
 +
*The syntax is to calculate sum of the complex numbers in ZOS is <math>IMSUM()</math>
 +
**Parameters is of the form <math>z=a+ib</math>.
  
</div></div>
+
==Examples==
----
+
#IMSUM("12+10i","8+16i")=20+26i
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
#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
  
Examples
+
==Related Videos==
  
</div></div>
+
{{#ev:youtube|SfbjqVyQljk|280|center|IMSUM}}
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
==See Also==
 +
*[[Manuals/calci/IMREAL  | IMREAL ]]
 +
*[[Manuals/calci/IMSUB  | IMSUB ]]
 +
*[[Manuals/calci/IMAGINARY  | IMAGINARY ]]
 +
*[[Manuals/calci/COMPLEX  | COMPLEX ]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Complex_number  Complex number]
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function calculates the sum of two or more complex numbers in a + bi or a+ bj text format.</font></font></font>
 
  
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6"> '''<font face="Arial">IMSUM</font>'''</font></div></div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">The sum of two complex numbers is: </font></font></font>
 
  
<font color="#484848">(a+b<sub>1</sub>)+(c+d<sub>1</sub>)=(a+c)+(b+d)i</font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example</font></font></font>
 
 
 
<font color="#000080"><font face="Arial, sans-serif"><font size="2">I.e. =IMSUM(“7+6i”,”2-4i”) is 9+2i</font></font></font>
 
 
 
</div></div>
 
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''IMSUM'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''IN1'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">,'''IN2,...)'''</font></font></font>''' '''
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where IN1,IN2,...</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">   are the complex numbers to add.</font></font></font>
 
 
 
</div></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 9+2i
 
| class="                                " |
 
|
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="f52543                                                              " |
 
| class="SelectTD" |
 
|
 
|
 
|- class="odd"
 
| Row3
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Latest revision as of 16:54, 19 July 2018

IMSUM()


  • Parameters is of the form .
    • IMSUM(), returns the sum of complex numbers


Description

  • This function gives the sum of the two or more complex numbers.
  • In , Parameters is of the form .
  • where & are the real numbers. is the imaginary unit. .
  • In this function first parameter is required. From the second parameter are optional.
  • Consider two complex numbers z1 and z2 are of the form 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

  • The syntax is to calculate sum of the complex numbers in ZOS is
    • Parameters is of the form .

Examples

  1. IMSUM("12+10i","8+16i")=20+26i
  2. IMSUM("-7-12i","-10-4i")=-17-16i
  3. IMSUM("-14i","10-4i")=10-18i
  4. IMSUM("17","24+12i")=41+12i
  5. IMSUM("12+10i","8+16i","5+2i")=25+28i

Related Videos

IMSUM

See Also

References

Complex number