Integreat`LMM`
Integreat`LMM`

LMMAdamsBashforth

LMMAdamsBashforth[k]

creates a k-step AdamsBashforth method.

Details and Options

  • A -step AdamsBashforth method is an explicit linear multistep method which uses to compute .
  • LMMAdamsBashforth[k] produces a method of order k.

Examples

Basic Examples  (2)

Create a four-step AdamsBashforth method:

Display the Adams-Bashforth methods up to order six:

Tech Notes
  • Linear Multistep Methods