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 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
Get step-by-step solutions from verified subject matter experts
