Problem 1017. Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calculate the interpolating polynomial using Lagrange interpolation. Output is the interpolated value for a given value of x, as well as the vector of Lagrange polynomial coefficients.
Solution Stats
Problem Comments
-
1 Comment
Could you please explain the output (the order of arrangement of coefficients, etc)? With my program I'm getting the right coefficients (tried from wikipedia, etc) but they don't match yours. Only the interpolated value matches!
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Maximum running product for a string of numbers
2197 Solvers
-
113 Solvers
-
The Answer to Life, the Universe, and Everything
541 Solvers
-
Calculate the probability that at least two people in a group share the same birthday.
93 Solvers
-
4670 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!