liesymm
mixpar
order the mixed partials
Calling Sequence
Parameters
Description
Examples
mixpar(expr)
expr
-
term involving diff or Diff
This routine is part of the liesymm package and is loaded via with(liesymm).
Given an expression involving Diff or diff, expr reorder the partials to an ``address'' ordering so that mixed partials can be recognized as equivalent.
with⁡liesymm:setup⁡x,y,z:
mixpar⁡Diff⁡f⁡x,y,x,y
∂∂y∂∂xf⁡x,y
mixpar⁡Diff⁡Diff⁡f⁡x,y,x,y
mixpar⁡Diff⁡Diff⁡f⁡x,y,y,x
See Also
liesymm[&^]
liesymm[d]
liesymm[Lie]
liesymm[setup]
with
Download Help Document