DerivedDistribution - 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


DerivedDistribution

find derived distribution of a distribution

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DerivedDistribution(dist)

Parameters

dist

-

a Distribution object

Description

• 

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.

Examples

withLieAlgebrasOfVectorFields:

Build vector fields...

V1VectorFieldDx,space=x,y,z,w

V1ⅆⅆx

(1)

V2VectorFieldDy+xDz+zDw,space=x,y,z,w

V2ⅆⅆy+xⅆⅆz+zⅆⅆw

(2)

Construct the associated distribution...

ΣDistributionV1,V2

Σⅆⅆx,ⅆⅆyz+xⅆⅆzz+ⅆⅆw

(3)

Construct derived distribution...

DerivedDistributionΣ

ⅆⅆyz+ⅆⅆw,ⅆⅆx,ⅆⅆz

(4)

IsInvolutiveΣ

false

(5)

Compatibility

• 

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)