# # Numerical Mathematics and Computing, Fifth Edition # Ward Cheney & David Kincaid # Brooks/Cole Publ. Co. # (c) 2003 # # file: poly_roots # # Evaluate roots of polynomial: fsolve(x^5 + x^3 + 3, x, complex);