Broyden's method

Broyden's method

Restored revision 1348399868 by Aadirulez8 (talk): Sorry, that is not right. While it might be OK algebra, we are looking at the distance to the root of f and assuming minor derivative changes. Please check the other article and literature,

← Previous revision Revision as of 08:04, 23 April 2026
Line 16: Line 16:
and proceed similar to [[Newton's method]]:
and proceed similar to [[Newton's method]]:


:x_{n + 1} = x_n + \frac{f(x_{n+1})-f(x_n)}{f^\prime(x_{n+1})}
:x_{n + 1} = x_n - \frac{f(x_n)}{f^\prime(x_n)}


where {{math|''n''}} is the iteration index.
where {{math|''n''}} is the iteration index.