solve(f,a,b)

バージョン 2.0.0.0 (5.08 KB) 作成者: Mark Holmes
Solves, if possible, f(x)=0.
ダウンロード: 65
更新 2018/4/20

ライセンスの表示

This program tries to find a solution of f(x)=0 in the interval a<x<b. It's not required that f(a)f(b)<0, and it will report if a solution is not found in the interval.

引用

Mark Holmes (2024). solve(f,a,b) (https://www.mathworks.com/matlabcentral/fileexchange/56071-solve-f-a-b), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Solve 2.0/

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

simplified the code; improved the refinement strategy; added examples file

1.0.0.0