LieBracket - Maple Help

Online Help

All Products    Maple    MapleSim


LieBracket

calculate the Lie bracket of two VectorField objects

Commutator

a synonym for LieBracket

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LieBracket (X, Y)

Commutator (X, Y)

Parameters

X

-

a VectorField object

Y

-

a VectorField object on the same space as X

Description

• 

The Lie bracket of two vector fields X, Y, defined on the same space, is the vector field Z such that Zf=XYfYXf where f is a real-valued function on the same space as X and Y. The standard notation is Z=X,Y.

• 

The LieBracket(X,Y) method returns a VectorField object on the same space as X and Y.

• 

The Commutator method is provided as an alias.

• 

This method is associated with the VectorField object. For more detail, see Overview of the VectorField object.

Examples

withLieAlgebrasOfVectorFields:

UVectorFieldxDx+yDy,space=x,y

Uxx+yy

(1)

 

TxVectorFieldDx,space=x,y

Txx

(2)

 

LieBracketU,Tx

x

(3)

 

which is the same as

CommutatorU,Tx

x

(4)

Compatibility

• 

The LieBracket and Commutator commands were introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

VectorField (Object overview)

LieAlgebrasOfVectorFields[VectorField]