Question: Write a MATLAB function that performs Newton's divided difference method on a set of data points, representing the unique interpolating polynomial that fits all
Write a MATLAB function that performs Newton's divided difference method on a set of data points, representing the unique interpolating polynomial that fits all the points, then returns the interpolated value at some arbitrary location of the independent variable. Your function should be defined as the following: function Yint = Newtint (x, y, xx) % Input: 8 calculated Output -x is a vector of all the values of x -y is a vector of all the values of y -xx is the value of the independent variable at which interpolation is -Yint is the interpolated value of dependent variable
Step by Step Solution
There are 3 Steps involved in it
The MATLAB function that performs Newtons divided difference ... View full answer
Get step-by-step solutions from verified subject matter experts
