Student[ODEs]
ODESteps
Show a step-by-step solution process for ODEs, IVPs, or systems
Calling Sequence
Parameters
Description
Examples
ODESteps(ODE)
ODESteps(ODE, y(x))
ODESteps(sys)
ODE
-
an ordinary differential equation
y
name ; the dependent variable
x
name ; the independent variable
sys
set ; an ODE system including initial values
The ODESteps() command solves an ordinary differential equation (ODE) or system of ODEs.
The input may include a corresponding set of initial values, which would make it an initial value problem (IVP).
The output shows a series of steps in the solving process.
The following types of ODEs and ODE systems and/or solving methods are considered:
Cauchy-Euler Equations
First Order IVPs
First Order ODEs
Second Order IVPs
Second Order ODEs
Series Solutions
Special Function Solutions
Systems of ODEs
Systems of ODEs with IVP
A first order ODE:
A first order IVP:
A second order ODE:
A second order IVP:
An Cauchy-Euler equation:
Finding a series solution:
Solving an ODE with special function solution:
Solving a third order ODE by writing it as a system:
See Also
DEtools/odeadvisor
dsolve
Student
Download Help Document