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

Online Help

All Products    Maple    MapleSim


liesymm

  

indepvars

  

indepvars a set of differential forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

indepvars(x1,..., xn)

indepvars()

Parameters

x1, ..., xn

-

sequence of names of the independent 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[indepvars]()

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)

annulforms

2x2ht,xtht,x=0

(4)

setup

(5)

There are now no coordinates.

forms

0,0

(6)

indepvarst,x

t,x

(7)

depvarsg,h

g,h

(8)

TDF,x

ⅆFⅆx+w2ⅆFⅆg+w4ⅆFⅆh

(9)

Ηg,x

ⅆV3ⅆx+w2ⅆV3ⅆg+w4ⅆV3ⅆhw1ⅆV1ⅆx+w2ⅆV1ⅆg+w4ⅆV1ⅆhw2ⅆV2ⅆx+w2ⅆV2ⅆg+w4ⅆV2ⅆh

(10)

See Also

liesymm

liesymm[depvars]

liesymm[Eta]

liesymm[extvars]

liesymm[makeforms]

liesymm[setup]

liesymm[TD]