liesymm[depvars] - depvars a set of differential forms
|
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
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
The dependencies can also be explicitly set.
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|

| (9) |
|
|