liesymm
depvars
depvars a set of differential forms
Calling Sequence
Parameters
Description
Examples
depvars(x1,..., xn)
x1, ..., xn
-
(optional) sequence of names of the dependent variables for the system of PDEs currently under investigation
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]()
with⁡liesymm:
eq1≔Diff⁡h⁡t,x,x,x=Diff⁡h⁡t,x,t
eq1≔∂2∂x2h⁡t,x=∂∂th⁡t,x
forms≔makeforms⁡eq1,h⁡t,x,k
forms≔d⁡h−k1⁢d⁡t−k2⁢d⁡x,−d⁡k2&ˆd⁡t−k1⁢d⁡t&ˆd⁡x
indepvars⁡
t,x
depvars⁡
h
The dependencies can also be explicitly set.
setup⁡
indepvars⁡x,y
x,y
depvars⁡g,h
g,h
TD⁡F,x
ⅆFⅆx+w1⁢ⅆFⅆg+w3⁢ⅆFⅆh
Η⁡g,x
ⅆV3ⅆx+w1⁢ⅆV3ⅆg+w3⁢ⅆV3ⅆh−w1⁢ⅆV1ⅆx+w1⁢ⅆV1ⅆg+w3⁢ⅆV1ⅆh−w2⁢ⅆV2ⅆx+w1⁢ⅆV2ⅆg+w3⁢ⅆV2ⅆh
See Also
liesymm[Eta]
liesymm[extvars]
liesymm[indepvars]
liesymm[makeforms]
liesymm[setup]
liesymm[TD]
Download Help Document