Tests whether the given matrix is symmetric.
is.symmetric(mat)
mat
Matrix to be tested for symmetry.
Whether the matrix is symmetric.