Skip to content

Implementation and usage of numerical root-finding algorithms.

License

Notifications You must be signed in to change notification settings

ignabelitzky/roots-of-equations

Repository files navigation

Roots of equations

Overwiew

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.

Requirements

  • Python 3
  • poetry

Getting Started

  1. Clone the repository
git clone https://www.github.com/ignabelitzky/roots-of-equations.git
cd roots-of-equations
  1. Run the program using the Makefile
make

License

This project is licensed under the GNU General Public License v3.0. You can find the full text of the license here LICENSE.