Transporter
find the transporter of a LAVF to another LAVF in the third LAVF
Calling Sequence
Parameters
Description
Examples
Compatibility
Transporter(L, M, N)
L, M, N
-
LAVF objects live on same space.
Let L, M, N be LAVF objects living on the same space. Then Transporter(L,M,N) finds the transporter of M to N in L, as a new LAVF object.
By definition, the transporter of to in consists of the vector fields in that map vector fields in to vector fields in , under commutator. That is, it is the subspace where are subspaces of some Lie algebra.
Some Lie algebraic structural methods (Center, Centraliser, Normaliser, and UpperCentralSeries) are front-ends to Transporter.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
Constructing some LAVFs,
This is centre of L
and the second centre of L
The upper central series of L is a sequences of L consisting a trivial LAVF, centre of L, and the second centre of L.
The Transporter command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LieAlgebrasOfVectorFields (Package overview)
LAVF (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LHPDE]
LieAlgebrasOfVectorFields[LAVF]
IsLieAlgebra
Center
Centraliser
Normaliser
UpperCentralSeries
Download Help Document