Matrix Symmetries
Certain terminology is used to describe matrices depending on how the transpose operation modifies them.
Symmetry
A square matrix is said to be symmetric when the transpose operation has no effect. In other words, a matrix is symmetric if and only if
You can also say that a matrix is symmetric if and only if,
Example
Take the matrix
This matrix is symmetric, since
Now take the matrix
This matrix is not symmetric, since
Skew-Symmetry
A square matrix is said to be skew-symmetric when the transpose of a matrix equals its additive inverse. That is, a matrix is skew-symmetric if and only if
As we did above, the definition can also be expressed element-wise:
A matrix is said to be skew-symmetric if and only if
Example
Take the matrix
This matrix is skew-symmetric, since
Notice how, for a matrix to be skew-symmetric, the elements along its diagonal must all be . That is because for the diagonal entries we have that
and therefore
Diagonal Matrices
In this context I would like to introduce the concept of diagonal matrices. A diagonal matrix - which is always a square matrix - of the size , is a matrix of the form
Notice how each time I referred to symmetry in the context of matrices, what I meant was symmetric along the diagonal axis which goes from the top-left to the bottom-right. That is because the transpose operation โmirrorsโ the matrix along this axis.
Therefore, a diagonal matrix as the one shown above is always symmetric, since it only has potential non-zero elements along this axis and all the other elements are . Keep in mind that (out of pure coincidence), it could be the case that for some or all .
Therefore, the square zero matrix () is also a diagonal matrix. In fact, the square zero matrix is special because not only is it symmetric, it is also skew-symmetric. In fact, the zero matrix of size is the only kind of matrix which is both symmetric and skew-symmetric at the same time.
Final Remark
Notice how only square matrices can be symmetric or skew-symmetric. That is because obviously, when you transpose a rectangular matrix of shape , where , you end up with a matrix of shape , so the matrices cannot be the same.
On the other hand, when you transpose a square matrix of shape , you still get a matrix of shape , so thereโs at least a chance for them to be equal if the elements also match up.