All about Symmetric Matrix

All about Symmetric Matrix

5 mins read5.1K Views Comment
Vikram
Vikram Singh
Assistant Manager - Content
Updated on May 14, 2024 15:48 IST

A square matrix in Linear algebra is said to be a symmetric matrix if it is equal to its transpose. In this article, we will briefly discuss symmetric matrix, its properties and theorems related to symmetric matrices.

2022_10_MicrosoftTeams-image-208.jpg

A matrix is a rectangular arrangement of numbers (real or complex) or symbols arranged in rows and columns. The number in the matrix are called the elements, and if the matrix has m rows and n columns, then the matrix is said to be an “m by n” matrix. If the number of rows and columns is equal (i.e., m = n), then the matrix is said to be a square matrix. There are different types of matrices, and in this article, we will discuss a square matrix known as Symmetric Matrix with some additional properties. 

Must Check: Top Math Courses for Data Science

Must Check: Top Data Science Online Courses and Certification

Now, let’s discuss one more topic before the start of the article i.e., the transpose of a matrix.

Transpose of Matrix

Transpose of a matrix is obtained by interchanging rows to column ( or column to rows), i.e., if there are m rows and n columns, then the transpose matrix will have n rows and m columns.

It is represented by T.

Let’s take an example:

Example 1:

B matrix is a square matrix, and elements of matrix B are complex numbers.

Must Check: A Beginner Guide to Learn Math’s for Data Science

Must Check: Free Maths for Data Science Online Courses

Table of Content

Recommended online courses

Best-suited Data Science courses for you

Learn Data Science with these high-rated online courses

80 K
4 months
1.18 L
12 months
90 K
24 months
Free
4 weeks
1.24 L
48 months
1.75 L
20 weeks

What is a Symmetric Matrix?

Definition

A square matrix that is equal to its transpose is called a symmetric matrix, i.e., if A is any square matrix, then A is said to be a symmetric matrix if and only if:

A = AT

Representation:

If A=[aij]  is a symmetric matrix, then aij=aji, where:

  • 1<= i <= n, 1 <= j <= n, where n belongs to natural number.
  • aij is an element at the position (i, j), which is ith row and jth column
Difference between Eigenvalue and Eigenvector
Difference Between Rational and Irrational Number
Difference between Permutation and Combination

Now, let’s take some example to get a better understanding:

Examples:

Here, we have taken three examples of square matrices of different orders, and when we look closely, we will get:

A = AT, B = BT, and C = CT

Thus, A, B, and C are all symmetric matrices.

Note: The matrix C is also known as the Identity Matrix of order 3.

Check our Web Story: Top 10 Most Wanted Data Science Skills

Linear Programming Problem (LPP)
Transportation Problem: Definition, Formulation, and Types
The Mean Value Theorem in Data Science: A Comprehensive Guide

Properties of Symmetric Matrix

  1. The sum of a symmetric matrix is a symmetric.
  2. When a symmetric matrix is multiplied by a scalar, the result will be a symmetric.
  3. If A and B are two symmetric matrices, then AB + BA is also symmetric.
  4. If A is a symmetric matrix, then any power of A (i.e., An, where n is a Natural Number) will be Symmetric.
  5. If A is a symmetric matrix as well as invertible, then the inverse of A will also be Symmetric.
  6. Every diagonal matrix is a symmetry matrix.
  7. Symmetric matrices have real eigenvalues and are always diagonalizable.
  8. Eigenvectors corresponding to distinct eigenvalues are Orthogonal.
  9. If a symmetric matrix is positive definite, then all eigen values will be positive.
  10. If A is a symmetric matrix then AAT=ATA.
  11. ATA is invertible if and only if the columns of A are linearly independent.

Must Check: Diploma Matrix Online Courses and Certifications

Difference Between Scalars and Vectors
How Vectors are Used in Machine Learning
Cross Product of two Vectors

Symmetric Matrix Theorems: 

Theorem 1: If  A be any square matrix having real elements, then A+AT will be a symmetric.

Given: A is a square matrix of real numbers

To Prove: A + AT is symmetric

Concepts to be Used:

Transpose Matrix Properties

Transpose Matrix Properties

  • Transpose of a matrix is the matrix itself
  • Sum of transpose of matrices is equal to the transpose of the sum of two matrices

Proof:

Let B be any matrix, such that

B = A +AT………..(1)

Now, taking the transpose

BT = (A+AT)T = AT + (AT)T = AT+A = A+AT = B

Hence, B = A + AT is a symmetric.

 

Theorem 2: Every square matrix can be decomposed uniquely as the sum of symmetric and skew symmetric matrix.

Given: A is a square matrix

To Show: Any square matrix cabe expressed as a sum of symmetric and skew symmetric matrices.

Concept to be used:

  • Transpose of a matrix is the matrix itself
  • Sum of transpose of matrices is equal to the transpose of the sum of two matrices
  • (kA)T = kAT, where k is a scalar
  • A is a skew-symmetric matrix iff AT = -A.

Proof: 

Let A be any square matrix, that can be written as:

A = A/2+A/2

Adding and subtracting AT on the right side, we get

A = 1/2(A + AT)+1/2(A – AT)

Let P = 1/2(A+AT) and Q = 1/2(A – AT)

Now, we will transpose of matrix P and Q

PT = 1/2(A + AT)T 

= 1/2[(A)T + (AT)T]

= 1/2[AT + A]

Hence, PT = P

and, 

QT = 1/2(A – AT)

= 1/2[(A)T – (AT)T

= 1/2[AT – A]

Hence QT = -Q

So, P is a symmetric and Q is a skew-symmetric matrix and A is the sum of P and Q.

Must Check: Mathematics for Machine Learning

Function in Mathematics: Definition, Types, and Examples
Understanding Set Theory – What, Where, Why, and How do we use it in Data Science
Taylor Series Approximation: Definition, Formula, and Example

Conclusion

In this article, we have discussed symmetric matrix, its properties and theorems and some of the examples. Hope you will like the article.
Keep Learning!!
Keep Sharing!!

Related Reads:

Skewness in Statistics – Overview, Concepts, Types, Measurements and Importance
Statistics Interview Questions for Data Scientists
Basics of Statistics for Data Science
Measures of Central Tendency: Mean, Median and Mode
Probability Distributions used in Data Science
Measures of Dispersion: Range, IQR, Variance, Standard Deviation
Introduction to Probability
Introduction to Bayes’ Theorem
t-test : Definition and Example

All About Skew Symmetric Matrix

All about Symmetric Matrix

Matrix Multiplication in C

Types of Matrix

Adjacency Matrix For Graphs

Lower Triangular Matrix: Definition, Example, and Properties

Transpose of a Matrix

Confusion Matrix in Machine Learning

Diagonal Matrix: Definition, Example, and Properties

Identity Matrix: Definition, Examples, and Properties

Why, How, and When to Adopt a Matrix Organizational Structure

Matrix Multiplication: A Beginner’s Guide to Understand and Implement

Upper Triangular Matrix: Definition, Example, and Properties

How to Calculate the Determinant of a Matrix?

FAQs

What is Symmetric Matrix?

A square matrix that is equal to its transpose is called a symmetric matrix, i.e., if A is any square matrix, then A is said to be a symmetric matrix if and only if: A = transpose (A).

How do you know given matrix is symmetric or not?

It's a two-step process to check, whether a matrix is symmetric or not: 1. Given, matrix must be a square matrix. 2. Given matrix must satisfy the condition: A = transpose (A).

What are the some basic properties of a symmetric matrix?

Some basic properties of a symmetric matrices are: 1. Sum and difference of two symmetric matrix is always symmetric. 2. If A and B are symmetric matrix, then AB + BA is also symmetric. 3. Any power of symmetric matrix is symmetric.

Which type of matrices are mainly used in data science and machine learning?

In data science and machine learning, mostly real and symmetric matrices are used.

About the Author
author-image
Vikram Singh
Assistant Manager - Content

Vikram has a Postgraduate degree in Applied Mathematics, with a keen interest in Data Science and Machine Learning. He has experience of 2+ years in content creation in Mathematics, Statistics, Data Science, and Mac... Read Full Bio