Question: Interpolation combined with Differentiation Practice: Using the x and Y values below ( include them in your function ) , write a MATLAB function SECOND

Interpolation combined with Differentiation Practice:
Using the x and Y values below (include them in your function), write a MATLAB function SECOND_DERIV in MATLAB. The output of the function should be the approximate
value for the second derivative of the data at x, the only input variable of the function.
Use the forward difference method and interpolate (with interp1) to get your final answer.
Copy these two lines into your function
x=[1,1.2,1.44,1.73,2.07,2.49,2.99,3.58,4.3,5.16,6.19,7.43,8.92,10.7,12.84,15.41,18.49];
Y=[18.89,19.25,19.83,20.71,21.96,23.6,25.56,27.52,28.67,27.2,19.38,-2.05,-50.9,-152.82,-354.73,-741.48,-1465.11];
When you finish this problem - follow this link to get started on Practice Quiz 3
 Interpolation combined with Differentiation Practice: Using the x and Y values

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!