BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon111 Learners

Last updated on July 9th, 2025

Math Whiteboard Illustration

Skew Symmetric Matrix

Professor Greenline Explaining Math Concepts

A skew symmetric matrix is a rectangular matrix, where the transpose of elements is equal to its negative. In this type of matrix, the diagonal elements will always be zero. This article will explain skew symmetric matrices in detail.

Skew Symmetric Matrix for Filipino Students
Professor Greenline from BrightChamps

What are Symmetric Matrices?

In linear algebra, a symmetric matrix is defined by its symmetry along the main diagonal. If a square matrix A = AT(transpose of A), then the matrix is symmetric. In other words, the value at row i and column j equals the value at row j and column i, i.e., A[i, j] = A [j, i].  

Professor Greenline from BrightChamps

What is a Skew Symmetric Matrix?

Matrix A is a skew symmetric matrix if A = -AT, where AT is the transpose of A. If A = [aij]n is a skew symmetric matrix, then aij = -aji. It means that all elements present diagonally in a skew-symmetric matrix are zero. 
 

Professor Greenline from BrightChamps

How to Represent Skew Symmetric Matrix

Now, let’s learn how to represent skew symmetric matrices. Let B = [bij]n be an n × n matrix, Matrix B is a skew symmetric bij = -bji for all 1 ≤ i, j ≤ n. Where n is the natural number and bij is the element at the i-th row and j-th column.      


All the diagonal elements of a skew symmetric matrix are always zero, as bii = -bii as i = j
Adding bii to both sides: bii + bii = 0 
2bii = 0
bii = 0
 

Professor Greenline from BrightChamps

What are the Properties of Skew Symmetric Matrices

Skew symmetric matrices follow certain properties so that the concept can be used in algebra, physics, etc. In this section, we will learn the properties of skew symmetric matrices. 

 

 

  • The sum of two skew symmetric matrices is skew symmetric. 
    (A + B)T = AT + BT = -A - B = -(A + B), so (A + B)T = -(A + B)

 

  • The product of a skew symmetric matrix and a scalar ‘k’ results in skew symmetric
    (kA)T = k(A)T = k(-A) = -kA, so (kA)T = -kA

 

  • If A and B are skew symmetric and AB = -BA, then AB is skew symmetric
    (AB)T = BTAT = (-B)(-A) = BA = -AB. Therefore, (AB)T = -AB

 

  • In all skew symmetric matrices, the diagonal elements are zero. 
    For a skew symmetric A, 
    aij = -aji
    So, the diagonals will be: 
    aii = -aii → aii + aii = 0
    2aii = 0 → aii = 0

 

  • The sum of diagonal elements (trace) is always zero, as all diagonal elements are zero.

     
  • For a skew symmetric matrix A over the real numbers, A + I is invertible in many cases, but this requires proof. E.g., for even-order matrices.

     
  • If a skew symmetric matrix A is invertible, then its inverse is also skew-symmetric. For A to be a skew matrix: A = -AT
    Taking the inverse on both sides; 
    A-1 = (-A-1)T = -(A-1)T
    So, A-1 = -(A-1)T
Professor Greenline from BrightChamps

What are the Theorems on Skew-Symmetric Matrices?

In this section, we will be discussing the theorems on skew symmetric matrices. These theorems are useful in matrix decomposition, transformations, and applications. 

 

 

Theorem 1: For a square matrix A, A - AT is skew symmetric
For any square matrix A, we should prove that A - AT is skew symmetric.
We can take help from the properties of skew symmetric matrices, such as: 

  • (A + B)T = AT + BT
  • (kA)T = kAT
  • (AT)T = A

For A - AT  to be skew symmetric, let’s prove that B = A - AT
To prove B = A - AT, let’s take transpose on both sides.
BT = (A - AT)T
Now, we need to use the transpose of a different property.
BT  = AT + (-AT)T
BT = AT - (AT)T
We know that (AT)T = A 
Therefore, BT  = AT - A
BT  = -(A - AT)  BT = -B
So, -B = -(A - AT)
We can now say that B = (A - AT) is skew-symmetric.

 

 

Theorem 2: Decomposing a Square Matrix
Like all matrices, square matrices also encode complex relationships. It is important to decompose a square matrix into similar components to understand their properties and structure. A square matrix is expressed as the sum of a symmetric matrix, and a skew-symmetric matrix will be proved in this theorem. This decomposition is significant in applications like physics. 

In this theorem, we will be using the following properties:

 

 

  • (AT)T = A
  • (A + B)T = AT + BT
  • (kA)T = kAT
  • If MT = M, then matrix M is symmetric
  • If NT = -N, then matrix N is skew symmetric

 

 

If A is a square matrix, it can be written as:
A = 1/2 (A + AT) + 1/2 (A - AT)
Let’s consider, 
P = 1/2 (A + AT
Q = 1/2 (A - AT)

 

 

Taking the transpose of both P and Q
PT = (1/2 (A + AT))T
= ½(AT + (AT)T)
= ½(AT + A)
P = ½(AT + A)
So, PT = P

 

 

QT = (1/2 (A - AT))T
= ½(AT - (AT)T)
= ½ (AT - A)
= ½ (AT - A)
-Q = ½ (A - AT)
So, QT = - Q
So, the square matrix A can be written as the sum of a symmetric matrix P and a skew symmetric matrix Q. 

 

 

Theorem 3: For a skew symmetric matrix A and any matrix B, the matrix BTAB is skew symmetric.

Let’s take the help of the following properties:

  • (AB)T = BTAT
  • (AT)T = A
  •  AT = -A

In this theorem, we shall prove (BTAB)T = -BTAB
Start with:
(BT AB)T = (BT (AB))T
Now use the transpose of a product rule:
= (AB)T (BT)T
Since (AB)T = BT AT we get:
(BT AB)T = BTATB
Since AT = -A, we can make the substitution.
Therefore, (BT AB)T = BT(-A)B
(BT AB)T = -BT AB

So, if A is a skew symmetric matrix, then BT AB is a skew symmetric matrix. 
 

Professor Greenline from BrightChamps

What is the Sum of a Symmetric and Skew Symmetric Matrix?

According to the theorem of skew symmetric matrices, the sum of any symmetric and skew symmetric matrix results in a square matrix. 

 

 

Determinant of Skew Symmetric Matrix
 

For any skew symmetric matrix with an odd order, the determinant is always zero. Let’s verify this with an example:

 

Finding the determinant of a matrix A
|A| = m11 × Cofactor11 + m12 × cofactor12 + m13 × cofactor13
So, |A| = 0 × Cofactor11 + 2 × cofactor12 + (-4) × cofactor13
|A| = 2 × cofactor12 + (-4) × cofactor13

Finding cofactor C12, eliminating row 1 and column 2, 
So,  -2      3

         4      0


det = (-2)(0) - (4)(3) = 0 - 12 = -12
So, C12 = (-1)1 + 2 × (-12) 
= -1 × -12 = 12

Finding cofactor C13, eliminating row 1 and column 3, 
So,    -2     0

          4     -3


det = (-2)(-3) - (4)(0) = 6 - 0 = 6
So, C13 = (-1)1 + 3 × (6) 
= 1 × 6 = 6

So, |A| = 2 × cofactor12 + (-4) × cofactor13
= 2 × 12 + (-4) × 6
= 24 + -24 
= 0

So, the determinant of a skew symmetric matrix with an odd order is 0. 
 

Professor Greenline from BrightChamps

Eigenvalue of Skew Symmetric Matrix

For all skew symmetric matrices, the eigenvalue is always zero or imaginary. For a skew symmetric matrix A, the eigenvalue λ of A with a corresponding eigenvector x can be represented as:
Ax = λx

 

 

Before we proceed further, let us understand what eigenvalue and eigenvector are. In a matrix, a vector changes direction when a specific matrix acts on it. But an eigenvector doesn’t change direction, it only gets stretched or shrunk. The amount by which it gets stretched or shrunk is known as eigenvalue. 
Multiplying both sides by the conjugate transpose of x, x -T:
x -T Ax =  x  -T =  ||x2||

Here, 
x -T Ax is a dot product, so it is commutative, xT- Ax  = (Ax )T- x= xT AT- x
As A is a skew symmetric, AT = -A
Substituting AT = -A: 
xT AT x = -xT(-A)x = -xT Ax
Taking the conjugate of Ax,
Ax = x
Now, we have
-xT Ax = -xT x = - ||x||2
- ||x||2 = ||x||2
As ||x||2 ≠ 0, we get
 = - 
The value of  is either 0 or an imaginary number.

Professor Greenline from BrightChamps

Real-world Applications of Skew Symmetric Matrix

In real life, we use the skew symmetric matrix in fields like physics, mathematics, computer graphics, etc. In this section, we will learn some real-life applications of skew symmetric matrices.

 

 

  • In physics, we use skew symmetric matrices to represent angular velocity vectors. This allows rotational motion to be expressed mathematically in a compact and convenient form. 

 

  • In computer graphics and robotics, skew symmetric matrices are used to compute rotations and transformations.

 

  • For 3D image reconstruction in MRI and CT scans, we use skew symmetric matrices to capture the geometry of camera movement.    

 

  • In ocean modeling, skew symmetric matrices play an important role as they are used to describe the rotational flow in fluids. It is used in predicting hurricanes, turbulence in aviation, and ocean currents.  
     
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Skew Symmetric Matrix

Students mostly make errors when working with skew symmetric matrices. Here are some of the common mistakes and ways to avoid them in skew symmetric matrices.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming non-square matrices can be skew symmetric
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students assume that a non-square matrix like a 2 × 3 matrix can be a skew symmetric matrix because they satisfy aij = -aji, but they are wrong. So always verify if the matrix satisfies AT = -A, and the matrix should be square. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Including non-zero elements in the diagonal
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Including non-zero elements on the main diagonal is a common error among students. Always remember that for a skew symmetric matrix, AT = -A, the diagonal elements, aii = -aii, so verify a matrix, set aii = 0, so all diagonal entries. 
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing skew symmetric with symmetric matrices
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students may misidentify matrices and get confused between skew symmetric and symmetric matrices. So, always remember the difference between skew symmetric and symmetric matrices. A matrix is skew symmetric if AT = -A, and it is symmetric if AT = A 
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming the determinant of every skew symmetric matrix is always zero 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Believing that the determinant of every skew symmetric matrix is zero is an error. Because the determinant is zero only if the order of the skew symmetric matrix is odd. So always check if the order is odd or not. 
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not verifying AT = -A
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Assuming a matrix is skew symmetric without verifying if AT = -A is another error. A matrix is a skew matrix only if AT = -A 
 

arrow-right
Ray Thinking Deeply About Math Problems

FAQs on Skew Symmetric Matrix

1.What is a skew symmetric matrix?

Math FAQ Answers Dropdown Arrow

2.Can a non-square matrix be skew symmetric?

Math FAQ Answers Dropdown Arrow

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

Math FAQ Answers Dropdown Arrow

4.What is the determinant of an odd order skew symmetric matrix

Math FAQ Answers Dropdown Arrow

5.Can the eigenvalue of a skew symmetric matrix be a real number?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Philippines make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Philippines support learning Algebra topics such as Skew Symmetric Matrix ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Philippines support learning Algebra and Skew Symmetric Matrix ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Philippines?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom