| 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== |