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

Online Help

All Products    Maple    MapleSim


liesymm

  

extvars

  

extvars a set of differential forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

extvars()

extvars(f, x)

extvars(f, x, y)

Parameters

f

-

name of a dependent variable

x, y

-

names of the independent variables with respect to the system of PDEs currently under investigation

Description

• 

During the investigation a particular system of PDEs names are dynamically created for the partials involving some of the and dependent and independent variables. This command reports on the names used for those partials.

• 

If the function is called with no argument then a table indicating all the name mappings is returned.

• 

In all other cases the first argument is the dependent variable and the remaining arguments are the independent variables defining the partial of interest.    The result is the name used for the specified partial.

• 

If there is no such table entry then extvars() returns unevaluated.

• 

This routine is ordinarily loaded via with(liesymm) but can be used in the ``package style'' as liesymm[extvars]()

Examples

withliesymm:

eq1Diffht,x,x,x=Diffht,x,t

eq12x2ht,x=tht,x

(1)

formsmakeformseq1,ht,x,k

formsdhk1dtk2dx,dk2dtk1dtdx

(2)

translatek2

h,x

(3)

extvars

k2

(4)

extvarsh,y

extvarsh,y

(5)

extvars

tableh,x=k2,x=x,h,t=k1,t=t,h=h

(6)

See Also

liesymm

liesymm[depvars]

liesymm[indepvars]

liesymm[makeforms]

liesymm[setup]