Fixed Point Method

The Fixed Point Method is applied to a given function.

Ahora está siguiendo esta publicación

The Fixed Point Method is applied to a given function.

Convergence conditions are as followed:
f(xa)=0 (=) xa=g(xa) => xa[n+1]=g(xn), n=0,1,..
Error majoration:
|e(xk)| <= L^k/(1-L)*|x1-xo|
Choice for inicial aproximation x0:
x0 = middle point of [a,b] = (a+b)/2

Citar como

T. R. (2026). Fixed Point Method (https://es.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: Numerical Methods

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0