Question: matlab need help writing the code in matlab (a) If you haven't already done so, enter the following commands: f=Q(t,y)0.5y; t=1 inspace (0,6,100);y=exp(0.5t);% define exact

matlab matlab need help writing the code in matlab (a) If you haven't
need help writing the code in matlab

(a) If you haven't already done so, enter the following commands: f=Q(t,y)0.5y; t=1 inspace (0,6,100);y=exp(0.5t);% define exact solution of the ODE [t60,y60]=euler(f,[0,6],1,60);% solve the ODE using Euler w/ 60 steps Determine the Euler's approximation for N=600 and N=6000 and fill in the following table with the values of the approximations ( yN(end) ), errors ( eN=y(end)yN(end) ) and ratios (eNprevious/eN) of consecutive errors at t=6. Some of the values have already been entered based on the computations we did above. Include the table in your report, as well as the MATLAB commands used to find the entries. (b) Examine the last column. How does the ratio of consecutive errors relate to the number of steps used? Your answer to this question should confirm the fact that Euler's method is a "first-order" method. That is, every time the step size is decreased by a factor of k, the error is also reduced (approximately) by the same factor, k1=k. (c) Recall the geometrical interpretation of Euler's method based on the tangent line. Using this geometrical interpretation, can you explain why the Euler approximations yN underestimate

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!