Bisection Method

Bisection Method to solve nonlinear equations.

您现在正在关注此提交

The simplest root finding algorithm is the bisection method. The algorithm applies to any continuous function f(x) on an interval [a,b] where the value of the function f(x) changes sign from a to b. The idea is simple: divide the interval in two, a solution must exist within one subinterval, select the subinterval where the sign of f(x) changes and repeat.

引用格式

Arturo Rentería (2026). Bisection Method (https://ww2.mathworks.cn/matlabcentral/fileexchange/87187-bisection-method), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

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

Update statements if and elseif.

1.0.0