Result
Steps
x

Complex Calculator

This is a simple complex numbers calculator that gets inputs like 1+i+(2i-1)*2^3 and shows the result and steps in realtime.

There are some rules you should obey to get the correct result:

For the polar representation you should use sth like this: 2*e^(45i) not 2e^(45i) not 2*e^45i and the θ should be in degree not radiant so e^(180i) = -1. but for regular powers you could use both 2^(5) and 2^5.

For multiply always use *, for example use this 2*(3+1) not 2(3+1). you can use both 5i and 5*i.

Fro the equation part you need to use inputs like this z^(5)=i not z^5=i nor z^(5)-i=0