DEtools
Xcommutator
calculate the commutator of two generators of one-parameter Lie groups
Calling Sequence
Parameters
Description
Examples
Xcommutator(X1, X2, k, y(x), ODE)
X1, X2
-
lists of the coefficients of the symmetry generators (infinitesimals) as in [xi, eta]
y(x)
'dependent variable'; it can be any indeterminate function of one variable
k
(optional) extension of the generators entering the commutator
ODE
(optional) right hand side is used to replace the highest derivative in the result; required if dynamical symmetries are given
The Xcommutator command receives two generators of one-parameter Lie groups, either in the form of a pair of infinitesimals [xi, eta] or in the form of differential operators, and the dependent variable y(x), and returns the commutator of these generators.
If k is given, the k extension of the generators X1 and X2 is calculated at first, and the command returns the commutator of these extended generators (that is, another extended generator; see eta_k and infgen ).
If the given generators are in the form of a list containing the infinitesimals, the result is returned as a list; otherwise, if X1 and X2 are given as differential operators (mappings) then the result is returned as a mapping (see examples).
This function is part of the DEtools package, and so it can be used in the form Xcommutator(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Xcommutator](..).
with⁡DEtools:
X1≔x,−y
X2≔a⁢x,c⁢y+y2
The commutator of X1 with X2
Xcommutator⁡X1,X2,y⁡x
_ξ=0,_η=−y2
The commutator of the third extensions of X1 and X2 involves four elements.
Xcommutator⁡X1,X2,y⁡x,3
_ξ=0,_η=−y2,_η1=−2⁢_y1⁢y,_η2=−2⁢_y12−2⁢_y2⁢y,_η3=−6⁢_y1⁢_y2−2⁢_y3⁢y
The generators G1 and G2 associated to the lists X1 and X2
X1
x,−y
G1≔infgen⁡X1,y⁡x
G1≔_F1→x⁢∂∂x⁢_F1−y⁢∂∂y⁢_F1
X2
a⁢x,c⁢y+y2
G2≔infgen⁡X2,y⁡x
G2≔_F1→a⁢x⁢∂∂x⁢_F1+c⁢y+y2⁢∂∂y⁢_F1
If G1 and G2 are differential operators (mappings), the commutator of G1 and G2 is returned as a mapping as well:
Xcommutator⁡G1,G2,y⁡x
_F2→−∂∂y⁢_F2⁢y2
The commutator of the third extensions of G1 and G2
Xcommutator⁡G1,G2,y⁡x,3
_F2→−2⁢∂∂_y1⁢_F2⁢_y1⁢y+−2⁢_y12−2⁢_y2⁢y⁢∂∂_y2⁢_F2+−6⁢_y1⁢_y2−2⁢_y3⁢y⁢∂∂_y3⁢_F2−∂∂y⁢_F2⁢y2
See Also
dsolve,Lie
eta_k
infgen
PDEtools
Xchange
Download Help Document