Bisection
版本 1.0.0.0 (1.8 KB) 作者:
Wolfgang Putschögl
Computes the root of a function f by bisectioning.
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类别
- Mathematics and Optimization > Partial Differential Equation Toolbox > Domain-Specific Modeling > Electromagnetics >
在 Help Center 和 MATLAB Answers 中查找有关 Electromagnetics 的更多信息
标签
致谢
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |