Symmetric matrix

What is a symmetric matrix?

A symmetric matrix is a square matrix of order \( n \) in which the elements are mirrored across the main diagonal.

The symmetric matrix

For a symmetric matrix, every element satisfies the condition \( a_{ij} = a_{ji} \) for all \( i, j = 1, ..., n \).

Formula for a symmetric matrix

Note: Only square matrices can be symmetric. Matrices with different numbers of rows and columns ( \( m \neq n \) ) cannot be symmetric because their dimensions differ from those of their transpose. Additionally, only square matrices possess a main diagonal.

Symmetric matrices are commonly denoted by \( M^S \), where \( S \) stands for "symmetric."

The set of all symmetric matrices is also denoted as \( S(n, R) \), where \( n \) is the order of the matrix, and \( R \) represents the set of real numbers.

The set of symmetric matrices

The set \( S(n, R) \) is a subset of the set of all square matrices with real coefficients, denoted \( M(n, n, R) \), where \( n \) is the matrix order.

A Practical Example

The matrix below has three rows ( \( m = 3 \) ) and three columns ( \( n = 3 \) ), making it a square matrix ( \( m = n \) ).

An example of a square matrix

Since it is square, it has a well-defined main diagonal.

The diagonal of the matrix

To check if it’s symmetric, we compare the elements in both the upper and lower triangular parts of the matrix.

How to calculate a symmetric matrix

In this case, the matrix is symmetric because swapping the row and column indices does not alter the values of its elements.

Note: If a square matrix does not satisfy the symmetry condition, it is not symmetric.
The difference between symmetric and asymmetric matrices

The Transpose of a Symmetric Matrix

A symmetric matrix \( M \) is always equal to its transpose \( M^T \).

The matrix is symmetric when it is equal to its transpose

Example: The matrix \( M \) shown below is symmetric and therefore equals its transpose \( M^T \). When rows are swapped with columns, each element \( a_{ij} \) remains unchanged.
An example of a symmetric matrix equal to its transpose

How to Calculate a Symmetric Matrix

Any square matrix of order \( n \) can be transformed into a symmetric matrix.

To calculate the symmetric form of a square matrix \( M \), the following formula is used:

The formula for calculating a symmetric matrix

Another Practical Example

Here is a square matrix of order 3 that is not symmetric.

An example of a non-symmetric matrix

To transform \( M \) into a symmetric form, we first calculate its transpose \( M^T \).

Calculating the transpose of M

We then apply the formula \( \frac{1}{2} \cdot (M + M^T) \).

Calculating the symmetric matrix

This process yields the symmetric matrix \( M_s \) derived from \( M \), with elements that are symmetric about the main diagonal.

Differences Between Symmetric and Antisymmetric Matrices

In a symmetric matrix, the condition \( a_{ij} = a_{ji} \) holds for all elements.

In contrast, an antisymmetric matrix has elements that satisfy \( a_{ij} = -a_{ji} \).

The differences between symmetric and antisymmetric matrices

Note: A matrix that isn’t symmetric isn’t necessarily antisymmetric. The sets of symmetric matrices \( S_n(R) \) and antisymmetric matrices \( A_n(R) \) are distinct subsets within the space \( M_n(R) \) of matrices of order \( n \). These subsets intersect only at the zero matrix, which is both symmetric and antisymmetric.

Key Points on Symmetric Matrices

Some essential properties of symmetric matrices include:

  1. All zero matrices are symmetric.
  2. The sum of a symmetric matrix \( M^S \) and an antisymmetric matrix \( M^{AS} \) reconstructs the original matrix \( M \).
    The sum of a symmetric matrix (SM) and an antisymmetric matrix (ASM)
  3. All diagonal matrices \( D(n, R) \) are symmetric matrices \( S(n, R) \).

    Proof: Diagonal matrices \( D(n, R) \) and symmetric matrices \( S(n, R) \) are both square matrices that share these characteristics:
    diagonal matrices
    In a diagonal matrix \( D(n, R) \), two cases arise:

    1) When \( i \neq j \), the element is zero ( \( a_{ij} = 0 \) ), so the elements at symmetric positions \( a_{ij} \) and \( a_{ji} \) are both zero, meeting the symmetry condition.

    2) When \( i = j \), \( a_{ij} \) and \( a_{ji} \) refer to the same element, naturally fulfilling the symmetry requirement.

    Therefore, all diagonal matrices \( D(n, R) \) are symmetric matrices \( S(n, R) \).

 

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Matrices (linear algebra)