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


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

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

Typesetting:-Suppressξx,y,ηx,y:

E2LHPDEdiffξx,y,y,y=0,diffηx,y,x=diffξx,y,y,diffηx,y,y=0,diffξx,y,x=0,indep=x,y,dep=ξ,η

E2ξy,y=0,ηx=ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η

(1)

IsFiniteTypeE2

true

(2)

ParametricDerivativesE2

ξ,ξy,η

(3)

E2redRifReduceE2,ξ,η

E2redξy,y=0,ξx=0,ηx=ξy,ηy=0,indep=x,y,dep=ξ,η

(4)

IsRifReducedE2red

true

(5)

IsTotalDegreeRankingE2red

true

(6)

ParametricDerivativesE2,order=0..0

ξ,η

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