Tuesday, April 9, 2013

project euler problem 101

Optimum polynomial

This problem is not difficult. I used matrix solve to find the optimal polynomial.  After I read the discussion thread, I found there was a better solution for this problem, which can make everything simpler. I never heard of the algorithm before. Please take a look at the thread to learn it

No comments:

Post a Comment