BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon203 Learners

Last updated on October 22, 2025

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 US 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 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. Therefor, (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, This means that the sum of diagonal elements (the 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 = AT - A
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 = \(\frac{1}{2}\) (A + AT) + 1/2 (A - AT)
Let’s consider, 
P = \(\frac{1}{2}\) (A + AT
Q = \(\frac{1}{2}\) (A - AT)

 

 

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

 

 

QT = (\(\frac{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.

For example, for a square matrix A,

A =  \(\begin{bmatrix} 1 & 4 & 7 \\[0.3em] 2 & 5 & 8 \\[0.3em] 3 & 6 &9 \end{bmatrix}\)

 

The matrix A can be represented as the sum of B (a symmetric matrix) and C (skew symmetric matrix)

 

B = ½ (A + AT) = \(\begin{bmatrix} 1 & 3 &5 \\[0.3em] 3& 5 & 7\\[0.3em] 5 & 7&9 \end{bmatrix}\)  



C = ½(A - AT) =  \(\begin{bmatrix} 0& 1&2\\[0.3em] -1& 0 & 1\\[0.3em] -2 & -1 & 0 \end{bmatrix}\)


 

Adding B and C
 

B +  C =   \(\begin{bmatrix} 1& 4&7\\[0.3em] 2& 5 &8\\[0.3em] 3 & 6& 9 \end{bmatrix}\)

 

 

 

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:
 

A = \(\begin{bmatrix} 0&2&-4\\[0.3em] -2& 0 & 3\\[0.3em] 4 & -3 & 0 \end{bmatrix}\)
 

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) = 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. 

 

Example for  \( A = \begin{bmatrix} 0 & 2 & -4 \\ -2 & 0 & 3 \\ 4 & -3 & 0 \end{bmatrix} \)


|A| = a12C12 + a13C13 = 2 . (-1)1 + 2 \(\begin{bmatrix} -2& 0\\[0.3em] 4& 0 \\[0.3em] \end{bmatrix}\) = 2


(-12) + (-4) . 0 =-24 + 0 = 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 an eigenvalue and an 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 = \(\lambda\) ||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 \(\lambda\)x = - \(\bar{\lambda}\)||x||2
- \(\bar{\lambda}\)||x||2 = \(\lambda\)||x||2

As ||x||2 ≠ 0, we get
\( \lambda = - \bar{\lambda} \)

The value of \(\lambda \) is either 0 or an imaginary number.

Professor Greenline from BrightChamps

Tips and Tricks to Master Skew Symmetric Matrix

Skew-symmetric matrices are an important concept in linear algebra, especially useful in physics, computer graphics, and engineering. Here are some simple tips to help students master them with confidence.

 

  • Remember the transpose rule: A matrix 𝐴 is skew-symmetric if AT=−A. Always check this first, it’s the simplest way to verify if a matrix is skew-symmetric.

     
  • Diagonal elements are always zero: Since aii​=−aii, all diagonal elements must be zero. This makes identifying skew-symmetric matrices much quicker!

     
  • Opposite elements have opposite signs: In a skew-symmetric matrix, the element above the diagonal is the negative of the element below it. For example: if 𝑎12 = 3, then 𝑎21 = −3a.

     
  • Odd order matrices always have zero determinant: If the matrix order (like 3 × 3 or 5 × 5) is odd, its determinant is always zero.
    This shortcut saves time during calculations.

     
  • Use skew-symmetry in cross products: When learning vector cross products, note that the operation can be represented using skew-symmetric matrices, this helps connect abstract algebra with practical physics.
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 may incorrectly assume a non-square matrix can be skew symmetric. Always verify that AT= -A and the matrix is square. 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
arrow-right
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.  


     
  • In mechanics, the torque (or moment) vector can be represented as a cross product of a position vector and a force vector. That cross‐product can be expressed using a skew‐symmetric matrix.


     
  • In advanced physics and robotics, systems that conserve energy (Hamiltonian systems) often involve skew‐symmetric structures in their mathematical formulation. For example, the 'symplectic form' that encodes motion in phase space uses a block skew‐symmetric matrix.
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of Skew Symmetric Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Check if the matrix is skew symmetric: A =[0 2| -2 0]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The matrix A is skew symmetric 

Explanation

To verify skew symmetric matrix, we check if AT = -A


Find AT of A: \( A^\top = \begin{bmatrix} 0 & -2 \\ 2 & 0 \end{bmatrix} \)

 

Finding -A: 

\( -A = \begin{pmatrix} 0 & -2 \\ 2 & 0 \end{pmatrix} \)
 

Here, AT = -A.

So, A is a skew symmetric matrix

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Is the matrix skew symmetric: B = [0 3 1|-3 0 -5| -1 5 0]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The matrix B is skew.
 

Explanation

To check if the matrix is skew symmetric matrix, we check if BT = -B

Finding \( B^\top = \begin{bmatrix} 0 & -3 & -1 \\ 3 & 0 & 5 \\ 1 & -5 & 0 \end{bmatrix} \)

 

Finding  \( -B = \begin{bmatrix} 0 & -3 & -1 \\ 3 & 0 & 5 \\ 1 & -5 & 0 \end{bmatrix} \)

 

Here, -B = BT, so B is a skew symmetric matrix. 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the transpose of the matrix C = [0 -8 7|8 0 1| -7 -1 0]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The transpose of the matrix C is:
 

\( C = \begin{bmatrix} 0 & 8 & -7 \\ -8 & 0 & -1 \\ 7 & 1 & 0 \end{bmatrix} \)

Explanation

To find the transpose of a matrix, we turn the rows into columns. 

The first row becomes the first column, so here the first column is 0, -8, 7.

The second row becomes the first column, so here the second column is 8, 0, 1.

The third row becomes the first column, so here the third column is -7, -1, 0
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find the determinant of the skew matrix: M = [0 4 7| -4 0 2| -7 -2 0]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The determinant of the skew matrix M is 0.
 

Explanation

The skew symmetric matrix of odd order has determinant zero. 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Check if the matrix D is skew symmetric: D = [0 6|6 0]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

D is not skew symmetric. 
 

Explanation

To check if the matrix is skew symmetric or not, we verify if DT = -D.

Here, \( D^\top = \begin{bmatrix} 0 & 6 \\ 6 & 0 \end{bmatrix} \)


\( -D = \begin{bmatrix} 0 & -6 \\ -6 & 0 \end{bmatrix} \)

 

As DT is not equal to -D, it is not a skew symmetric matrix. 

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Skew Symmetric Matrix

1.What is a skew symmetric matrix?

The skew symmetric matrix is a type of square matrix, where AT = -A. 
 

Math FAQ Answers Dropdown Arrow

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

No, the non-square matrix cannot be a skew symmetric matrix. 
 

Math FAQ Answers Dropdown Arrow

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

In a symmetric matrix, the matrix is equal to its transpose. In a skew-symmetric matrix, the transpose is the negative of the matrix.
 

Math FAQ Answers Dropdown Arrow

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

The determinant of an odd-order skew symmetric matrix is zero. 
 

Math FAQ Answers Dropdown Arrow

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

No, the eigenvalue of a skew symmetric matrix can either be zero or purely imaginary. 
 

Math FAQ Answers Dropdown Arrow

6.Why should students learn about skew-symmetric matrices?

Skew-symmetric matrices help students develop logical and abstract thinking.
They are used in physics, engineering, and computer science, especially in areas like motion, 3D modeling, and robotics.

Math FAQ Answers Dropdown Arrow

7.How can parents help children understand skew symmetric matrix topic better at home?

Encourage your child to practice with small 2×2 or 3×3 matrices.
Ask them to verify if AT=−A or check if all diagonal elements are zero. These hands-on checks make learning more engaging.

Math FAQ Answers Dropdown Arrow

8.Are skew-symmetric matrices part of higher education subjects?

Yes, they are fundamental in linear algebra, which forms the base for fields like machine learning, AI, and data science, all growing areas of future careers.

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
UAE - 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