Investigate the optimum polynomial function to model the first k terms of a given sequence.
o/~ All by myself…
Pretty proud of this one. Used linear algebra to solve for the coefficients in each successive polynomial. Unfortunately the Perl Math::Matrix package didn’t let me easily extract the values so I had to copy-paste into a separate script to check against the correct values.