I'm no expert on this, but let me make some comments anyway. In the general case where the coefficients are complex numbers the Jenkins-Traub algorithm is often used. There are many other algorithms, and I'm not sure what to recommend when the coefficients are real, how ever I think even Newton's method will work, if you work in the complex plane but it may not be clear where to start it and it will converge to different roots for different starting places.
Your first polynomial has two real roots, near -51.7 and 1.4. If you find them accurately and deflate first it may be easier. Also, since your coefficients are real, if a+bi is root so is a-bi. This is not true if the coefficients are complex.
Your second polynomial is similar with two real roots, one near -18 and the other near 0.2.
I would be interested in what someone more knowledgeable has to say.
Possibly the links below might help.
Source(s):