This project implements the Bisection Method, a root-finding technique for continuous functions where the function values at the endpoints of an interval have opposite signs. The method repeatedly bisects the interval and selects the subinterval in which the function changes sign, converging to a root.
main.py
: Contains the implementation of the Bisection Method algorithm.
- Ensure you have Python 3 installed on your system.
- Clone this repository:
git clone https://github.com/RuamMarcos/Bissection-Method.git cd Bissection-Method
- Run the program:
python main.py
No test suite is currently implemented.
This project is licensed under the MIT License.