Does anyone have an algorithm (in code or pseudocode) that enables a program to identify a polynomial function from an array (1 or 2 dimensional array) giving (x, y) data?
I need at least to be able to identify quadratic and 3 term polynomials (y=ax^3 + bx^2 + cx + d).
Any programming language is fine by me.




Reply With Quote