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

Online Help

Student[ODEs]

  

Type

  

classify the solvability type of a first order ODE, if possible

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Type(ODE, y(x))

Type(ODE, class, y(x))

Parameters

ODE

-

a first order ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

class

-

name; a solvability type

Description

• 

The Type(ODE, y(x)) returns a sequence of matching solvability types of ODE if any are found. Currently the only solvability types considered are: separable, linear, and exact.

• 

The Type(ODE, class, y(x)) returns true or false indicating whether the ODE is of the given solvability type class.

• 

The extra argument y(x) indicating the solving variable is optional in general, but it must be given when the solving variable cannot be determined unambiguously from the ODE.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

Compatibility

• 

The Student[ODEs][Type] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

DEtools[odeadvisor]

map2

Student

Student[ODEs]

 


Download Help Document