Question: 3. Write a function forward_eval that evaluates the interpolating polynomial using New- ton's Forward Difference table. The function prototype and descriptive comments have been provided:

 3. Write a function forward_eval that evaluates the interpolating polynomial using

3. Write a function forward_eval that evaluates the interpolating polynomial using New- ton's Forward Difference table. The function prototype and descriptive comments have been provided: function y = forward_eval (X, T, x) FORWARD_EVAL Evaluate Newton's forward difference form of the interpolating polynomial % y = FORWARD_EVAL (X, T, x) returns y = Pn(x), where Pn is the % interpolating polynomial constructed using the abscissas X and % forward difference table T

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 Mathematics Questions!