Fixed Point Method

バージョン 1.0.0.0 (1.6 KB) 作成者: T. R.
The Fixed Point Method is applied to a given function.
ダウンロード: 707
更新 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. (2026). Fixed Point Method (https://jp.mathworks.com/matlabcentral/fileexchange/28224-fixed-point-method), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDigital Filter Analysis についてさらに検索
謝辞

ヒントを与えたファイル: Numerical Methods

バージョン 公開済み リリース ノート
1.0.0.0