Fixed Point Method

Version 1.0.0.0 (1,6 ko) par T. R.
The Fixed Point Method is applied to a given function.
698 téléchargements
Mise à jour 16 juil. 2010

Afficher la licence

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

Citation pour cette source

T. R. (2024). Fixed Point Method (https://www.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Digital Filter Analysis dans Help Center et MATLAB Answers
Remerciements

A inspiré : Numerical Methods

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0