difforms
mixpar
ensure equality of mixed partial derivatives
Calling Sequence
Parameters
Description
Examples
mixpar(expr)
expr
-
Maple expression
The function mixpar will take nested calls to diff, and sort the sequence of differentiations so that they are sorted by lexicographical ordering on the variables of differentiation.
The purpose of this function is to ensure that equal mixed partials are recognized as equal.
The command with(difforms,mixpar) allows the use of the abbreviated form of this command.
with⁡difforms:defform⁡f=0,x=0,y=0,z=0
d⁡f⁡x,y,z
∂∂xf⁡x,y,z⁢d⁡x+∂∂yf⁡x,y,z⁢d⁡y+∂∂zf⁡x,y,z⁢d⁡z
d⁡
0
mixpar⁡
mixpar⁡0
See Also
diff
sort
Download Help Document