Fixed Point Method
Version 1.0.0.0 (1.6 KB) by
T. R.
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
Cite As
T. R. (2026). Fixed Point Method (https://www.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Digital and Analog Filters > Digital Filter Analysis >
Find more on Digital Filter Analysis in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Numerical Methods
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
