Show AllShow All

IMPOWER

See Also

Returns a complex number in x + yi or x + yj text format raised to a power.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

IMPOWER(inumber,number)

Inumber    is a complex number you want to raise to a power.

Number    is the power to which you want to raise the complex number.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
A B
Formula Description (Result)
=IMPOWER("2+3i", 3) 2+3i raised to the power of 3 (-46 + 9i)