Integreat`LMM`
Integreat`LMM`

LMMOrder

LMMOrder[lmm]

computes the order of accuracy of lmm.

Details and Options

  • The order of a linear multistep method is a integer greater than or equal to .

Examples

open allclose all

Basic Examples  (2)

Get the order of the five-step AdamsMoulton method:

A generic linear multistep method fails to satisfy any order condition:

Possible Issues  (1)

Methods with floating point or rational approximations to coefficients may fail to satisfy order conditions by small, but nonzero residuals:

Tech Notes
  • Linear Multistep Methods