Question 977701
P(x)=x^3-8
what are all the real zeros?
what are the positive complex zeros
what are the negative complex zeros
---------------
P(x) = (x-2)*(x^2 + 2x + 4)
x = 2
============
x^2 + 2x + 4 = 0
*[invoke solve_quadratic_equation 1,2,4]
{{{x = -1 +-i*sqrt(3)}}}