SeparateVariables - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Education : Student Packages : ODEs : SeparateVariables

Student[ODEs]

  

SeparateVariables

  

separate the dependent and independent variables of an ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SeparateVariables(ODE, y(x))

Parameters

ODE

-

a first order ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The SeparateVariables(ODE, y(x)) returns an equivalent ODE in a form where the dependent and independent variables are separated.

Examples

withStudentODEs:

ode1t2zt+1+zt2t1diffzt,t=0

ode1t2zt+1+zt2t1ⅆⅆtzt=0

(1)

SeparateVariablesode1,zt

ⅆⅆtztzt2zt+1=t2t1

(2)

Compatibility

• 

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

• 

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

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][Solve][Separable]