Question: Using MatLab Code, Plot y= sinx in red with a solid line and the Taylor polynomial approximation z=x(x^3)/6+(x^5)/120 in blue with a dashed line forx
Using MatLab Code,
Plot y= sinx in red with a solid line and the Taylor polynomial approximation z=x(x^3)/6+(x^5)/120 in blue with a dashed line forx on the same plot. Hint: Use plot(x,y,r,x,z,--). Add a grid to the plot using the command grid on. Type axis tight to set the axis limits to the range of the data. NOTE: Use semicolon to suppress the output when you define the vectors x, y and z. Make sure you use enough points for your graph so that the resulting curves are nice and smooth.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
