liesymm
translate
the total derivative
Calling Sequence
Parameters
Description
Examples
translate(w1)
w1
-
(optional) named partial derivative
Various routines in the liesymm package generate names on an as needed basis to represent partial derivatives of the underlying dependent variables with respect to one or more of the independent variables. This routine can be used to discover which partial is represented by a given name.
If no argument is given then a name translation table is returned. The entries of the table are the arguments that would have been used in the corresponding Diff() command.
If translate is called with a name then the entry for that name is retrieved from the table. If no entry is present then the name is returned.
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[translate].
with⁡liesymm:
eq≔Diff⁡h⁡t,x,x,x,x=Diff⁡h⁡t,x,t,x
eq≔∂3∂x3h⁡t,x=∂2∂t∂xh⁡t,x
makeforms⁡eq,h⁡t,x,k
d⁡h−k1⁢d⁡t−k2⁢d⁡x,d⁡k2−k3⁢d⁡t−k4⁢d⁡x,−d⁡k4&ˆd⁡t+d⁡k1&ˆd⁡t
translate⁡k4
h,x,x
translate⁡
table⁡k1=h,t,h=h,t=t,k4=h,x,x,x=x,k3=h,x,t,k2=h,x
See Also
liesymm[depvars]
liesymm[indepvars]
liesymm[makeforms]
liesymm[setup]
Download Help Document