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, y(x))
ODE
-
an ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
The Solve(ODE, y(x)) command finds the solution of an ordinary differential equation.
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
CauchyEuler
Chebyshev
Exact
FirstOrder
FirstOrderLinear
HighOrder
ByLaplaceTransform
ByPerturbation
SecondOrder
LinearConstantCoefficients
Separable
BySeries
System
ByUndeterminedCoefficients
To display the help page for a particular Student[ODEs][Solve] command, see Getting Help with a Command in a Package.
with⁡StudentODEs:
ode1≔t2⁢z⁡t+1+z⁡t2⁢t−1⁢diff⁡z⁡t,t=0
ode1≔t2⁢z⁡t+1+z⁡t2⁢t−1⁢ⅆⅆtz⁡t=0
Solve⁡ode1,z⁡t
z⁡t22−z⁡t+ln⁡z⁡t+1=−t22−t−ln⁡t−1+_C1
ode2≔diff⁡y⁡x,x,x−diff⁡y⁡x,x−x⁢exp⁡x=0
ode2≔ⅆ2ⅆx2y⁡x−ⅆⅆxy⁡x−x⁢ⅇx=0
Solve⁡ode2,y⁡x
y⁡x=_C1+_C2⁢ⅇx+ⅇx⁢x2−2⁢x+22
ode3≔diff⁡y⁡x,x,x+5⁢diff⁡y⁡x,x2y⁡x=0
ode3≔ⅆ2ⅆx2y⁡x+5⁢ⅆⅆxy⁡x2y⁡x=0
Solve⁡ode3,y⁡x
y⁡x=6⁢ⅇ_C1⁢x+6⁢_C216,y⁡x=−6⁢ⅇ_C1⁢x+6⁢_C216
ode4≔x3⁢diff⁡y⁡x,x,x,x+3⁢x2⁢diff⁡y⁡x,x,x−6⁢x⁢diff⁡y⁡x,x−6⁢y⁡x=0
ode4≔x3⁢ⅆ3ⅆx3y⁡x+3⁢x2⁢ⅆ2ⅆx2y⁡x−6⁢x⁢ⅆⅆxy⁡x−6⁢y⁡x=0
Solve⁡ode4,y⁡x
y⁡x=3⁢_C2⁢x3−_C3x−2⁢_C1x2
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
What kind of issue would you like to report? (Optional)