mixpar - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


liesymm

  

mixpar

  

order the mixed partials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mixpar(expr)

Parameters

expr

-

term involving diff or Diff

Description

• 

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.

Examples

withliesymm:setupx,y,z:

mixparDifffx,y,x,y

yxfx,y

(1)

mixparDiffDifffx,y,x,y

yxfx,y

(2)

mixparDiffDifffx,y,y,x

yxfx,y

(3)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with