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

Online Help

All Products    Maple    MapleSim


type/symmfunc

check for a symmetric function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(f, symmfunc(x, y, ...))

Parameters

f

-

function

x, y, ...

-

name(s)

Description

• 

This procedure tests the symmetry of the function f with respect to the argument(s) .

• 

It returns true if f is symmetric in all of the given variables, and false otherwise.

Examples

(1)

(2)

(3)

(4)

Note that any function of a single variable is symmetric in that variable:

(5)

See Also

type

 


Download Help Document