DEtools[Xchange] - change variables in an ODE point symmetry generator
|
Calling Sequence
|
|
Xchange(tr, X, y(x), [t, u(t)])
|
|
Parameters
|
|
tr
|
-
|
set of transformation equations of the form from the old variables on the left hand side to the new variables on the right hand side
|
X
|
-
|
list of coefficients of a point symmetry generator (infinitesimals) as in [xi(x, y), eta(x, y)]
|
y(x)
|
-
|
'dependent variable' of the problem (it can be any indeterminate function of one variable)
|
[t, u(t)]
|
-
|
(optional) new independent and dependent variables (required when they cannot be inferred from the transformation)
|
|
|
|
|
Description
|
|
•
|
This function is part of the DEtools package, and so it can be used in the form Xchange(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Xchange](..).
|
|
|
Examples
|
|
>
|
|
Note that the infinitesimals can be expressed in terms of , but also directly in terms of :
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
This example illustrates a more general change of variables where the new variables are :
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
|
|
Download Help Document
Was this information helpful?