You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% Inputs: with examples
% AF = anonymous function equation: AF = @(x) 1-((20^2)./(9.81*(((3*x)+((x.^2)/2)).^3))).*(3+x);
% xb = initial guess x bracket = [xL xU], where xL = lower boundary x and xU = upper boundary x: xb = [0 2.5];
% ed = desired approximate relative error = |(current - previous)/current|: ed = 0.01;
% Outputs
% xR = x root
% err = approximate relative error
% n = number of iterations
% xRV = x root vector
% errV = approximate relative error vector
% AFD1 = anonymous function 1st derivative
% AFD2 = anonymous function 2nd derivative
Cite As
Roche de Guzman (2026). Bisection Numerical Method (https://se.mathworks.com/matlabcentral/fileexchange/61678-bisection-numerical-method), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: Bisection Method to Find Root of the Equation f(x) = x² - 3.
General Information
- Version 1.0.0.0 (1.98 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
