Content deleted Content added
→top: reformatted headings of fixed point iteration to be slightly more specific and clear Tags: Mobile edit Mobile app edit Android app edit |
→Iterative methods: Fixed grammar and typo Tags: Mobile edit Mobile app edit Android app edit |
||
Line 44:
=== Fixed point iteration method ===
We can use the [[fixed-point iteration]] to find the root of a function. Given a function <math> f(x) </math> which we have set to zero to find the root (<math> f(x)=0 </math>), we rewrite the equation in terms of <math> x </math> so that <math> f(x)=0 </math> becomes <math> x=g(x) </math> (note, there are often many <math> g(x)
As an example of converting <math> f(x)=0 </math> to <math> x=g(x) </math>, if given the function <math> f(x)=x^2+x-1 </math>, we will rewrite it as one of the following equations.
|