LMMOrderConditions[lmm,p]

generates a list of order condition residuals for lmm from order 0 to p.

LMMOrderConditions[lmm,{p}]

generates the order p residual of lmm.

Details and Options

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Check the order condition residuals of the three-step AdamsMoulton method:

Out[1]=1
Out[1]=1

Generate the third order condition for a generic, three-step method:

Out[1]=1
Out[1]=1

Applications  (1)Sample problems that can be solved with this function

Derive a three step method with the highest possible order:

Out[1]=1
Tech Notes