Hi all,
I've recently tried to further my mathematical programming and I'm trying to make a program to find all the Real valued roots of a polynomial. Using Newton's Method I can find one root depending on what my initial guess is, But I need to find all of the roots, and I have no idea how to continue. Any help please ?