combine SciMax Toolbox comp2pui

SciMax Toolbox >> commutative

commutative

Declaration

commutative

Description

If declare(h,commutative) is done, this tells the simplifier that h is a commutative function. E.g. h(x,z,y) will simplify to h(x, y, z). This is the same as symmetric.

combine SciMax Toolbox comp2pui