Fixed Point Method

Version 1.0.0.0 (1.6 KB) by T. R.
The Fixed Point Method is applied to a given function.
698 Downloads
Updated 16 Jul 2010

View License

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. (2024). 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 Linux
Acknowledgements

Inspired: Numerical Methods

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0