Declaration
symmetric
declare (h, symmetric) tells the Maxima simplifier that h is a symmetric function. E.g., h (x, z, y) simplifies to h (x, y, z).
declare (h, symmetric)
h
h (x, z, y)
h (x, y, z)
commutative is synonymous with symmetric.
commutative