IsIdeal
check if the solutions of a LAVF are an ideal in the Lie algebra of another LAVF
Calling Sequence
Parameters
Description
Examples
Compatibility
IsIdeal(L1, L2)
L1, L2
-
LAVF objects that are Lie algebras i.e. IsLieAlgebra(obj) returns true, see IsLieAlgebra.
Let L1, L2 be LAVF objects that are Lie algebras. Then IsIdeal(L1,L2) checks if solutions of L1 are an ideal in the Lie algebra of solutions of L2.
Internally the method returns true if (i.e. IsInvariant(L1,L2) returns true), is Lie algebra (i.e. IsLieAlgebra(L2) returns true), and (i.e. IsSubspace(L1,L2) returns true). False otherwise.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
We first construct these two LAVFs,
For the solutions of L be an ideal in the Lie algebra of LE2, the following conditions must be true..
or by using a more direct method.
conversely will be false since LE2 is not subalgebra of L.
The IsIdeal 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
IsInvariant
IsSubspace
Download Help Document