DerivedDistribution
find derived distribution of a distribution
Calling Sequence
Parameters
Description
Examples
Compatibility
DerivedDistribution(dist)
dist
-
a Distribution object
The DerivedDistribution method returns a Distribution object spanned by all the commutators of vector fields in dist.
This method is of little interest if the input Distribution dist is involutive, since in that case DerivedDistribution(dist) will simply return dist itself.
This method is associated with the Distribution object. For more detail see Overview of the Distribution object.
with⁡LieAlgebrasOfVectorFields:
Build vector fields...
V1≔VectorField⁡Dx,space=x,y,z,w
V1≔ⅆⅆx
V2≔VectorField⁡Dy+x⁢Dz+z⁢Dw,space=x,y,z,w
V2≔ⅆⅆy+x⁢ⅆⅆz+z⁢ⅆⅆw
Construct the associated distribution...
Σ≔Distribution⁡V1,V2
Σ≔ⅆⅆx,ⅆⅆyz+x⁢ⅆⅆzz+ⅆⅆw
Construct derived distribution...
DerivedDistribution⁡Σ
ⅆⅆyz+ⅆⅆw,ⅆⅆx,ⅆⅆz
IsInvolutive⁡Σ
false
The DerivedDistribution command was 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)
Download Help Document