MATLAB and python code to find root of an equation using bisection method.
There are in total 2 files in the repository one titled MATLAB and one titled Python. So you can use either syntax and program/language to numerically determine the roots of an equation/function using the Bisection Method or algorithm.
To access the files you can either Download the zip file or use the following command from your terminal
git clone https://github.com/adisen99/bisection-method.git
then
cd bisection-method
For the python file -
cd Python
and
python3 bisection.py
But, For the MATLAB files
cd MATLAB
And then open the file in MATLAB.