Processing math: 100%
Francesco Tudisco

Homework


1. Show that all the roots of the first characteristic polynomial of a LMM(k) method with αj=αkj, for all j, are simple and lie on the unit circle.


2. Show that yn+2+4yn+15yn=h(4fn+1+3fn) is the explicit 2-step LMM method with highest order. Write a matlab function that implements this method to integrate the ODE y=y, y(0)=1 on x[0,1]. Plot the resulting approximate solution for different choices of the step length h={1/10, 1/25, 1/50, …} and observe that the method is not stable.


3. Show that