|
>
|
|
|
>
|
|
|
|
(2.1) |
The Liouville ODE has the following symmetries (see dsolve,Lie):
|
>
|
|
|
![symmetries := [_xi = 0, _eta = exp(-(Int(g(y), y)))], [_xi = 0, _eta = (Int(exp(Int(g(y), y)), y))*exp(-(Int(g(y), y)))], [_xi = exp(-(Int(-f(x), x))), _eta = 0], [_xi = (Int(exp(Int(-f(x), x)), x))*exp(-(Int(-f(x), x))), _eta = 0]](/view.aspx?si=50937/file05614/math44.png)
|
(2.2) |
These symmetries can be tested using symtest
|
>
|
|
|
|
(2.3) |
Knowing two independent symmetries for a second order ODE almost always leads to its answer, as in the following Liouville ODE:
|
>
|
|
|
|
(2.4) |
Implicit and explicit answers for ODEs can be tested using odetest.
|
>
|
|
|
|
(2.5) |