Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Overview of the Student:-ODEs:-Solve Command and Subpackage

 

Calling Sequence

Parameters

Description

Computation

Getting Help with a Command in the Package

Examples

Compatibility

Calling Sequence

Student:-ODEs:-Solve:-command(arguments)

command(arguments)

Solve(ODE)

Solve(ODE, vars)

Parameters

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)

Description

• 

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.

Computation

  

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

Getting Help with a Command in the Package

  

To display the help page for a particular Student:-ODEs:-Solve command, see Getting Help with a Command in a Package.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

Compatibility

• 

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