GetParametricDerivatives - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GetParametricDerivatives

get the parametric derivatives of a LHPDEs system that is associated with an IDBasis object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetParametricDerivatives( B)

Parameters

B

-

IDBasis object

Description

• 

The GetParametricDerivatives method gets the parametric derivatives of a LHPDEs system that have been recorded in an IDBasis object as a fixed basis variables.

• 

Let B be an IDBasis object that is associated with LHPDE object S. Then GetParametricDerivatives(B) returns a list of parametric derivatives of S.

• 

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

Examples

> 

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=ξ,η

(1)
> 

ParametricDerivatives⁡E2

ξ,ξy,η

(2)
> 

B≔IDBasis⁡E2,ξ⁡x,y−y⁢diff⁡ξ⁡x,y,y,η⁡x,y−x⁢diff⁡ξ⁡x,y,y,−diff⁡ξ⁡x,y,y

B≔ξ−y⁢ξy,η−x⁢ξy,−ξy

(3)
> 

GetParametricDerivatives⁡B

ξ,ξy,η

(4)

Compatibility

• 

The GetParametricDerivatives command was introduced in Maple 2020.

• 

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

See Also

IDBasis (Object overview)

LieAlgebrasOfVectorFields[IDBasis]

LieAlgebrasOfVectorFields[LHPDE]

ParametricDerivatives