DEtools
liesol
find solutions of a first order Lie ODE
Calling Sequence
Parameters
Description
Examples
liesol(lode, v)
lode
-
first order differential equation
v
dependent variable of the lode
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](..).
withDEtools:
A nonlinear fifth order example (number 17 from Kamke's book) solved by reducing the order constructively using canonical coordinates
ode≔9diffyx,x,x2diffyx,x,x,x,x,x−45diffyx,x,xdiffyx,x,x,xdiffyx,x,x,x,x+40diffyx,x,x,x
ode≔9ⅆ2ⅆx2yx2ⅆ5ⅆx5yx−45ⅆ2ⅆx2yxⅆ3ⅆx3yxⅆ4ⅆx4yx+40ⅆ3ⅆx3yx
liesolode,yx
yx=∫∫RootOf−∫` `_Z1RootOf−20ln_f+∫` `_Z_kⅇRootOf81_k2ⅇ_Z+20ⅇ_Zlnⅇ_Z+27−40ⅇ_Zln2−20ⅇ_Zln5+162c__1ⅇ_Z−20_Zⅇ_Z+2187_k2+540lnⅇ_Z+27−1080ln2−540ln5+4374c__1−540_Z−540+27ⅆ_k+20c__2ⅆ_f+x+c__3ⅆxⅆx+c__4x+c__5
See Also
dsolve
dsolve,Lie
Download Help Document