Symmetric matrix
This article defines a property that can be evaluated for a square matrix. In other words, given a square matrix (a matrix with an equal number of rows and columns) the matrix either satisfies or does not satisfy the property.
View other properties of square matrices
Definition
Verbal definition
A symmetric matrix is a square matrix that equals its own matrix transpose. Explicitly, a square matrix is termed a symmetric matrix if .
Algebraic definition
Suppose is a positive integer and is a matrix. We say that is symmetric if the following holds:
Encoding
We can encode a symmetric matrix by simply storing the entries on or above the diagonal. This is a total of entries instead of the total of entries.
Relation with other properties
Stronger properties
Property | Meaning | Proof of implication | Proof of strictness (reverse implication failure) | Intermediate notions |
---|---|---|---|---|
scalar matrix | scalar multiple of identity matrix | Bisymmetric matrix, Diagonal matrix|FULL LIST, MORE INFO | ||
diagonal matrix | all off-diagonal entries are zero | |FULL LIST, MORE INFO | ||
bisymmetric matrix | both symmetric and centrosymmetric | |FULL LIST, MORE INFO | ||
symmetric Toeplitz matrix | Bisymmetric matrix|FULL LIST, MORE INFO |