Identify Type of ODE - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Differential Equations : ODEs : Identify Type of ODE

Identify the Type of an ODE

Description

Use the odeadvisor command to determine the type of an ODE.

 

Identify Type of ODE

ODE

y+4 y+3 y=0

ⅆ2ⅆx2yx+4ⅆⅆxyx+3yx=0

(1)

Analysis

DEtoolsodeadvisor

_2nd_order,_missing_x

(2)

Maple's Solution Process

infoleveldsolve3: dsolve; infoleveldsolve0:

Methods for second order ODEs:
--- Trying classification methods ---
trying a quadrature
checking if the LODE has constant coefficients
<- constant coefficients successful

yx&equals;_C1&ExponentialE;x&plus;_C2&ExponentialE;3x

(3)

Commands Used

DEtools[odeadvisor], dsolve

See Also

infolevel, odeadvisor,types