Integreat`LMM`
Integreat`LMM`

LMMAdamsBashforth

LMMAdamsBashforth[k]

creates a k-step Adams–Bashforth method.

Details and Options

  • A -step Adams–Bashforth 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 Adams–Bashforth method:

Display the Adams-Bashforth methods up to order six:

Tech Notes
▪
  • Linear Multistep Methods