Polynomial Pattern Solver
Input any number of coordinates and this program
will return the smallest-degree polynomial equation those
points belong to.
# of coordinates must be greater than or equal to the degree
of the polynomial, otherwise resulting equation might not be an exact match
(or resulting equation might not even be found).
Reason for this can be found
here.