| |
| | Math Library - Source Code |
 | | The most commonly used methods for finding a root of a nonlinear equation are the bisection method, secant methods, Newton-Raphson, and certain variants Mueller's method, van Wijngaarden,Dekker,Brent method. |
 | | In the regula falsi method the secant is chosen from points on the curve corresponding to the most recent estimates which bracket a root. |
 | | The Newton-Raphson method is similar to the secant method only instead of estimating a root by the intersection of the x-axis with a secant throught two points on the curve, the estimate is obtained from the intersection of the x-axis and the tangent to the curve at a point. |
| mymathlib.webtrellis.net /roots.html (1061 words) |
|