Combining the bisection method with Newton's method to find all real roots

320 Views Asked by At

I need to code an algorithm that finds all the real roots of a polynomial. The given polynomial has only real roots . How do I combine bisection method with Newton's method to find all roots ? Any tips or hints on how I should start is appreciated. Thanks .