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.
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
IsolateHighestDerivative⁡ode1,z⁡t
ⅆⅆtz⁡t=−t2⁢z⁡t+1z⁡t2⁢t−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