am I missing something? mdb · Sat Jul 26, 2014 10:37 pm How do you take the square root of a real or complex number?
Re: am I missing something? Guest · Sat Jul 26, 2014 10:46 pm poly sqrt_poly = x^2 - alist two_sqrt = laguerre_solve(sqrt_poly,30);that's the only way I could think to do it