Integreat`LMM`
Integreat`LMM`

LMM

LMM[k]

creates a generic, k-step linear multistep method.

LMM[{α0,α1,,αk},{β0,β1,,βk}]

creates a k-step linear multistep method with coefficient multiplying and multiplying .

Details and Options

  • A -step linear multistep method is given by , where .
  • An LMM object represents a linear multistep method.
  • LMM[] displays in a notebook as a difference equation.

Examples

Basic Examples  (2)

Create a generic two-step linear multistep method:

Construct a linear multistep method from coefficients:

Tech Notes
  • Linear Multistep Methods