Fixed Point Method

版本 1.0.0.0 (1.6 KB) 作者: T. R.
The Fixed Point Method is applied to a given function.
699.0 次下载
更新时间 2010/7/16

查看许可证

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. (2024). Fixed Point Method (https://www.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Digital Filter Analysis 的更多信息
致谢

启发作品: Numerical Methods

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0