Skip to content

codernayeem/poly_eq_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Find Polynomial equation from inputs and outputs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published