Bisection method

Bisection method

Download
Download

You are now following this Submission

Cite As

Sander Khowaja (2026). Bisection method (https://ch.mathworks.com/matlabcentral/fileexchange/48321-bisection-method), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: bisection.m

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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

function need for this file is
function fx = f(x);
fx = x^2/2-3; %% Enter your function here.
return;

Download
1.1.0

function need for this file is
function fx = f(x);
fx = x^2/2-3; %% Enter your function here.
return;

Download
1.0.0

Download