solving F(x)=0 iteratively

The solution of the nonlinear equation/system of equations F(x)=0 sought is a limit of a sequence of elements, and each element can be generated based on the previous ones. Initial elements are supposed to be given. Usual iterative methods are the Newton method, the secant method, etc.

Related Posts

Estimating the radius of an attraction ball

Abstract Given a nonlinear mapping \(G:D\subseteq \mathbb{R}^n\rightarrow \mathbb{R}^n\) differentiable at a fixed point \(x^\ast\), the Ostrowski theorem offers the sharp…