Question: Should be in Matlab code Submit your script that does the following. Save the script as mydif.m Part 1 Write a script that takes the



Should be in Matlab code
Submit your script that does the following. Save the script as mydif.m Part 1 Write a script that takes the forward difference, backward difference, and central difference for the following x and y data points 0:0.2:10; sin(x); x y Plot your results on one plot with the following lines - x vs. dyl/dx found using the forward difference method with a solid blue line - x vs. dy/dx found using the backward difference method with a solid green line - x vs. dyldx found using the central difference method with a solid red line - x vs. dy/dx. using the actual derivative of y sin(x),y cos(x) with a black dotted line Your plot should include an x axis label, y axis label, title, and legend Use a linewidth of 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
