This function checks whether a numeric array is symmetric, in the sense of
transposition. This is tested by comparing the reversed vectorised array to
the unreversed equivalent.
Usage
symmetric(x)
Value
A logical value indicating whether the array is symmetric or not.