DEdetermine - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Slode

  

DEdetermine

  

create an LODEstruct from an ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DEdetermine(ode, var)

Parameters

ode

-

ordinary differential equation

var

-

dependent variable, e.g., y(x)

Description

• 

The DEdetermine command performs some sanity checks on the given ordinary differential equation and returns an LODEstruct data structure.

• 

The first argument should be a differential equation in diff notation or in D operator notation. If ode is an expression, then it is equated to zero.

Examples

withSlode:

odediffyx,xx1yx=0

odeⅆⅆxyxx1yx=0

(1)

DEdetermineode,yx

LODEstructⅆⅆxyxx1yx=0,yx

(2)

DEdetermineconvertode,D,yx

LODEstructDyxx1yx=0,yx

(3)

See Also

LODEstruct

Slode