ParametricDerivatives
find the parametric derivatives of a LHPDE object
Calling Sequence
Parameters
Description
Examples
Compatibility
ParametricDerivatives( obj)
ParametricDerivatives( obj, order= m .. n)
ParametricDerivatives( obj, order= m)
obj
-
a LHPDE object
m, n
non-negative integers
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.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y:
E2≔LHPDE⁡diff⁡ξ⁡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=ξ,η
IsFiniteType⁡E2
true
ParametricDerivatives⁡E2
ξ,ξy,η
E2red≔RifReduce⁡E2,ξ,η
E2red≔ξy,y=0,ξx=0,ηx=−ξy,ηy=0,indep=x,y,dep=ξ,η
IsRifReduced⁡E2red
IsTotalDegreeRanking⁡E2red
ParametricDerivatives⁡E2,order=0..0
ξ,η
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