I have univariate polynomial of degree d,it may have n real roots n<=d. We can bound possible solution interval(smallest root and largest root) using Rouches theorem. Now I am interested to divide this interval to sub-interval such that each sub-interval contain exactly one root.
Suggest me algorithmic procedure to find the same.
Thanks

