Bisection

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 (2026). Bisection (https://ww2.mathworks.cn/matlabcentral/fileexchange/28978-bisection), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Bisection Method Root Finding

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0