Slode
DEdetermine
create an LODEstruct from an ODE
Calling Sequence
Parameters
Description
Examples
DEdetermine(ode, var)
ode
-
ordinary differential equation
var
dependent variable, e.g., y(x)
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.
with⁡Slode:
ode≔diff⁡y⁡x,x⁢x−1−y⁡x=0
ode≔ⅆⅆxy⁡x⁢x−1−y⁡x=0
DEdetermine⁡ode,y⁡x
LODEstruct⁡ⅆⅆxy⁡x⁢x−1−y⁡x=0,y⁡x
DEdetermine⁡convert⁡ode,D,y⁡x
LODEstruct⁡D⁡y⁡x⁢x−1−y⁡x=0,y⁡x
See Also
LODEstruct
Download Help Document