OrbitDistribution - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


OrbitDistribution

calculate the orbit distribution of a LAVF object.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

OrbitDistribution( obj)

Parameters

obj

-

a LAVF object.

Description

• 

Let L be a LAVF object and is Lie algebra (see IsLieAlgebra). Then OrbitDistribution method returns the orbit distribution of L.

• 

The returned orbit distribution of obj is a Distribution object. A Distribution object has access to various methods, see Overview of the Distribution object for more detail.

• 

The orbit distribution is the infinitesimal version of the group orbit.

• 

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

Examples

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

(1)

(2)

(3)

We now construct a LAVF object for SO(3) that are generated by these rotation vector fields.

(4)

(5)

Find the orbit distribution of L...

(6)

OD is a Distribution object which has access to various methods, for example,

(7)

(8)

(9)

Compatibility

• 

The OrbitDistribution 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)

Distribution (Object overview)

LieAlgebrasOfVectorFields[VectorField]

LieAlgebrasOfVectorFields[EliminationLAVF]

 


Download Help Document