Question: Assignment Problem 5.1: Calculate f(2.8) using Newton's divided difference (NDD) second order polynomial interpolation. 1.6 2 2.5 14 3.2 15 4.5 2 2.0 4 Create

Assignment Problem 5.1: Calculate f(2.8) using Newton's divided difference (NDD) second order polynomial interpolation. 1.6 2 2.5 14 3.2 15 4.5 2 2.0 4 Create a MATLAB function file that takes in the arguments: data points, order of the Newton polynomial, and which data points to use in the interpolation. The function file should output the b coefficients of the NDD interpolating polynomial. This code should be able to accommodate any order NDD interpolating polynomial and any amount of data (it should be completely generalized)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
