I need help solving this task, if anyone had a similar problem, it would help me.
The task is: Solve the equation in a set of complex numbers.
$z^3=\overline z$
I tried this :
$z^3=\overline z\\\frac{z^3}{\overline z}=1\\z^2=1\\w_0=(\cos(0)+i\sin(0))\\w_0=1\\w_1=\cos(\pi)+i\sin(\pi)\\w_1=-1$
I only get results: $ 1,-1$
How to get complex solutions?
Thanks in advance !