Problem 1011. Newton 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 Newton interpolation. Output is the interpolated value for a given value of x, as well as the vector of divided differences, b, that are the coefficients of the Newton polynomial.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
- 
         
         45 Solvers 
- 
         Find the largest value in the 3D matrix 1608 Solvers 
- 
         Get the elements of diagonal and antidiagonal for any m-by-n matrix 502 Solvers 
- 
         Create a vector whose elements depend on the previous element 748 Solvers 
- 
         False position (linear interpolation) method of finding a root. 23 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!