GetVectorFields - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GetVectorFields

get vector fields that form a basis for a Distribution object

GetAnnihilator

get one-forms that form a co-basis for a Distribution object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetVectorFields( dist)

GetAnnihilator( dist)

Parameters

dist

-

a Distribution object

Description

• 

The GetVectorFields method returns a list of VectorField objects which at each point form a basis of the subspace of tangent space associated with a distribution.  In the case where Distribution dist is in involution, the basis is chosen to commute.

• 

Similarly the GetAnnihilator method returns a list of OneForm objects which form a co-basis for the forms that annihilate the distribution.

• 

Both VectorField and OneForm objects are part of the LieAlgebrasOfVectorFields package. For more detail, see Overview of the LieAlgebrasOfVectorFields package.

• 

These methods are associated with the Distribution object. For more detail see Overview of the Distribution object.

Examples

withLieAlgebrasOfVectorFields:

Build vector fields associated with 3-d spatial rotations...

RxVectorFieldzDy+yDz,space=x,y,z

Rxzⅆⅆy+yⅆⅆz

(1)

RyVectorFieldxDz+zDx,space=x,y,z

Ryzⅆⅆxxⅆⅆz

(2)

RzVectorFieldyDx+xDy,space=x,y,z

Rzyⅆⅆx+xⅆⅆy

(3)

Construct the associated distribution...

ΣDistributionRx,Ry,Rz

Σzⅆⅆxx+ⅆⅆz,yⅆⅆxx+ⅆⅆy

(4)

GetVectorFieldsΣ

yⅆⅆxx+ⅆⅆy,zⅆⅆxx+ⅆⅆz

(5)

GetAnnihilatorΣ

dx+ydyx+zdzx

(6)

Compatibility

• 

The GetVectorFields and GetAnnihilator commands were introduced in Maple 2020.

• 

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

See Also

Distribution (Object overview)

LieAlgebrasOfVectorFields[Distribution]

VectorField (Object overview)

LieAlgebrasOfVectorFields[VectorField]

LieAlgebrasOfVectorFields (Package overview)