This diagram describes the operation of the bisection root finding algorithm. This method is similar to the binary search algorithm in its searching method and assumptions. The general idea of this algorithm is simple, however in order for it too work the following assumption must be true: The function must either be in increasing or decreasing order. Here is the general algorithm is listed order.
|