Bisection Method

Bisection Method to solve nonlinear equations.
56 Downloads
Updated 10 Feb 2021

View License

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.

Cite As

Arturo Rentería (2024). Bisection Method (https://www.mathworks.com/matlabcentral/fileexchange/87187-bisection-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.1

Update statements if and elseif.

1.0.0