Content deleted Content added
Line 1:
In [[numerical analysis]], '''Steffensen's method''' is a [[root-finding method]]. It is similar to [[Newton's method]] and it also achieves [[order of convergence|quadratic convergence]], but it does not use [[derivative]]s. The method is named after [[Johan Frederik Steffensen]].
==Simple
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,\ ...,\ x_n ...</math> can be generated. When it works, each value in the sequence is much closer to the solution than the prior value. The value <math>x_n\ </math> from the current step generates the value <math>x_{n+1}\ </math> for the next step, via this formula<ref>Germund Dahlquist, Åke Björck, tr. Ned Anderson (1974) ''Numerical Methods'', pp. 230-231, Prentice Hall, Englewood Cliffs, NJ</ref>:
|