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

1.18 L
12 months
80 K
4 months
2.5 L
2 years
90 K
24 months
2.5 L
2 years
Free
4 weeks
1.24 L
48 months

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 Eigenvalue and Eigenvector
Let A be a square matrix of order ‘n-by-n.’ A scalar k is called a eigenvalue of A, if there exist a non-zero vector v satisfying Av = kv, then...read more
Difference Between Rational and Irrational Number
Difference Between Rational and Irrational Number
Numbers are an integral part of our lives that are used to quantify, measure, and calculate everything from the amount of time we spend on our smartphones to the distance...read more
Difference between Permutation and Combination
Difference between Permutation and Combination
In mathematics, Permutation and Combination are one of the most confusing topics as they are closely related. Permutation counts the number of different arrangements from n objects; on the other...read more

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)
Linear Programming Problem (LPP)
Linear Programming problem or LPP is a method to find the optimum solution of set of parameters that are represented in linear form. In this article, we will discuss all...read more
Transportation Problem: Definition, Formulation, and Types
Transportation Problem: Definition, Formulation, and Types
Transportation problems are used to find the minimum cost of transportation of goods from m source to n destination. In this article we will learn transportation problem, formulation, types and...read more
The Mean Value Theorem in Data Science: A Comprehensive Guide
The Mean Value Theorem in Data Science: A Comprehensive Guide
Mean value theorem or Lagrange mean value theorem states that if f(x) is a continuous and differentiable function over an interval (a, b), then there exists at least one c...read more

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
Difference Between Scalars and Vectors
A physical quantity with magnitude and no direction is known as a scalar quantity, and a physical quantity with magnitude and direction is known as a vector quantity. In this...read more
How Vectors are Used in Machine Learning
How Vectors are Used in Machine Learning
Vectors are mathematical objects that contain both magnitude and direction, and they can be represented by the directed line segments (lines having directions) whose lengths are their magnitude. It is...read more
Cross Product of two Vectors
Cross Product of two Vectors
Cross product is a binary operation (multiplication) that is performed on two vectors, and the resultant vector is perpendicular to both the given vectors. In this article, we will discuss...read more

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
Function in Mathematics: Definition, Types, and Examples
A relation from a non-empty set A to a non-empty set B is said to be a function from A to B if and only if every element of the...read more
Understanding Set Theory – What, Where, Why, and How do we use it in Data Science
Understanding Set Theory – What, Where, Why, and How do we use it in Data Science
Set in mathematics is a well-defined collection of objects that doesn’t vary from person to person. In this article, we will briefly discuss set theory, its representation, subset, cardinality, union...read more
Taylor Series Approximation: Definition, Formula, and Example
Taylor Series Approximation: Definition, Formula, and Example
Let f(x) be a continuous and infinitely differentiable function (i.e., a function that can be differentiated infinite times), then the taylor series of f(x) is a series expansion of f(x) about a point x = a. In...read more

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
Skewness in Statistics – Overview, Concepts, Types, Measurements and Importance
Imagine a seesaw—perfectly balanced, right? That's how data can sometimes be—nice and even on both sides. But what if all the kids pile on one side? That's kind of like...read more
Statistics Interview Questions for Data Scientists
Statistics Interview Questions for Data Scientists
In this article, Statistics Interview Questions for Data Scientists are listed. It starts with defining Statistics and ends with describing Empirical Rule.
Basics of Statistics for Data Science
Basics of Statistics for Data Science
As a data scientist, you must collect a large set of data, clean, validate, analyse, and finally make Decisions using the data and analytical tools. In this article, we will...read more
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
When we have the dataset having ample records (like passenger traveling through of airplane, weight, and score of all students in a university, share prices) in it and...read more
Probability Distributions used in Data Science
Probability Distributions used in Data Science
Probability is defined as the likeliness of something to occur or happen and probability distributions are functions that give the relation between all the outcomes of random variable in any...read more
Measures of Dispersion: Range, IQR, Variance, Standard Deviation
Measures of Dispersion: Range, IQR, Variance, Standard Deviation
To describe the data, a measure of the central tendency is not just enough as it only gives information about the central values of the dataset. 
Introduction to Probability
Introduction to Probability
In this article, we will learn some of the basic terminologies of the probability like random experiment, outcome, sample space, trial & events, random variable and many more.
Introduction to Bayes’ Theorem
Introduction to Bayes’ Theorem
In this article, we will discuss one of the most important theorems Bayes’ Theorem which is used in data science and machine learning algorithms like Naive Bayes’ Classifier.
t-test : Definition and Example
t-test : Definition and Example
In this article, we will discuss t-test, types of t-test (one-sample, independent sample, and paired sample) with the help of examples. Statistical method for the comparison of the mean of...read more

All About Skew Symmetric Matrix
All About Skew Symmetric Matrix
A skew-symmetric matrix is a square matrix whose transpose is equal to its negative. In other words, it is a matrix that satisfies the condition A^T = -A. This type...read more

All about Symmetric Matrix
All about Symmetric Matrix
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...read more

Matrix Multiplication in C
Matrix Multiplication in C
A matrix is a collection of numbers organized in rows and columns. Matrices can be manipulated using operations like Addition, Subtraction, and Multiplication. Multiplying two matrices is only possible when...read more

Types of Matrix
Types of Matrix
In Linear Algebra, Matrices are one of the most important topics of mathematics. The application of matrix is not just limited to mathematical solving problems; it has its applications across...read more

Adjacency Matrix For Graphs
Adjacency Matrix For Graphs
An Adjacency Matrix is a method of representing graphs in matrix form. The adjacency matrix plays a vital role in describing finite graphs, making them easier to understand and compact...read more

Lower Triangular Matrix: Definition, Example, and Properties
Lower Triangular Matrix: Definition, Example, and Properties
Discover the essentials of lower triangular matrices in linear algebra. Explore their unique properties, practical applications in solving linear systems, and their significance in mathematical computations. Perfect for students and...read more

Transpose of a Matrix
Transpose of a Matrix
Transpose of a matrix is a matrix flipped over its main diagonal, switching the matrix’s rows and column indices. In this article, we will briefly discuss what transpose of a...read more

Confusion Matrix in Machine Learning
Confusion Matrix in Machine Learning
Are you tired of your AI models getting confused? Untangle their mysteries with the Confusion Matrix, your secret weapon for accuracy! Decode True Positives, False Negatives, and more to uncover...read more

Diagonal Matrix: Definition, Example, and Properties
Diagonal Matrix: Definition, Example, and Properties
A diagonal matrix is a special type of square matrix in which all non-diagonal entries are equal to zero, but all diagonal entries can either be zero or non-zero. This...read more

Identity Matrix: Definition, Examples, and Properties
Identity Matrix: Definition, Examples, and Properties
A square matrix of order n x n with ones on the main diagonal and zeros elsewhere is known as an Identity Matrix. From solving a system of linear equations...read more

Why, How, and When to Adopt a Matrix Organizational Structure
Why, How, and When to Adopt a Matrix Organizational Structure
Discover the meaning, types, advantages and disadvantages of the matrix organizational structure. This article delves into its real-world applications, guiding you through adoption steps, potential pitfalls, and when it's best...read more

Matrix Multiplication: A Beginner’s Guide to Understand and Implement
Matrix Multiplication: A Beginner’s Guide to Understand and Implement
Matrix multiplication is a binary operation whose output is also a binary operation. If A and B are two matrices of order m x n and n x p, then the order of the output matrix will...read more

Upper Triangular Matrix: Definition, Example, and Properties
Upper Triangular Matrix: Definition, Example, and Properties
Explore the world of upper triangular matrices in our comprehensive guide. Understand their definition, properties, and practical applications in solving linear equations and beyond. Dive into the role of these...read more

How to Calculate the Determinant of a Matrix?
How to Calculate the Determinant of a Matrix?
The determinant of a matrix is a scalar value that is calculated from the elements of the Square matrix. It is used to determine whether a given matrix is invertible...read more

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