Difference between revisions of "Manuals/calci/IMSUB"

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=...")
 
 
(17 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">'''IMSUB()'''</div><br/>
 +
*Parameters is of the form <math>z=a+ib</math>.
 +
**IMSUB(), returns the difference between two complex numbers.
  
Syntax
 
  
</div></div>
+
==Description==
----
 
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Remarks
+
*This function gives the difference of the two complex numbers.
 +
*In <math>IMSUB()</math>, Parameters is  of the form  <math>z=a+ib</math>.
 +
*<math> a </math>& <math>b</math> are the real numbers. <math>i</math> imaginary unit .<math>i=\sqrt{-1}</math>.
 +
*Consider two complex numbers z1 and z2 are of the form <math>z1=a+ib</math> and <math>z2=c+id</math>.
 +
*The difference 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.
  
</div></div>
+
==ZOS==
----
+
*The syntax is to calculate the difference of the complex numbers in ZOS is <math>IMSUB()</math>.
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
** Parameters is of the form <math>z=a+ib</math>  
 +
*For e.g.,IMSUB("4+5i","9-3i")
 +
{{#ev:youtube|uwZpbnOz1w4|280|center|Imsub}}
  
Examples
+
==Examples==
 +
#IMSUB("6+4i","5+3i")=1+1i
 +
#IMSUB("3+4i","6+7i")=-3-3i
 +
#IMSUB("8","9+10i")=-1-10i
 +
#IMSUB("5+7i","3")=2+7i
  
</div></div>
+
==Related Videos==
----
 
<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>
+
{{#ev:youtube|tvXRaZbIjO8|280|center|IMSUB}}
  
</div></div>
+
==See Also==
----
+
*[[Manuals/calci/IMREAL  | IMREAL ]]
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
+
*[[Manuals/calci/IMSUM  | IMSUM ]]
 +
*[[Manuals/calci/IMAGINARY  | IMAGINARY ]]
 +
*[[Manuals/calci/COMPLEX  | COMPLEX ]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function calculates the difference of two complex numbers in a+bi or a + bj text format.</font></font></font>
+
==References==
 +
[http://en.wikipedia.org/wiki/Complex_number  Complex number]
  
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6"> '''<font face="Arial">IMSUB</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 difference of two complex numbers is: </font></font></font>
 
  
<font color="#484848">(a+bi)-(c+di)=(a-c)+(b-d)i</font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''IMSUB'''</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">,</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">)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where IN1</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2"> and IN2 are the complex numbers.</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>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left">
 
 
 
Let's see an example
 
 
 
I.e. =IMSUB(“12+3i”,”3+i”) is 9+2i
 
 
 
</div>
 
----
 

Latest revision as of 16:13, 18 July 2018

IMSUB()


  • Parameters is of the form .
    • IMSUB(), returns the difference between two complex numbers.


Description

  • This function gives the difference of the two complex numbers.
  • In , Parameters is of the form .
  • & are the real numbers. imaginary unit ..
  • Consider two complex numbers z1 and z2 are of the form and .
  • The difference 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 the difference of the complex numbers in ZOS is .
    • Parameters is of the form
  • For e.g.,IMSUB("4+5i","9-3i")
Imsub

Examples

  1. IMSUB("6+4i","5+3i")=1+1i
  2. IMSUB("3+4i","6+7i")=-3-3i
  3. IMSUB("8","9+10i")=-1-10i
  4. IMSUB("5+7i","3")=2+7i

Related Videos

IMSUB

See Also

References

Complex number