Student[ODEs]
SeparateVariables
separate the dependent and independent variables of an ODE
Calling Sequence
Parameters
Description
Examples
Compatibility
SeparateVariables(ODE, y(x))
ODE
-
a first order ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
The SeparateVariables(ODE, y(x)) returns an equivalent ODE in a form where the dependent and independent variables are separated.
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
SeparateVariables⁡ode1,z⁡t
ⅆⅆtz⁡t⁢z⁡t2z⁡t+1=−t2t−1
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][Solve][Separable]
Download Help Document