Student[ODEs]
IsolateHighestDerivative
solve the ODE for its highest derivative
Calling Sequence
Parameters
Description
Examples
Compatibility
IsolateHighestDerivative(ODE, y(x))
ODE
-
an ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
The IsolateHighestDerivative(ODE, y(x)) command solves ODE for the highest derivative of y(x) with respect to x.
withStudentODEs:
ode1≔t2zt+1+zt2t−1diffzt,t=0
ode1≔t2zt+1+zt2t−1ⅆⅆtzt=0
IsolateHighestDerivativeode1,zt
ⅆⅆtzt=−t2zt+1zt2t−1
The Student[ODEs][IsolateHighestDerivative] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
isolate
solve
Student
Student[ODEs][DifferentialOrder]
Download Help Document