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

Online Help

All Products    Maple    MapleSim


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

Student[ODEs]

  

IsolateHighestDerivative

  

solve the ODE for its highest derivative

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsolateHighestDerivative(ODE, y(x))

Parameters

ODE

-

an ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The IsolateHighestDerivative(ODE, y(x)) command solves ODE for the highest derivative of y(x) with respect to x.

Examples

withStudentODEs:

ode1t2zt+1+zt2t1diffzt,t=0

ode1t2zt+1+zt2t1ⅆⅆtzt=0

(1)

IsolateHighestDerivativeode1,zt

ⅆⅆtzt=t2zt+1zt2t1

(2)

Compatibility

• 

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]

Student[ODEs][DifferentialOrder]