Sample Problems on Symmetric and Skew Symmetric Matrices

Problem 1: Check whether the following matrix is symmetric or skew-symmetric.

[Tex]\bold{A = \begin{bmatrix} 2 & 5 & 8 \\ 5 & 1 & 7 \\ 8 & 7 & 4 \end{bmatrix}}[/Tex]

Solution:

As [Tex]A = \begin{bmatrix} 2 & 5 & 8 \\ 5 & 1 & 7 \\ 8 & 7 & 4 \end{bmatrix}[/Tex]

and [Tex]A^T = \begin{bmatrix} 2 & 5 & 8 \\ 5 & 1 & 7 \\ 8 & 7 & 4 \end{bmatrix} = A[/Tex]

Thus, the given matrix is symmetric matrix.

Problem 2: Is the following matrix symmetric?

[Tex]\bold{A = \begin{bmatrix} 5 & 2 & 1 \\ 2 & 3 & 4 \\ 1 & 4 & 6 \end{bmatrix}}[/Tex]

Solution:

As [Tex]A = \begin{bmatrix} 5 & 2 & 1 \\ 2 & 3 & 4 \\ 1 & 4 & 6 \end{bmatrix}[/Tex]

and Transpose of matrix A i.e., [Tex]A^T = \begin{bmatrix} 5 & 2 & 1 \\ 2 & 3 & 4 \\ 1 & 4 & 6 \end{bmatrix} = A[/Tex]

Thus, the given matrices is symmetric matrix.

Problem 3: Check whether the following matrix is symmetric or skew-symmetric.

[Tex]\bold{A = \begin{bmatrix} 0 & 4 & -7 \\ -4 & 0 & -3 \\ 7 & 3 & 0 \end{bmatrix}}[/Tex]

Solution:

As [Tex]A = \begin{bmatrix} 0 & 4 & -7 \\ -4 & 0 & -3 \\ 7 & 3 & 0 \end{bmatrix}[/Tex]

and [Tex]A^T = \begin{bmatrix} 0 & -4 & 7 \\ 4 & 0 & 3 \\ -7 & -3 & 0 \end{bmatrix} = -A[/Tex]

Thus, A given matrix is skew-symmetric matrix.

Problem 4: What type of matrices is the following matrix: symmetric or skew-symmetric?

[Tex]\bold{A = \begin{bmatrix} 0 & 3 & -7 \\ -3 & 0 & 2 \\ 7 & -2 & 0 \end{bmatrix}}[/Tex]

Solution:

As [Tex]A = \begin{bmatrix} 0 & 3 & -7 \\ -3 & 0 & 2 \\ 7 & -2 & 0 \end{bmatrix}[/Tex]

and [Tex]A^T = \begin{bmatrix} 0 & -3 & 7 \\ 3 & 0 & -2 \\ -7 & 2 & 0 \end{bmatrix} = -A[/Tex]

Thus, A given matrix is a skew-symmetric matrix.

Symmetric and Skew Symmetric Matrices

Symmetric and Skew Symmetric Matrices are the types of square matrices based on the relation between a matrix and its transpose. These matrices are one of the most used matrices out of all the matrices out there. Symmetric matrices have use cases in optimization, physics, and statistics, whereas skew-symmetric matrices are used in subjects such as mechanics and electromagnetism. In this article, we will study the Symmetric and Skew Symmetric Matrices and their various properties such as eigenvalues and diagonalization.

The image below shows a symmetric and skew-symmetric matrix.

Table of Content

  • Symmetric Matrix
  • Skew Symmetric Matrix
  • Determinant of Skew Symmetric Matrix
  • Eigenvalue of Skew Symmetric Matrix
  • Expressing Matrix in the form of Symmetric and Skew-Symmetric Matrices
  • Difference between Symmetric and Skew Symmetric Matrices

Similar Reads

Symmetric Matrix

If for a matrix, the transposed form of that matrix is the same as the original matrix, then that matrix is said to be a Symmetric Matrix. Let, a square matrix A of size n x n is said to be symmetric if...

Skew Symmetric Matrix

If for a matrix, the transposed form of that matrix is the same as the negative of the original matrix, then that matrix is said to be a Skew-Symmetric Matrix. Let, a square matrix A of size n x n is said to be skew-symmetric if...

Determinant of Skew Symmetric Matrix

Skew-Symmetric Matrix, is a square matrix and the determinant of the Skew-Symmetric matrices follows the condition discussed below. If we have a Skew-Symmetric Matrix then,...

Eigenvalue of Skew Symmetric Matrix

The eigenvalues of a skew-symmetric matrix are zero. It is a real matrix, but the matrix can have non-real eigenvalues. Also, we can easily express every square matrix in the form of the sum of a symmetric and a skew-symmetric matrix, uniquely....

Expressing Matrix in the form of Symmetric and Skew-Symmetric Matrices

Property: Every square matrix can be expressed uniquely as the sum of symmetric and skew-symmetric matrices....

Difference between Symmetric and Skew Symmetric Matrices

There are some key differences between Symmetric and Skew Symmetric Matrices, which are as follows:...

Sample Problems on Symmetric and Skew Symmetric Matrices

Problem 1: Check whether the following matrix is symmetric or skew-symmetric....

FAQs on Symmetric and Skew-Symmetric Matrices

What is a Symmetric Matrix?...