All About Skew Symmetric Matrix

All About Skew Symmetric Matrix

6 mins read7K Views Comment
Vikram
Vikram Singh
Assistant Manager - Content
Updated on Apr 12, 2024 10:41 IST

A skew-symmetric matrix is a square matrix whose transpose is equal to its negative. In other words, it satisfies the condition AT = -A. This type of matrix has some interesting properties and is used in various fields, including physics, engineering, and computer science. Read on to learn more about skew-symmetric matrices and their applications.

2022_10_MicrosoftTeams-image-207.jpg

A matrix is a rectangular arrangement of data points in rows and columns, and a matrix with the same number of rows and columns is said to be a square matrix. This article will discuss a square matrix, which is equal to the negative of its transpose, i.e., a skew-symmetric matrix.

In the previous article, we discussed the symmetric matrix; the properties and theorems of the skew-symmetric matrix will be very similar to the symmetric matrix.

Before starting the article, let’s discuss some of the properties of the transpose of a matrix.

  • (A+B)T = AT + BT
  • (kA)T = kAT, where k is some scalar
  • (AT)-1 = (A-1)T, where A is an invertible matrix
  • (AT)T = A
  • (AB)T = BTAT

We will use these properties in the chapter to prove the theorems.

Must Check: Top Math Courses for Data Science

Must Check: Top Data Science Online Courses and Certification

Now, let’s explore the Skew-Symmetric Matrix, its definition, properties, and theorems.

Table of Content

Recommended online courses

Best-suited Maths for Data Science courses for you

Learn Maths for Data Science with these high-rated online courses

Free
12 weeks
– / –
12 weeks
1 K
4 weeks
– / –
12 weeks
– / –
12 weeks
– / –
12 weeks
Free
12 weeks
Free
8 weeks
– / –
12 weeks

What is a Skew-Symmetric Matrix?

Definition

A square matrix that is equal to the negative of its transpose is called a skew-symmetric matrix, i.e., a square matrix is said to be a skew-symmetric matrix if and only if:

A = -AT

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

Representation of Skew-Symmetric Matrix

If B = [bij]n, is a skew-symmetric matrix, if bij = -bji, for all

  • 1<= i, j <= n, for all n belongs to Natural Number.
  • bij represents the element at the i th row and j th 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

Example:

Here, we have taken three examples: The first two examples are skew-symmetric in nature since

AT = -A, and B T = -B.

But, in example – 3, C T != -C

Hence, C is not a skew-symmetric matrix.

Must Check: Free Maths for Data Science Online Courses

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 Skew-Symmetric Matrix

  • The Sum of two skew-symmetric matrices is always a skew-symmetric matrix.

(A + B)T = A T + B T = -A – B = – (A + B)

Hence, A + B = -(A + B) T

  • The scalar multiplication of a skew-symmetric matrix is always skew-symmetric.

(kA)T = k(A)T = k(-A) = -kA

Hence, (kA)T = -kA

  • If A and B are skew-symmetric matrices, such that AB = -BA, then AB is a skew-symmetric matrix.

(AB) T = B T A T = (-B)(-A) = BA = -AB

Hence, (AB) T = -AB

  • The diagonal elements of a skew-symmetric matrix is always zero.

Let A be a skew-symmetric matrix, then

aij = -aji

Now, for the diagonal entries, the above will be:

aii = -aii

aii + aii = 0

2aii = 0

aii = 0 

  • The Trace (i.e., the sum of all principal diagonal elements) of a skew-symmetric matrix is always zero.
  • The Sum of a skew-symmetric matrix and the identity matrix is always an invertible matrix.
  • The inverse of an invertible skew-symmetric matrix is always a skew-symmetric matrix.

Let A be a skew-symmetric matrix:

A = -A T

Taking inverse both the side, we get:

A-1 = (-A T ) -1 = -(A-1) T

Hence, 

A-1 = -(A-1) T

  • Let v be an n-dimensional column vector, then vTAv = 0, where A is a skew-symmetric matrix.
  • Determinant of a skew-symmetric matrix
  • The eigenvalues of skew-symmetric are always zero or imaginary.

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

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

Theorems on Skew-Symmetric Matrix

Theorem – 1: For any real square matrix A, A – AT will be a skew-symmetric matrix.

 Given: A is a real square matrix.

To Prove: A – AT is a skew-symmetric matrix.

Concepts to be used:

  • (A+B)T = AT + BT
  • (kA)T = kAT, where k is some scalar
  • (AT)T = A

Proof:

Let B be a skew-symmetric matrix such that

B = A – AT

Now, taking the transpose both the side, we get

B T = (A – A T ) T = A T + (-A T ) T = A T – A = – (A – A T ) = -B

Hence, A – A^T is a skew-symmetric matrix.

 

Theorem – 2: Every Square matrix can be decomposed uniquely as a sum of the symmetric and skew-symmetric matrices.

i.e., for any square matrix A,

A = (½) [S +V], where 

S = A + A T , and V = A – A T

To find proof of the above theorem, check out All about Symmetric Matrix.

Theorem – 3: If A is a skew-symmetric matrix, then BTAB is a skew-symmetric matrix.

Given: A is a skew-symmetric matrix, and B is any matrix.

To Prove: B T AB is a skew-symmetric

Concepts to be used:

  • (kA) = kAT, where k is some scalar
  • (AT)T = A
  • (AB)T = BTAT

Proof:

(BTAB) T = [ B T (AB)] T = (AB) T (B T ) T = B T A T B = B T (-A)B = -B T AB

Hence,

(B T AB) T = – -B T AB

Thus, if A is a skew-symmetric matrix, then B T AB is a skew-symmetric matrix.

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 briefly discussed skew-symmetric matrix, their properties and theorems related to it.

Hope you will like the article.

Keep Learning!!
Keep Sharing!!

Must Check: Mathematics for Machine Learning

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 Skew-Symmetric Matrix?

A square matrix that is equal to the negative of its transpose is called a skew-symmetric matrix

What are the different properties of Skew-Symmetric Matrix?

1. The Sum of two skew-symmetric matrices is always a skew-symmetric matrix. 2. The scalar multiplication of a skew-symmetric matrix is always skew-symmetric. 3. If A and B are skew-symmetric matrices, such that AB = -BA, then AB is a skew-symmetric matrix. 4. The diagonal elements of a skew-symmetric matrix is always zero. 5. The Sum of a skew-symmetric matrix and the identity matrix is always an invertible matrix.

How do you determine which matrix is a skew-symmetric matrix?

To check if a given matrix is a skew-symmetric matrix or not, you have to check two conditions only: 1. Given matrix must have been a square matrix. 2. Transpose of a matrix is equal to its negative times of the matrix, i.e., (A^T) = -A.

What is the eigen value of the skew-symmetric matrix?

The eigen value of skew symmetric matrix is either zero or purely imaginary.

Can a skew symmetric matrix be diagonalized?

Yes, a skew symmetric matrix can be diagonalized, particularly over the complex field. The process involves finding a basis consisting of eigenvectors and then transforming the matrix into a diagonal form using these eigenvectors. The diagonal elements will be the eigenvalues, which are either zero or purely imaginary for real skew symmetric matrices.

How is a skew symmetric matrix used in real-world applications?

Skew symmetric matrices are widely used in areas such as physics, particularly in the study of angular momentum, and in the representation of cross products in vector spaces. They also appear in mathematical areas like differential geometry and the theory of Lie groups and Lie algebras.

Are skew symmetric matrices invertible?

Skew symmetric matrices can be invertible, but not always. A skew symmetric matrix is invertible if and only if its determinant is non-zero. However, for even order skew symmetric matrices, the determinant is always zero, making them non-invertible. For odd order, it depends on the specific elements of the matrix.

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