Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Symmetric Matrix Explained with Properties and Examples

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

What is a symmetric matrix definition formula properties and solved examples

In science, commerce, and even in our everyday life it is often convenient to represent a set of numbers in rows and columns, called arrays. Suppose a company has three factories X, Y and Z which produces four commodities A, B, C and D. Further assume that X produces 4, 0, 7 and 6 units of A, B, C, and D respectively; the corresponding units produced by Y and Z are 10, 3, 8, 5 and 8, 9, 2, 11 respectively. This information relating to production can be displayed by the following array:

(image will be uploaded soon)


Clearly, each row represents the number of units of a particular commodity produced by three factories and each column represents the number of units of different commodities produced in a particular factory. With this sense in advance the above array can be written as follows:


(image will be uploaded soon)

Such an array of numbers arranged in rows and columns is called a matrix. The above matric has 4 rows and three columns. This array is called a matrix of order 4 x 3. 


Definition: A matrix is a rectangular array of numbers that are arranged in rows and columns. If m.n numbers are arranged in a rectangular array of m rows and n columns, it is called a matrix of order m by n (written as m x n). 

(image will be uploaded soon)

The numbers a11, a12, a13, etc constituting a matrix are called elements or entries of the matrix. The matrix is the element in the ith row and jth column. The capital letters are used to denote matrices, 


Transpose of a Matrix

Let A be a matrix of order m x n; then the matrix of order n x m obtained by interchanging the rows and columns of A is called Transpose of the matrix A and is denoted by A’ or AT. For example, if


A = [fig 6] then A’= [fig 7]


(image will be uploaded soon)

Note that A is a matrix of order 3x2 and its transpose A’ is a matrix of order 2x3. 


Symmetric Matrix

A square matrix that is equal to its transpose is called a symmetric matrix. For example, a square matrix A = [aij] is symmetric if and only if aij= aji for all values of i and j, that is, if a12 = a21, a23 = a32, etc. Note that if A is a symmetric matrix then A’ = A where A’ is a transpose matrix of A.


Thus, A= [fig 4] is a symmetric matrix of order 3.


(image will be uploaded soon)


Note that the transpose of A = A’ = [fig5] = A.


(image will be uploaded soon)


How to Know If a Matrix is Symmetric

To know if the given matrix is symmetric or not, check the following conditions:

  1. It should be a square matrix.

  2. After transposing the matrix, it remains the same as that of the original matrix. 


Symmetric Matrix Properties

  1. The addition or subtraction of any two symmetric matrices will also be symmetric in nature.

  2. The product of two symmetric matrices [A and B] doesn’t always give a symmetric matrix [AB]. The result of the product is symmetric only if two individual matrices commute (AB=BA).

  3. The power on the symmetric matrix will also result in a symmetric matrix if the power n is integers.

  4. The inverse of a symmetric matrix is also asymmetric. 


Difference Between Symmetric and Skew-Symmetric Matrix

Symmetric Matrix

Skew-symmetric Matrix

Symmetric Matrix definition: Transpose of a matrix is always equal to the matrix itself.        

  A T= A

Skew-symmetric Matrix definition: Transpose of a matrix is always equal to the negative of the matrix itself.       

AT= -A

The main diagonal elements of a skew-symmetric matrix are not zero.

The main diagonal elements of a skew-symmetric matrix are zero.

Symmetric Matrix Example: (image will be uploaded soon)

 

Skew symmetric Matrix Example: (image will be uploaded soon)



Determinant of Matrix

A fixed number that defines a square matrix is called the determinant of a matrix. 

seo images

The process of finding the determinant of a symmetric matrix and the determinant of skew-symmetric is the same as that of a square matrix. 

 

Matrix Inverse of a Symmetric Matrix

If A and B are two square matrices of the same order such that AB = BA = I, where I is the unit matrix of the same order as A. or B, then either B is called the inverse of A or A is called the inverse of B. The inverse of matrix A is denoted by A-1.


The inverse of a square matrix A exists if |A| is not equal to 0.

If A is nonsingular then, A-1 = \[\frac{adj(A)}{|A|}\]


Let  A and B are two nonsingular Matrices then,


i) A-1. A = A. A-1 = I 

ii) (A-1)-1=A

iii) (A-1)T = (AT)-1

iv) (AB)-1= B-1A-1

FAQs on Symmetric Matrix Explained with Properties and Examples

1. What is a symmetric matrix?

A symmetric matrix is a square matrix that is equal to its transpose, meaning A = AT. This implies that the elements satisfy aij = aji for all i and j.

For example:

If A =
[[1, 2],
[2, 3]],

then AT = [[1, 2], [2, 3]], so A = AT, and A is symmetric. Only square matrices can be symmetric.

2. How do you check if a matrix is symmetric?

To check if a matrix is symmetric, verify that A = AT by comparing corresponding elements across the main diagonal.

Steps:

  • Ensure the matrix is square (same number of rows and columns).
  • Find its transpose AT by interchanging rows and columns.
  • Check whether aij = aji for all entries.
If all corresponding elements match, the matrix is symmetric.

3. What is the formula for a symmetric matrix?

The defining condition (formula) for a symmetric matrix is aij = aji for all i and j, or equivalently A = AT.

For a 2 × 2 matrix:

A = [[a, b],
[c, d]]

For A to be symmetric, b = c, so the general form becomes:
[[a, b],
[b, d]].

4. Can you give an example of a symmetric matrix?

An example of a symmetric matrix is any square matrix where elements mirror across the main diagonal.

Example (3 × 3 matrix):

A = [[2, 1, 4],
[1, 3, 5],
[4, 5, 6]]

Here, a12 = a21 = 1, a13 = a31 = 4, and a23 = a32 = 5, so A = AT and the matrix is symmetric.

5. What are the properties of a symmetric matrix?

A symmetric matrix has several important algebraic properties, especially in linear algebra and eigenvalue theory.

Key properties:

  • A = AT
  • All eigenvalues are real
  • Eigenvectors corresponding to distinct eigenvalues are orthogonal
  • If A and B are symmetric, then A + B is symmetric
  • kA is symmetric for any scalar k
These properties make symmetric matrices important in quadratic forms and diagonalization.

6. What is the difference between a symmetric and skew-symmetric matrix?

The difference is that a symmetric matrix satisfies A = AT, while a skew-symmetric matrix satisfies A = −AT.

Key differences:

  • Symmetric: aij = aji
  • Skew-symmetric: aij = −aji
  • Diagonal entries of a skew-symmetric matrix are 0
  • Symmetric matrices can have any real diagonal entries
Both must be square matrices.

7. Are all diagonal matrices symmetric?

Yes, every diagonal matrix is a symmetric matrix because all off-diagonal elements are zero, so A = AT automatically.

For example:

A = [[3, 0],
[0, 5]]

Since all non-diagonal entries are 0, the transpose does not change the matrix, making it symmetric.

8. What are the eigenvalues of a symmetric matrix?

The eigenvalues of a real symmetric matrix are always real numbers.

Additional facts:

  • Eigenvectors corresponding to different eigenvalues are orthogonal.
  • A real symmetric matrix can be diagonalized using an orthogonal matrix.
  • This result is known as the Spectral Theorem.
This property is widely used in linear algebra, physics, and data science.

9. Can a non-square matrix be symmetric?

No, a non-square matrix cannot be symmetric because symmetry requires A = AT, which is only possible for square matrices.

If a matrix has different numbers of rows and columns, its transpose will have different dimensions, so equality is impossible. Therefore, symmetry is defined only for square matrices.

10. How do you form a symmetric matrix from any square matrix?

A symmetric matrix can be formed from any square matrix A using the formula (A + AT)/2.

Steps:

  • Find the transpose AT.
  • Add A and AT.
  • Divide the result by 2.
The matrix S = (A + AT)/2 satisfies S = ST, so it is always symmetric. This method is commonly used in matrix decomposition.