Difference between revisions of "Manuals/calci/COMPLEX"

From ZCubes Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
*'S' should be either 'I' or 'j', otherwise it shows error value.
 
*'S' should be either 'I' or 'j', otherwise it shows error value.
  
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
COMPLEX
+
==Description==
 
+
*COMPLEX(RN,IN,S)
</div></div>
+
*=COMPLEX(5,2) is 5+2i
----
+
*=COMPLEX(5,2,"j") is 5+2j
<div id="8SpaceContent" class="zcontent" align="left"> 
+
Syntax
 
+
Remarks  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">COMPLEX(RN,IN,S)</font></font></font>
+
==Examples==
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=COMPLEX(5,2) is 5+2i</nowiki></font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=COMPLEX(5,2,"j") is 5+2j</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="2SpaceContent" class="zcontent" align="left">
 
  
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"

Revision as of 23:50, 10 November 2013

COMPLEX(RN,IN,S)



  • Where 'RN' is the real coefficient
  • 'IN' is the imaginary coefficient of the complex number.
  • 'S' is the suffix for the imaginary component of the complex number.
  • COMPLEX function converts the real and imaginary coefficients into a complex number.
  • COMPLEX returns the error value, when RN and IN are non-numeric.
  • 'S' should be either 'I' or 'j', otherwise it shows error value.


Description

  • COMPLEX(RN,IN,S)
  • =COMPLEX(5,2) is 5+2i
  • =COMPLEX(5,2,"j") is 5+2j

Syntax Remarks

Examples

Column1 Column2 Column3 Column4
Row1 5 2 5+2i 5+2j
Row2
Row3
Row4
Row5
Row6
File:Calci1.gif