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

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

Build vector fields...

(1)

(2)

Construct the associated distribution...

(3)

Construct derived distribution...

(4)

(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)

 


Download Help Document