A second order nonlinear ODE
>
|
|
| (1) |
This ODE is reduced by dsolve to a first order ODE of Abel type
| (2) |
The display of ODESolStruc uses where to display the first operand (the answer) on the left hand side and the list with the reduced ODE and the transformation equations on the right hand side.
Answers containing ODESolStruc can also be tested using odetest
>
|
|
Each piece of the ODESolStruc above can be selected using the mouse, or through the following command:
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
The original ODE (ode[1] above) can be reobtained by changing variables in the reduced_ODE, using TR as follows:
>
|
|
>
|
|
| (9) |
The reduced_ODE, in turn, can be obtained from the original_ODE by changing variables using the inverse transformation ITR:
>
|
|
>
|
|
| (10) |