Learn R Programming

mp (version 0.4.1)

is.symmetric: Tests whether the given matrix is symmetric.

Description

Tests whether the given matrix is symmetric.

Usage

is.symmetric(mat)

Arguments

mat
Matrix to be tested for symmetry.

Value

Whether the matrix is symmetric.