Content deleted Content added
clarified sentence |
|||
Line 2:
==Simple description==
The simplest form of the formula for Steffensen's method occurs when it is used to find the zeros, or roots, of a function <math>f\ </math>, that is, to find the input value <math>x\ </math> that satisifies <math>f(x)=0\ </math>. Given an adequate starting value <math>x_0\ </math>, a sequence of values <math>x_0,\ x_1,\ x_2,\
:<math>x_{n+1} = x_n - \frac{f(x_n)}{g(x_n)}</math>
|