Bisection Method Root Finding

Very simple to use and robust method that takes array inputs, so it even has advantages over fzero.

https://github.com/sky-s/bisection

Download
Download

You are now following this Submission

Cite As

Sky Sartorius (2026). Bisection Method Root Finding (https://github.com/sky-s/bisection), GitHub. Retrieved .

Categories

Find more on Robust Control Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.16.0

Linked to GitHub.

Download
1.15.0

Initialization of variables in parent function to avoid warnings in newer versions of Matlab.

Download
1.14.0

Description.

Download
1.13.0

Small changes to help.

Download
1.12.0

minor speed and formatting improvements

Download
1.11.0

New tagline

Download
1.9.0

Practically all new code and documentation with added features. A good deal of testing done, but with so much new code, please let me know if you find errors.

Download
1.8.0

fixed bug that sometimes caused premature convergence; redid funcntion halding to get rid of one of the input checks and simplify the code and make it more understandable; changed some of the help documentation

Download
1.7.0

fixed a bug that was very rarely throwing out some valid results

Download
1.6.0

made it possible to handle a function that returns array results for scalar input; changed help a bit and added an example for new awesome feature

Download
1.5.0

better example, fixed some help typos, tested in 2012b

Download
1.2.0

Vectorized; fixed bug for decreasing functions; some check

Download
1.1.0

Vectorized

Download
1.0.0

Download
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.