Question: (a). Write two functions in Matlab. The first function, called divdiff, should read in two vectors x and y, and return a table (a matrix)

 (a). Write two functions in Matlab. The first function, called divdiff,

should read in two vectors x and y, and return a table

(a). Write two functions in Matlab. The first function, called divdiff, should read in two vectors x and y, and return a table (a matrix) of the divided difference values. This means, the first few lines of your divdiff.m file should be: function a-divdiff (x,y) % input: x,y: the data set to be interpolated % output: a: table for Newton's divided differences

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!