Difference between revisions of "Manuals/calci/IMPOWER"
Jump to navigation
Jump to search
(→ZOS) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
*<math>Complexnumber</math> is of the form <math>z=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. | ||
+ | **IMPOWER(), returns a complex number raised to an integer power. | ||
==Description== | ==Description== | ||
Line 19: | Line 20: | ||
**<math>Complexnumber</math> is of the form <math>z=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. | ||
− | *For e.g., | + | *For e.g.,IMPOWER("7-8i",6) |
{{#ev:youtube|QRkmmsadQhA|280|center|Impower}} | {{#ev:youtube|QRkmmsadQhA|280|center|Impower}} | ||
Line 26: | Line 27: | ||
#=IMPOWER("4+5i",3) = -235.99999+115i | #=IMPOWER("4+5i",3) = -235.99999+115i | ||
#=IMPOWER("9-7i",4) = -14852-8063.999999i | #=IMPOWER("9-7i",4) = -14852-8063.999999i | ||
− | #=IMPOWER("6",9) = 10077696 | + | #=IMPOWER("6",9) = 10077696+0i |
− | #=IMPOWER("i",10) = -1+ | + | #=IMPOWER("i",10) = -1+0i |
==Related Videos== | ==Related Videos== |
Latest revision as of 04:02, 2 November 2020
IMPOWER(Complexnumber,n)
- is of the form
- is the power value.
- IMPOWER(), returns a complex number raised to an integer power.
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 , .
- 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)
Examples
- =IMPOWER("4+5i",3) = -235.99999+115i
- =IMPOWER("9-7i",4) = -14852-8063.999999i
- =IMPOWER("6",9) = 10077696+0i
- =IMPOWER("i",10) = -1+0i
Related Videos
See Also
References