現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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 (2026). Bisection (https://jp.mathworks.com/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Bisection Method Root Finding
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
