If I input:
Solve[z^4 == 2 (Cos[2 Pi/3] + I Sin[2 Pi/3])]
Mathematica returns:
{{z -> -(-1 + I Sqrt[3])^(1/4)}, {z -> -I (-1 + I Sqrt[3])^(1/4)}, {z -> I (-1 + I Sqrt[3])^(1/4)}, {z -> (-1 + I Sqrt[3])^(1/4)}}.
I want to see these complex numbers in their polar form. For example, one of the roots in the list is 2^(1/4)*(Cos[Pi/6] + I Sin[Pi/6])
– Nasser
Dec 12 '15 at 20:21
