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

Online Help

All Products    Maple    MapleSim


liesymm

  

depvars

  

depvars a set of differential forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

depvars(x1,..., xn)

Parameters

x1, ..., xn

-

(optional) sequence of names of the dependent variables for the system of PDEs currently under investigation

Description

• 

A system of PDEs is defined with respect to an underlying coordinate system. This command reports on the current setting of this coordinate system or allows it to be specified.  This information is automatically set by commands like makeforms() and subsequently used by commands such as annul(), TD{}, and Eta().

• 

If the function is called with no argument then the current setting for independent variables is reported.

• 

If the function is called with one or more arguments then these become the independent variables.

• 

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

Examples

withliesymm:

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

eq12x2ht,x=tht,x

(1)

formsmakeformseq1,ht,x,k

formsdhk1dtk2dx,dk2dtk1dtdx

(2)

indepvars

t,x

(3)

depvars

h

(4)

The dependencies can also be explicitly set.

setup

(5)

indepvarsx,y

x,y

(6)

depvarsg,h

g,h

(7)

TDF,x

ⅆFⅆx+w1ⅆFⅆg+w3ⅆFⅆh

(8)

Ηg,x

ⅆV3ⅆx+w1ⅆV3ⅆg+w3ⅆV3ⅆhw1ⅆV1ⅆx+w1ⅆV1ⅆg+w3ⅆV1ⅆhw2ⅆV2ⅆx+w1ⅆV2ⅆg+w3ⅆV2ⅆh

(9)

See Also

liesymm

liesymm[Eta]

liesymm[extvars]

liesymm[indepvars]

liesymm[makeforms]

liesymm[setup]

liesymm[TD]