Difference between revisions of "Manuals/calci/IMPRODUCT"

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=...")
 
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''IMPRODUCT(z1,z2,z3)'''</div><br/>
 +
*<math>z1,z2,z3</math> are the complex numbers of the form <math>a+ib</math>
 +
*<math>n</math> is the power value.
  
Syntax
+
==Description==
 +
*This function gives the value of powers of complex number.
 +
*DeMoivre's Theorem is a generalized formula to compute powers of a complex number in it's polar form.
 +
*i'is the imaginary unit, <math>i=sqrt(-1</math>.
 +
*Then the power of a complex number is defined by <math>(z)^n=(x+iy)^n=r^n*e^inθ=r^n(cosnθ+isinnθ)</math> where <math>r=sqrt(x^2+y^2)</math> and  <math>θ=tan^-1(y/x)</math>, θ∈(is belongs to) (-Pi(),Pi()].
 +
*This formula is called DeMoivre's theorem of complex numbers.
 +
*We can use COMPLEX function to convert  real and imaginary number in to a complex number.
 +
*In IMPOWER(z,n), n can be integer, fractional or negative.
 +
*suppose n is nonnumeric , this function will returns the error value.
  
</div></div>
+
==Examples==
----
 
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Remarks
+
#IMPOWER("4+5i",3)=-235.99999+115i
 +
#IMPOWER("9-7i",4)=-14852-8063.999999i
 +
#IMPOWER("6",9)=10077696(EXCEL)=10077696-8i(CALCI)
 +
#IMPOWER("i",10)=-1-16i(CALCI)=-1+6.1257422745431E-16i
  
</div></div>
+
*For imaginary value '0' is not accepting in CALCI.
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Examples
+
==See Also==
 +
*[[Manuals/calci/IMREAL  | IMREAL ]]
 +
*[[Manuals/calci/IMSUM  | IMSUM ]]
 +
*[[Manuals/calci/IMAGINARY  | IMAGINARY ]]
 +
*[[Manuals/calci/COMPLEX  | COMPLEX ]]
  
</div></div>
 
----
 
<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>
+
==References==
 
+
[http://en.wikipedia.org/wiki/Binary_logarithm Binary Logarithm]
</div></div>
 
----
 
<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 product of 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">IMPRODUCT</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 product of two complex numbers is:</font></font></font>
 
 
 
<font color="#484848">(a+b<sub>1</sub>)(c+d<sub>1</sub>)=(ac-bd)+(ad+bc)i</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">MPRODUCT</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">IN1, IN2,…</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">   are complex numbers to multiply.</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" | 41+0i
 
| class="sshl_f" | 18+-2i
 
| class="                      " |
 
| class=" " |
 
|- class="even"
 
| class=" " | Row2
 
| class="                                    " |
 
| class="f52543                " |
 
| class="  SelectTD" |
 
<div id="7Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="7Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="  " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="9SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example.</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e.=IMPRODUCT(“5+4i”,”5-4i”) is 41-0i</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">///rly =IMPRODUCT(“5+4i”,”2-2i”) is 18+-2i</font></font></font>
 
 
 
</div>
 
----
 

Revision as of 06:07, 17 December 2013

IMPRODUCT(z1,z2,z3)


  • are the complex numbers of the form
  • is the power value.

Description

  • This function gives the value of powers of complex number.
  • DeMoivre's Theorem is a generalized formula to compute powers of a complex number in it's polar form.
  • i'is the imaginary unit, .
  • Then the power of a complex number is defined by Failed to parse (syntax error): {\displaystyle (z)^n=(x+iy)^n=r^n*e^inθ=r^n(cosnθ+isinnθ)} where and Failed to parse (syntax error): {\displaystyle θ=tan^-1(y/x)} , θ∈(is belongs to) (-Pi(),Pi()].
  • This formula is called DeMoivre's theorem of complex numbers.
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.
  • In IMPOWER(z,n), n can be integer, fractional or negative.
  • suppose n is nonnumeric , this function will returns the error value.

Examples

  1. IMPOWER("4+5i",3)=-235.99999+115i
  2. IMPOWER("9-7i",4)=-14852-8063.999999i
  3. IMPOWER("6",9)=10077696(EXCEL)=10077696-8i(CALCI)
  4. IMPOWER("i",10)=-1-16i(CALCI)=-1+6.1257422745431E-16i
  • For imaginary value '0' is not accepting in CALCI.

See Also


References

Binary Logarithm