Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ignabelitzky/roots-of-equations

Implementation and usage of numerical root-finding algorithms.
https://github.com/ignabelitzky/roots-of-equations

bisection-method newtons-method python root-finding-algorithms root-finding-methods secant-method

Last synced: about 1 month ago
JSON representation

Implementation and usage of numerical root-finding algorithms.

Awesome Lists containing this project

README

        

# 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
```Bash
git clone https://www.github.com/ignabelitzky/roots-of-equations.git
cd roots-of-equations
```
2. Run the program using the Makefile
```Bash
make
```

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