Initial-Value Problems for ODEs. Introduction to Linear Multistep Methods

Similar documents
Numerical Differentiation & Integration. Numerical Differentiation II

Interpolation & Polynomial Approximation. Hermite Interpolation I

Fourth Order RK-Method

Numerical Differentiation & Integration. Numerical Differentiation III

Solutions of Equations in One Variable. Newton s Method

Math 128A Spring 2003 Week 11 Solutions Burden & Faires 5.6: 1b, 3b, 7, 9, 12 Burden & Faires 5.7: 1b, 3b, 5 Burden & Faires 5.

Numerical Methods - Initial Value Problems for ODEs

Mathematics for chemical engineers. Numerical solution of ordinary differential equations

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes

9.6 Predictor-Corrector Methods

COSC 3361 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods

multistep methods Last modified: November 28, 2017 Recall that we are interested in the numerical solution of the initial value problem (IVP):

5.6 Multistep Methods

Direct Methods for Solving Linear Systems. Matrix Factorization

Applied Math for Engineers

Module 4: Numerical Methods for ODE. Michael Bader. Winter 2007/2008

MTH 452/552 Homework 3

Part IB Numerical Analysis

Numerical Methods for the Solution of Differential Equations

IMPLICIT INTERVAL MULTISTEP METHODS FOR SOLVING THE INITIAL VALUE PROBLEM

Multistep Methods for IVPs. t 0 < t < T

A STUDY OF GENERALIZED ADAMS-MOULTON METHOD FOR THE SATELLITE ORBIT DETERMINATION PROBLEM

Numerical Differential Equations: IVP

CS520: numerical ODEs (Ch.2)

Linear Multistep Methods I: Adams and BDF Methods

Solving Ordinary Differential equations

Math 128A Spring 2003 Week 12 Solutions

Modeling & Simulation 2018 Lecture 12. Simulations

NUMERICAL SOLUTIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS BY PREDICTOR- CORRECTOR METHOD

You may not use your books, notes; calculators are highly recommended.

Initial value problems for ordinary differential equations

Lecture 10: Linear Multistep Methods (LMMs)

1 Error Analysis for Solving IVP

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 18. HW 7 is posted, and will be due in class on 4/25.

NUMERICAL SOLUTION OF ODE IVPs. Overview

Remark on the Sensitivity of Simulated Solutions of the Nonlinear Dynamical System to the Used Numerical Method

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations

Numerical Methods - Boundary Value Problems for ODEs

Consistency and Convergence

Computational Methods CMSC/AMSC/MAPL 460. Ordinary differential equations

Computational Methods CMSC/AMSC/MAPL 460. Ordinary differential equations

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by

Solving Ordinary Differential Equations

Variable Step Size Differential Equation Solvers

ECE257 Numerical Methods and Scientific Computing. Ordinary Differential Equations

Initial value problems for ordinary differential equations

Scientific Computing: An Introductory Survey

Scientific Computing with Case Studies SIAM Press, Lecture Notes for Unit V Solution of

Aug Vol. 5. No. 03 International Journal of Engineering and Applied Sciences EAAS & ARF. All rights reserved

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations

Lecture 4: Numerical solution of ordinary differential equations

NUMERICAL MATHEMATICS AND COMPUTING

Object-oriented scientific computing

Chapter 5 Exercises. (a) Determine the best possible Lipschitz constant for this function over 2 u <. u (t) = log(u(t)), u(0) = 2.

Applied Numerical Analysis

Math Numerical Analysis Homework #4 Due End of term. y = 2y t 3y2 t 3, 1 t 2, y(1) = 1. n=(b-a)/h+1; % the number of steps we need to take

Ordinary Differential Equations

A Survey of Numerical Methods in Fractional Calculus

Lecture IV: Time Discretization

Numerical solution of ODEs

Ordinary differential equations - Initial value problems

Numerical Methods for Differential Equations

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods

ON EXPLICIT INTERVAL METHODS OF ADAMS-BASHFORTH TYPE

+ h4. + h5. 6! f (5) i. (C.3) Since., it yields

8.1 Introduction. Consider the initial value problem (IVP):

Higher Order Taylor Methods

AN OVERVIEW. Numerical Methods for ODE Initial Value Problems. 1. One-step methods (Taylor series, Runge-Kutta)

Exponential Integrators

Navier-Stokes equations

Math 660 Lecture 4: FDM for evolutionary equations: ODE solvers

Southern Methodist University.

Solving scalar IVP s : Runge-Kutta Methods

Numerical Methods for Differential Equations

16.7 Multistep, Multivalue, and Predictor-Corrector Methods

Predictor Corrector Methods of High Order for Numerical Integration of Initial Value Problems

5. Ordinary Differential Equations. Indispensable for many technical applications!

On interval predictor-corrector methods

4.4 Computing π, ln 2 and e

Numerical Methods. Scientists. Engineers

Lecture Notes on Numerical Differential Equations: IVP


4 Stability analysis of finite-difference methods for ODEs

1 Ordinary Differential Equations

Exponential Integrators

Numerical Methods for Initial Value Problems; Harmonic Oscillators

ENGI9496 Lecture Notes State-Space Equation Generation

Integration of Ordinary Differential Equations

Runge-Kutta methods. With orders of Taylor methods yet without derivatives of f (t, y(t))

Numerical solutions of second-orderdifferential equationsby Adam Bashforth method

Chapter 10. Initial value Ordinary Differential Equations

CHAPTER 5: Linear Multistep Methods

A Zero-Stable Block Method for the Solution of Third Order Ordinary Differential Equations.

Ordinary Differential Equations

Ordinary Differential Equations II

Index. higher order methods, 52 nonlinear, 36 with variable coefficients, 34 Burgers equation, 234 BVP, see boundary value problems

Numerical Methods for Initial Value Problems; Harmonic Oscillators

Finite Differences for Differential Equations 28 PART II. Finite Difference Methods for Differential Equations

Transcription:

Initial-Value Problems for ODEs Introduction to Linear Multistep Methods Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011 Brooks/Cole, Cengage Learning

Outline 1 From One-Step to Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 2 / 17

Outline 1 From One-Step to Multistep Methods 2 m-step Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 2 / 17

Outline 1 From One-Step to Multistep Methods 2 m-step Multistep Methods 3 Example 4-Step Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 2 / 17

Outline 1 From One-Step to Multistep Methods 2 m-step Multistep Methods 3 Example 4-Step Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 3 / 17

From One-Step to Multistep Methods The Nature of One-Step Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 4 / 17

From One-Step to Multistep Methods The Nature of One-Step Methods The methods met so far are called one-step methods because the approximation for the mesh point t i+1 involves information from only one of the previous mesh points, t i. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 4 / 17

From One-Step to Multistep Methods The Nature of One-Step Methods The methods met so far are called one-step methods because the approximation for the mesh point t i+1 involves information from only one of the previous mesh points, t i. Although these methods might use function evaluation information at points between t i and t i+1, they do not retain that information for direct use in future approximations. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 4 / 17

From One-Step to Multistep Methods The Nature of One-Step Methods The methods met so far are called one-step methods because the approximation for the mesh point t i+1 involves information from only one of the previous mesh points, t i. Although these methods might use function evaluation information at points between t i and t i+1, they do not retain that information for direct use in future approximations. All the information used by these methods is obtained within the subinterval over which the solution is being approximated. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 4 / 17

From One-Step to Multistep Methods Moving to Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 5 / 17

From One-Step to Multistep Methods Moving to Multistep Methods The approximate solution is available at each of the mesh points t 0, t 1,...,t i before the approximation at t i+1 is obtained, and because the error w j y(t j ) tends to increase with j,... Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 5 / 17

From One-Step to Multistep Methods Moving to Multistep Methods The approximate solution is available at each of the mesh points t 0, t 1,...,t i before the approximation at t i+1 is obtained, and because the error w j y(t j ) tends to increase with j,... so it seems reasonable to develop methods that use these more accurate previous data when approximating the solution at t i+1. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 5 / 17

From One-Step to Multistep Methods Moving to Multistep Methods The approximate solution is available at each of the mesh points t 0, t 1,...,t i before the approximation at t i+1 is obtained, and because the error w j y(t j ) tends to increase with j,... so it seems reasonable to develop methods that use these more accurate previous data when approximating the solution at t i+1. Methods using the approximation at more than one previous mesh point to determine the approximation at the next point are called multistep methods. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 5 / 17

From One-Step to Multistep Methods Moving to Multistep Methods The approximate solution is available at each of the mesh points t 0, t 1,...,t i before the approximation at t i+1 is obtained, and because the error w j y(t j ) tends to increase with j,... so it seems reasonable to develop methods that use these more accurate previous data when approximating the solution at t i+1. Methods using the approximation at more than one previous mesh point to determine the approximation at the next point are called multistep methods. We will now give a precise definition of these methods, together with the definition of the two types of multistep methods. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 5 / 17

Outline 1 From One-Step to Multistep Methods 2 m-step Multistep Methods 3 Example 4-Step Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 6 / 17

An m-step Multistep Method Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 7 / 17

An m-step Multistep Method Definition An m-step multistep method for solving the initial-value problem y = f(t, y), a t b, y(a) = α has a difference equation for finding the approximation w i+1 at the mesh point t i+1 represented by the following equation, where m is an integer greater than 1: w i+1 = a m 1 w i + a m 2 w i 1 + + a 0 w i+1 m + h [b m f(t i+1, w i+1 ) + b m 1 f(t i, w i ) + + b 0 f(t i+1 m, w i+1 m )] for i = m 1, m,...,n 1, where h = (b a)/n, the a 0, a 1,..., a m 1 and b 0, b 1,..., b m are constants, and the starting values w 0 = α, w 1 = α 1, w 2 = α 2,..., w m 1 = α m 1 are specified. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 7 / 17

An m-step Multistep Method w i+1 = a m 1 w i + a m 2 w i 1 + + a 0 w i+1 m + h [b m f(t i+1, w i+1 ) + b m 1 f(t i, w i ) + + b 0 f(t i+1 m, w i+1 m )] Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 8 / 17

An m-step Multistep Method w i+1 = a m 1 w i + a m 2 w i 1 + + a 0 w i+1 m + h [b m f(t i+1, w i+1 ) + b m 1 f(t i, w i ) + + b 0 f(t i+1 m, w i+1 m )] Explicit & Implicit Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 8 / 17

An m-step Multistep Method w i+1 = a m 1 w i + a m 2 w i 1 + + a 0 w i+1 m + h [b m f(t i+1, w i+1 ) + b m 1 f(t i, w i ) + + b 0 f(t i+1 m, w i+1 m )] Explicit & Implicit Methods When b m = 0, the method is called explicit, or open, because the difference equation then gives w i+1 explicitly in terms of previously determined values. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 8 / 17

An m-step Multistep Method w i+1 = a m 1 w i + a m 2 w i 1 + + a 0 w i+1 m + h [b m f(t i+1, w i+1 ) + b m 1 f(t i, w i ) + + b 0 f(t i+1 m, w i+1 m )] Explicit & Implicit Methods When b m = 0, the method is called explicit, or open, because the difference equation then gives w i+1 explicitly in terms of previously determined values. When b m 0, the method is called implicit, or closed, because w i+1 occurs on both sides of the difference equation, so w i+1 is specified only implicitly. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 8 / 17

Outline 1 From One-Step to Multistep Methods 2 m-step Multistep Methods 3 Example 4-Step Multistep Methods Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 9 / 17

The 4th-order Adams-Bashforth Method Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 10 / 17

The 4th-order Adams-Bashforth Method The equations w 0 = α w 1 = α 1 w 2 = α 2 w 3 = α 3 w i+1 = w i + h 24 [55f(t i, w i ) 59f(t i 1, w i 1 ) + 37f(t i 2, w i 2 ) 9f(t i 3, w i 3 )] for each i = 3, 4,...,N 1, define an explicit 4-step method known as the 4th-order Adams-Bashforth technique. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 10 / 17

The 4th-order Adams-Moulton Method Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 11 / 17

The 4th-order Adams-Moulton Method The equations w 0 = α w 1 = α 1 w 2 = α 2 w i+1 = w i + h 24 [9f(t i+1, w i+1 ) + 19f(t i, w i ) 5f(t i 1, w i 1 ) +f(t i 2, w i 2 )] for each i = 2, 3,...,N 1, define an implicit 3-step method known as the 4th-order Adams-Moulton technique. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 11 / 17

4th-Order Adams-Bashforth & Adams-Moulton Methods Starting Values & Accuracy Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 12 / 17

4th-Order Adams-Bashforth & Adams-Moulton Methods Starting Values & Accuracy The 4 or 3 starting values (in either explicit AB4 or implicit AM4) must be specified, generally by assuming w 0 = α and generating the remaining values by either a Runge-Kutta or Taylor method. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 12 / 17

4th-Order Adams-Bashforth & Adams-Moulton Methods Starting Values & Accuracy The 4 or 3 starting values (in either explicit AB4 or implicit AM4) must be specified, generally by assuming w 0 = α and generating the remaining values by either a Runge-Kutta or Taylor method. The implicit methods are generally more accurate then the explicit methods, but to apply an implicit method such as the Adams-Moulton Method directly, we must solve the implicit equation for w i+1. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 12 / 17

4th-Order Adams-Bashforth & Adams-Moulton Methods Starting Values & Accuracy The 4 or 3 starting values (in either explicit AB4 or implicit AM4) must be specified, generally by assuming w 0 = α and generating the remaining values by either a Runge-Kutta or Taylor method. The implicit methods are generally more accurate then the explicit methods, but to apply an implicit method such as the Adams-Moulton Method directly, we must solve the implicit equation for w i+1. This is not always possible, and even when it can be done the solution for w i+1 may not be unique. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 12 / 17

4th-order Adams-Bashforth Method Example Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 13 / 17

4th-order Adams-Bashforth Method Example Assume that we have used the Runge-Kutta method of order 4 with h = 0.2 to approximate the solutions to the initial value problem y = y t 2 + 1, 0 t 2, y(0) = 0.5 Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 13 / 17

4th-order Adams-Bashforth Method Example Assume that we have used the Runge-Kutta method of order 4 with h = 0.2 to approximate the solutions to the initial value problem y = y t 2 + 1, 0 t 2, y(0) = 0.5 The first four approximations were found to be y(0) = w 0 = 0.5, y(0.2) w 1 = 0.8292933, y(0.4) w 2 = 1.2140762, and y(0.6) w 3 = 1.6489220. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 13 / 17

4th-order Adams-Bashforth Method Example Assume that we have used the Runge-Kutta method of order 4 with h = 0.2 to approximate the solutions to the initial value problem y = y t 2 + 1, 0 t 2, y(0) = 0.5 The first four approximations were found to be y(0) = w 0 = 0.5, y(0.2) w 1 = 0.8292933, y(0.4) w 2 = 1.2140762, and y(0.6) w 3 = 1.6489220. Use these as starting values for the 4th-order Adams-Bashforth method to compute new approximations for y(0.8) and y(1.0), and compare these new approximations to those produced by the Runge-Kutta method of order 4. Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 13 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) For the 4th-order Adams-Bashforth, Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) For the 4th-order Adams-Bashforth, we have y(0.8) w 4 = w 3 + 0.2 24 (55f(0.6, w 3) 59f(0.4, w 2 ) + 37f(0.2, w 1 ) 9f(0, w 0 )) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) For the 4th-order Adams-Bashforth, we have y(0.8) w 4 = w 3 + 0.2 24 (55f(0.6, w 3) 59f(0.4, w 2 ) + 37f(0.2, w 1 ) 9f(0, w 0 )) = 1.6489220 + 0.2 (55f(0.6, 1.6489220) 24 59f(0.4, 1.2140762) + 37f(0.2, 0.8292933) 9f(0, 0.5)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) For the 4th-order Adams-Bashforth, we have y(0.8) w 4 = w 3 + 0.2 24 (55f(0.6, w 3) 59f(0.4, w 2 ) + 37f(0.2, w 1 ) 9f(0, w 0 )) = 1.6489220 + 0.2 (55f(0.6, 1.6489220) 24 59f(0.4, 1.2140762) + 37f(0.2, 0.8292933) 9f(0, 0.5)) = 1.6489220 + 0.0083333(55(2.2889220) 59(2.0540762) + 37(1.7892933) 9(1.5)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (1/3) For the 4th-order Adams-Bashforth, we have y(0.8) w 4 = w 3 + 0.2 24 (55f(0.6, w 3) 59f(0.4, w 2 ) + 37f(0.2, w 1 ) 9f(0, w 0 )) = 1.6489220 + 0.2 (55f(0.6, 1.6489220) 24 59f(0.4, 1.2140762) + 37f(0.2, 0.8292933) 9f(0, 0.5)) = 1.6489220 + 0.0083333(55(2.2889220) = 2.1272892 59(2.0540762) + 37(1.7892933) 9(1.5)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 14 / 17

Example: 4th-order Adams-Bashforth Method Solution (2/3) and y(1.0) w 5 = w 4 + 0.2 24 (55f(0.8, w 4) 59f(0.6, w 3 ) + 37f(0.4, w 2 ) 9f(0.2, w 1 )) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 15 / 17

Example: 4th-order Adams-Bashforth Method Solution (2/3) and y(1.0) w 5 = w 4 + 0.2 24 (55f(0.8, w 4) 59f(0.6, w 3 ) + 37f(0.4, w 2 ) 9f(0.2, w 1 )) = 2.1272892 + 0.2 (55f(0.8, 2.1272892) 24 59f(0.6, 1.6489220) + 37f(0.4, 1.2140762) 9f(0.2, 0.8292933)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 15 / 17

Example: 4th-order Adams-Bashforth Method Solution (2/3) and y(1.0) w 5 = w 4 + 0.2 24 (55f(0.8, w 4) 59f(0.6, w 3 ) + 37f(0.4, w 2 ) 9f(0.2, w 1 )) = 2.1272892 + 0.2 (55f(0.8, 2.1272892) 24 59f(0.6, 1.6489220) + 37f(0.4, 1.2140762) 9f(0.2, 0.8292933)) = 2.1272892 + 0.0083333 (55(2.4872892) 59(2.2889220) + 37(2.0540762) 9(1.7892933)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 15 / 17

Example: 4th-order Adams-Bashforth Method Solution (2/3) and y(1.0) w 5 = w 4 + 0.2 24 (55f(0.8, w 4) 59f(0.6, w 3 ) + 37f(0.4, w 2 ) 9f(0.2, w 1 )) = 2.1272892 + 0.2 (55f(0.8, 2.1272892) 24 59f(0.6, 1.6489220) + 37f(0.4, 1.2140762) 9f(0.2, 0.8292933)) = 2.1272892 + 0.0083333 (55(2.4872892) = 2.6410533 59(2.2889220) + 37(2.0540762) 9(1.7892933)) Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 15 / 17

Example: 4th-order Adams-Bashforth Method Solution (3/3) The error for these approximations at t = 0.8 and t = 1.0 are, respectively: 2.1272295 2.1272892 = 5.97 10 5 and 2.6410533 2.6408591 = 1.94 10 4 Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 16 / 17

Example: 4th-order Adams-Bashforth Method Solution (3/3) The error for these approximations at t = 0.8 and t = 1.0 are, respectively: 2.1272295 2.1272892 = 5.97 10 5 and 2.6410533 2.6408591 = 1.94 10 4 The corresponding Runge-Kutta approximations had errors: 2.1272027 2.1272892 = 2.69 10 5 and 2.6408227 2.6408591 = 3.64 10 5 Numerical Analysis (Chapter 5) Linear Multistep Methods R L Burden & J D Faires 16 / 17

Questions?