N-th roots of complex numbers?
- Subject: N-th roots of complex numbers?
- From: Aleksas Domarkas
- Date: Tue, 1 Oct 2013 13:46:56 +0300
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