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

Online Help

All Products    Maple    MapleSim


DEtools

  

liesol

  

find solutions of a first order Lie ODE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

liesol(lode, v)

Parameters

lode

-

first order differential equation

v

-

dependent variable of the lode

Description

• 

The liesol routine attempts to find a solution to the equation by using Lie methods. See dsolve,Lie.

• 

The first argument is a differential equation in diff or D form and the second argument is the function in the differential equation.

• 

This function is part of the DEtools package, and so it can be used in the form liesol(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[liesol](..).

Examples

A nonlinear fifth order example (number 17 from Kamke's book) solved by reducing the order constructively using canonical coordinates

(1)

(2)

See Also

DEtools

dsolve

dsolve,Lie

 


Download Help Document