type/symmfunc - check for a symmetric function
|
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) |
|
|
Download Help Document
Was this information helpful?