Hello all,
I want to implement Interval Newton Generalized Bisection method to find the root of a non-linear equation.
Though I have understood the overall idea ( start with an interval, evaluate new interval, if they intersect : unique solution). But I am not unable to understand when and how to bisect. I understand it's probably when there are more than 1 root.
May some one provide simple example/reference where this may have been explained.
Thanks