IsLieAlgebra - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


IsLieAlgebra

check if a LAVF object is a Lie algebra

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsLieAlgebra( obj)

Parameters

obj

-

a LAVF object.

Description

• 

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 L,L⊆L, 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.

Examples

> 

with⁡LieAlgebrasOfVectorFields:

> 

Typesetting:-Settings⁡userep=true:

> 

Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y:

> 

V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y

V≔ξ⁢ⅆⅆx+η⁢ⅆⅆy

(1)
> 

E2≔LHPDE⁡diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x=−diff⁡ξ⁡x,y,y,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,x=0,indep=x,y,dep=ξ,η

E2≔ξy,y=0,ηx=−ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η

(2)

We first construct a LAVF object for E(2).

> 

L≔LAVF⁡V,E2

L≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0

(3)

These vector fields in fact form a Lie algebra.

> 

IsLieAlgebra⁡L

true

(4)

Compatibility

• 

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