Fixed Point Method

The Fixed Point Method is applied to a given function.

您现在正在关注此提交

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

引用格式

T. R. (2026). Fixed Point Method (https://ww2.mathworks.cn/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Numerical Methods

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0