Bisection

Computes the root of a function f by bisectioning.
ダウンロード: 1.4K
更新 2010/10/8

ライセンスの表示

Computes the root of a continuous function f in the interval [a,b] by bisectioning.

For this algorithm the function values of endpoints must differ in sign.

Usage: [c,fc,err] = bisection(f,a,b,delta)

Input arguments:
f function
a left endpoint
b right endpoint
delta error tolerance
Output arguments:
c solution
Optional Output arguments:
fc function value of solution
err error estimate

引用

Wolfgang Putschögl (2024). Bisection (https://www.mathworks.com/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. 取得済み .

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

ヒントを与えたファイル: Bisection Method Root Finding

Community Treasure Hunt

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

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