This program demonstrates the implementation and usage of numerical root-finding algorithms, specifically the bisection method, Newton's method, and secant method. It applies these algorithms to solve different equations and providees the results.
- Python 3
- poetry
- Clone the repository
git clone https://www.github.com/ignabelitzky/roots-of-equations.git
cd roots-of-equations
- Run the program using the Makefile
make
This project is licensed under the GNU General Public License v3.0. You can find the full text of the license here LICENSE.