N-th roots of complex numbers?



see
http://www.math.utexas.edu/pipermail/maxima/2013/034120.html

The cube root of 110+74i would return 5+i.
How compute this?

(%i1) expand((5+%i)^3);
(%o1) 74*%i+110

Aleksas D