Y y y H F F y X, X,, y .: Actual Solution
Y y y H F F y X, X,, y .: Actual Solution
Problem Set 4
2. Write MATLAB script to implement the Adam- Bashforth and Adam-Moulton two-step methods
to solve the below given IVPs. Compare the errors in the approximations.
3. Redo the Problem 1 using Adam- Bashforth and Adam-Moulton three and four-step methods.
Compare the numerical results of Problem 1 and Problem 2. Find the order of convergence.
5. Use the predictor-corrector method with 3-step Adam-Bashforth method as predictor and 3-
step Adam-Moulton method as corrector to find the approximation of y(1.1) for the initial value
problem
y 0 = 2xy, y(1) = 1.
taking h = 0.01. Compare the approximate solution with the exact solution to check the accuracy
of the method. Also, find the order of convergence.