| |
| | Equation Solving |
 | | Note that, with false position, we are guaranteed that our range always spans the root, and convergence is assured, although the method is generally a little slower than the secant method. |
 | | One can construct situations where the secant method performs far worse than bisection but, as a rule of thumb, it can be shown that, once we are close to a root, the secant method more than doubles the number of digits of accuracy of the answer every two iterations. |
 | | In this method, instead of doing linear interpolation between two points known to straddle the root, as in the secant method, we use the value of the function |
| www.physics.drexel.edu /courses/Comp_Phys/BV/root.html (699 words) |
|