Overview of the Student:-ODEs:-Solve Command and Subpackage
Calling Sequence
Parameters
Description
Computation
Getting Help with a Command in the Package
Examples
Compatibility
Student:-ODEs:-Solve:-command(arguments)
command(arguments)
Solve(ODE)
Solve(ODE, vars)
ODE
-
an ordinary differential equation, an IVP, or a system
vars
function, or a list or set of functions; the dependent variable(s), written in the form y(x)
The Solve command finds the solution of an ordinary differential equation, an initial value problem, or a system of ODEs.
Using the option output=steps will cause this command to return an annotated step-by-step solution. To see what options are available to control the format and display the step-by-step solution, see Student:-Basics:-OutputStepsRecord. The options supported by that command can be passed into this one.
Student:-ODEs:-Solve is also a subpackage containing a number of commands for solving ordinary differential equations and systems of ODEs.
Each command in the Student:-ODEs:-Solve subpackage can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, Student:-ODEs:-Solve:-command or Student:-ODEs:-Solve:-command, is always available. The short form can be used after loading the package.
The Maple Command Completion facility is helpful for entering the names of Student package commands.
The subpackage Student:-ODEs:-Solve consists of commands for solving ODEs and systems according to various methods:
Bessel
ByLaplaceTransform
ByPerturbation
BySeries
ByUndeterminedCoefficients
ByVariationOfParameters
CauchyEuler
Chebyshev
Exact
FirstOrder
FirstOrderLinear
HighOrder
LinearConstantCoefficients
SecondOrder
Separable
System
To display the help page for a particular Student:-ODEs:-Solve command, see Getting Help with a Command in a Package.
The Student:-ODEs:-Solve package was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Command Completion
dsolve
Student
Student, ODEs
Download Help Document