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

https://github.com/codernayeem/poly_eq_finder

Find Polynomial equation from inputs and outputs.
https://github.com/codernayeem/poly_eq_finder

cpp polynomial polynomial-equation python

Last synced: about 2 months ago
JSON representation

Find Polynomial equation from inputs and outputs.

Awesome Lists containing this project

README

          

# poly_eq_finder

Find **Polynomial equation** from given **inputs** and **outputs**. It has both **C++** & **Python** versions.

## Steps:
* Assume ***y*** = poynomial equation of ***x***
* Enter how many inputs & outputs you know. **(Suppose 2)**
* Enter the inputs & ouputs one by one **(x=1 y=6, x=3 y=10)**
* In a blink of an eye, you will get the equation **(2x+4)**