IMPOWER

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

If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu.

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

IMPOWER("2+3i", 3) equals -46 + 9i