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

Online Help

All Products    Maple    MapleSim


ParametricDerivatives

find the parametric derivatives of a LHPDE object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ParametricDerivatives( obj)

ParametricDerivatives( obj, order= m .. n)

ParametricDerivatives( obj, order= m)

Parameters

obj

-

a LHPDE object

m, n

-

non-negative integers

Description

• 

The ParametricDerivatives method finds the parametric derivatives of a LHPDE object. The parametric derivatives are returned as a list of functions.

• 

In the first calling sequence, the method returns all parametric derivatives of a LHPDE object.

• 

The LHPDE object in the first calling sequence must be of finite type (has finite-dimensional solution space, see IsFiniteType).

• 

In the second and third calling sequences, the method returns the parametric derivatives of a LHPDE object for a specific order: from m to n inclusive (or of order exactly m respectively).

• 

The LHPDE object in the second and third calling sequences must be in rif-reduced form (see IsRifReduced) with respect to a total degree ranking (see IsTotalDegreeRanking).

• 

The method ParametricDerivatives internally uses the existing Maple command DEtools[initialdata] for computing parametric derivatives.

• 

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

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

Compatibility

• 

The ParametricDerivatives command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LHPDE (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

IsFiniteType

IsRifReduced

IsTotalDegreeRanking

RifReduce

DEtools[initialdata]

 


Download Help Document