Read-only forum archive

am I missing something?

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?

mdb · Sat Jul 26, 2014 10:40 pm

sqrt(a) = root of poly x^2-a?

Re: am I missing something?

Guest · Sat Jul 26, 2014 10:46 pm

poly sqrt_poly = x^2 - a
list two_sqrt = laguerre_solve(sqrt_poly,30);

that's the only way I could think to do it