liesymm
prolong
make substitutions for components of the extended isovector in terms of partials of the original isovector
Calling Sequence
Parameters
Description
Examples
prolong(Vn)
prolong[1](Vn)
prolong[2](Vn)
prolong[3](Vn)
V
-
isovector as a list or name
This routine construct equations that can be used to rewrite the components of isovector corresponding to the extended variables in terms of partials of isovector components corresponding to the independent and dependent variables.
The resulting set of equations can be used in subs().
This routine is used by reduce() to help simplify the determining equations of the contact symmetries.
This routine is part of the liesymm package and is ordinarily loaded via with(liesymm). It can also be called via the ``package style'' name liesymm[Eta].
with⁡liesymm:
indepvars⁡x,y
x,y
depvars⁡f,g
f,g
prolong⁡V
V5=ⅆV3ⅆx+w1⁢ⅆV3ⅆf+w3⁢ⅆV3ⅆg−w1⁢ⅆV1ⅆx+w1⁢ⅆV1ⅆf+w3⁢ⅆV1ⅆg−w2⁢ⅆV2ⅆx+w1⁢ⅆV2ⅆf+w3⁢ⅆV2ⅆg,V6=ⅆV3ⅆy+w2⁢ⅆV3ⅆf+w4⁢ⅆV3ⅆg−w1⁢ⅆV1ⅆy+w2⁢ⅆV1ⅆf+w4⁢ⅆV1ⅆg−w2⁢ⅆV2ⅆy+w2⁢ⅆV2ⅆf+w4⁢ⅆV2ⅆg,V7=ⅆV4ⅆx+w1⁢ⅆV4ⅆf+w3⁢ⅆV4ⅆg−w3⁢ⅆV1ⅆx+w1⁢ⅆV1ⅆf+w3⁢ⅆV1ⅆg−w4⁢ⅆV2ⅆx+w1⁢ⅆV2ⅆf+w3⁢ⅆV2ⅆg,V8=ⅆV4ⅆy+w2⁢ⅆV4ⅆf+w4⁢ⅆV4ⅆg−w3⁢ⅆV1ⅆy+w2⁢ⅆV1ⅆf+w4⁢ⅆV1ⅆg−w4⁢ⅆV2ⅆy+w2⁢ⅆV2ⅆf+w4⁢ⅆV2ⅆg
See Also
liesymm[Eta]
liesymm[setup]
liesymm[TD]
with
Download Help Document