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.
- Host: GitHub
- URL: https://github.com/codernayeem/poly_eq_finder
- Owner: codernayeem
- Created: 2022-09-03T09:39:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T15:35:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T08:31:42.577Z (over 1 year ago)
- Topics: cpp, polynomial, polynomial-equation, python
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**