Complex Number Multiplication: (a + bi)n
This program can solve a complex number problem in the form: (a + bi)n. This program asks for a real number (A), an Imaginary number (B), and an Nth power (N). The program multiplies the quantity A plus Bi to the Nth power. Then it displays the solution in two separate rows–one row for the Real number, and another for the Imaginary number.
Download Complex Number Program »