IsLieAlgebra
check if a LAVF object is a Lie algebra
Calling Sequence
Parameters
Description
Examples
Compatibility
IsLieAlgebra( obj)
obj
-
a LAVF object.
The method IsLieAlgebra checks if a LAVF object is a Lie algebra. In other words, let L be a LAVF object, then the method returns true if , false otherwise.
IsLieAlgebra(L) is equivalent to AreCommuting(L,L,L). See AreCommuting for more detail.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
We first construct a LAVF object for E(2).
These vector fields in fact form a Lie algebra.
The IsLieAlgebra 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]
AreCommuting
Download Help Document