Problem 1015. Polynomial 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. Output is the interpolated value for a given value of x, as well as the condition number of the Vandermonde coefficient matrix.
Solution Stats
Problem Comments
-
3 Comments
Mr. Google was not clear enough...
What is the "condition number of the Vandermonde coefficient matrix"??
:-/
(the rest was easy.. ;-) )
J.R.!
http://en.wikipedia.org/wiki/Polynomial_interpolation
FYI: The condition number of the Vandermonde coefficient matrix is just the norm of the matrix times the norm of its inverse. Cheers.
PS: Wikipedia will just lead you to a paid wall. Don't waste time.
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
-
Remove all the words that end with "ain"
2627 Solvers
-
Remove the small words from a list of words.
1558 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1260 Solvers
-
Compress strings (not springs)
218 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1247 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!