Monday, May 24, 2010

Lagranges interpolation method (c/c++ program)?

Write a computer program (in C or C++) that computes langrage interpolation polynomials for the function f(x) = Cos(x) at 10 equally spaced pionts of the interval [0,2].

Lagranges interpolation method (c/c++ program)?
See this site for details of lagrange polynomials, then the program shouldn't be hard to write:





http://en.wikipedia.org/wiki/Lagrange_in...


No comments:

Post a Comment