Difference between revisions of "Manuals/calci/IMPOWER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
*If <math>n</math> is non-numeric, function will return error value.
 
*If <math>n</math> is non-numeric, function will return error value.
  
==ZOS Section==
+
==ZOS==
 
*The syntax is to calculate powers of Complex number in ZOS is <math>IMPOWER(Complexnumber,n)</math>.
 
*The syntax is to calculate powers of Complex number in ZOS is <math>IMPOWER(Complexnumber,n)</math>.
 
**<math>Complexnumber</math>  is of the form <math>z=x+iy</math>  
 
**<math>Complexnumber</math>  is of the form <math>z=x+iy</math>  

Revision as of 12:09, 3 June 2015

IMPOWER(Complexnumber,n)


  • is 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.
  • is the imaginary unit,
  • Then the power of a complex number is defined by

where and , Failed to parse (syntax error): {\displaystyle \theta∈(-\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(Complexnumber,n), can be integer, fractional or negative.
  • If is non-numeric, function will return error value.

ZOS

  • The syntax is to calculate powers of Complex number in ZOS is .
    • is of the form
    • is the power value.
  • For e.g.,impower("7-8i",6)
Impower

Examples

  1. =IMPOWER("4+5i",3) = -235.99999+115i
  2. =IMPOWER("9-7i",4) = -14852-8063.999999i
  3. =IMPOWER("6",9) = 10077696
  4. =IMPOWER("i",10) = -1+6.1257422745431E-16i

Related Videos

IMPOWER

See Also

References

De Moivre's formula