Difference between revisions of "Manuals/calci/IMPOWER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''IMPOWER(z,n)'''</div><br/>
+
<div style="font-size:30px">'''IMPOWER(Complexnumber,n)'''</div><br/>
*<math>z</math> is the complex number is of the form <math>x+iy</math>  
+
*<math>Complexnumber</math> is of the form <math>z=x+iy</math>  
 
*<math>n</math> is the power value.
 
*<math>n</math> is the power value.
  
Line 12: Line 12:
 
*This formula is called DeMoivre's theorem of complex numbers.  
 
*This formula is called DeMoivre's theorem of complex numbers.  
 
*We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number in to a complex number.  
 
*We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number in to a complex number.  
*In IMPOWER(z,n), <math>n</math> can be integer, fractional or negative.  
+
*In IMPOWER(Complexnumber,n), <math>n</math> can be integer, fractional or negative.  
 
*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==
 +
*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>n</math> is the power value.
 +
*For e.g.,impower("7-8i",6)
  
 
==Examples==
 
==Examples==

Revision as of 00:09, 25 June 2014

IMPOWER(Complexnumber,n)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Complexnumber} is of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z=x+iy}
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} 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.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i} is the imaginary unit, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=\sqrt{-1}}
  • Then the power of a complex number is defined by

where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r=\sqrt{x^2+y^2}} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta=tan^{-1}(\frac{y}{x})} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\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), Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} can be integer, fractional or negative.
  • If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is non-numeric, function will return error value.

ZOS Section

  • The syntax is to calculate powers of Complex number in ZOS is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IMPOWER(Complexnumber,n)} .
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Complexnumber} is of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z=x+iy}
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is the power value.
  • For e.g.,impower("7-8i",6)

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

See Also

References

De Moivre's formula