Difference between revisions of "Manuals/calci/IMABS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''IMABS'''</font></font><font face="Arial, sans-...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''IMABS(in)'''</div><br/>
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''IMABS'''</font></font><font face="Arial, sans-serif"><font size="2">(</font></font><font face="Arial, sans-serif"><font size="2">'''iN'''</font></font><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
*IMABS(iN),where iN is the complex number of the form x+iy
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Where 'iN' is a complex number.</font></font></font>
+
==Description==
 +
*This function gives the absolute value of a complex number of the form x+iy.
 +
*Complex number z=x+iy, where x&y are real numbers and i is the imaginary unit i=sqrt(-1).
 +
*A complex number's absolute value is measured from zero on the complex number plane. 
 +
*We can use COMPLEX function to convert  real and imaginary number in to a complex number.  
 +
*The absolute value of a complex number is IMABS(z)=|z|=sqrt(x^2+y^2)
  
</div>
+
==Examples==
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">  </font></font></font>
+
*IMABS("6+8i")=10
 +
*IMABS("5-7i")=SQRT(74)=8.60232
 +
*IMABS("-3-5i")=SQRT(34)=5.83095
  
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">The absolute value of a complex number is: </font></font></font>
+
==See Also==
  
<font color="#000000"></font>
+
*[[Manuals/calci/ABS  | ABS ]]
 +
*[[Manuals/calci/COMPLEX  | COMPLEX ]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">where:</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">z = x + yi</font></font></font>
+
==References==
 
+
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
IMABS
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">IMABS(iN)</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=IMABS("3+4i") is 5</nowiki></font></font></font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">This function returns the absolute value of a complex number.</font></font></font>
 
 
 
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class="  " |
 
<div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="1Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 04:29, 19 November 2013

IMABS(in)


  • IMABS(iN),where iN is the complex number of the form x+iy

Description

  • This function gives the absolute value of a complex number of the form x+iy.
  • Complex number z=x+iy, where x&y are real numbers and i is the imaginary unit i=sqrt(-1).
  • A complex number's absolute value is measured from zero on the complex number plane.
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.
  • The absolute value of a complex number is IMABS(z)=|z|=sqrt(x^2+y^2)

Examples

  • IMABS("6+8i")=10
  • IMABS("5-7i")=SQRT(74)=8.60232
  • IMABS("-3-5i")=SQRT(34)=5.83095

See Also


References

Complex Numbers