MATLAB Implementation of the Bisection Method

Опубликовано: 05 Октябрь 2024
на канале: Jaisohn Kim VT
3,100
15

Virginia Tech ME 2004: MATLAB Implementation of the Bisection Method

This video explains two MATLAB function .m-files which implement the Bisection Method of root finding. The two function .m-files are mostly similar but utilize different stopping criterions. I also wrote a simple script to test the functions.

bisection_xtol function: https://bit.ly/bisection_xtol
bisection_ftol function: https://bit.ly/bisection_ftol
Testing script (complete and commented): https://bit.ly/BisectionMethodTestCas...