OrbitDistribution
calculate the orbit distribution of a LAVF object.
Calling Sequence
Parameters
Description
Examples
Compatibility
OrbitDistribution( obj)
obj
-
a LAVF object.
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.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡ξ⁡x,y,z,η⁡x,y,z,ζ⁡x,y,z:
Build vector fields associated with 3-d spatial rotations...
Rx≔VectorField⁡−z⁢Dy+y⁢Dz,space=x,y,z
Rx≔−z⁢ⅆⅆy+y⁢ⅆⅆz
Ry≔VectorField⁡−x⁢Dz+z⁢Dx,space=x,y,z
Ry≔z⁢ⅆⅆx−x⁢ⅆⅆz
Rz≔VectorField⁡−y⁢Dx+x⁢Dy,space=x,y,z
Rz≔−y⁢ⅆⅆx+x⁢ⅆⅆy
We now construct a LAVF object for SO(3) that are generated by these rotation vector fields.
V≔VectorField⁡ξ⁡x,y,z⁢Dx+η⁡x,y,z⁢Dy+ζ⁡x,y,z⁢Dz,space=x,y,z
V≔ξ⁢ⅆⅆx+η⁢ⅆⅆy+ζ⁢ⅆⅆz
L≔EliminationLAVF⁡V,Rx,Ry,Rz
L≔ξ⁢ⅆⅆx+η⁢ⅆⅆy+ζ⁢ⅆⅆz&whereξ=−ζ⁢z−η⁢yx,ηx=ζy⁢z+ηx,ηy=0,ηz=−ζy,ζy,y=0,ζx=−ζy⁢y+ζx,ζz=0
Find the orbit distribution of L...
OD≔OrbitDistribution⁡L
OD≔−y⁢ⅆⅆxx+ⅆⅆy,−z⁢ⅆⅆxx+ⅆⅆz
OD is a Distribution object which has access to various methods, for example,
Dimension⁡OD
2
Integrals⁡OD
x2+y2+z2
GetAnnihilator⁡OD
dx+y⁢dyx+z⁢dzx
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