mixpar - Maple Help

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

2xyfx,y

(1)

mixparDiffDifffx,y,x,y

2xyfx,y

(2)

mixparDiffDifffx,y,y,x

2xyfx,y

(3)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with