Antisymmetric matrices

A matrix M is called antisymmetric if its elements above the main diagonal are equal in magnitude but have opposite signs to the corresponding elements below the diagonal.

The antisymmetric matrix

We denote an antisymmetric matrix as ASM, where AS stands for Anti Symmetric.

Example of an antisymmetric matrix: This 3x3 matrix illustrates an antisymmetric matrix, where each element aij matches the corresponding element aji but with the opposite sign.
An example of an antisymmetric matrix.
The element aij is simply found by swapping the row and column indices (aij ⇒ aji).

In an antisymmetric matrix, for any i and j from 1 to n, elements are related by aij = -aji.

The relationship between elements in an antisymmetric matrix.

Relationship between an antisymmetric matrix and its transpose

If a matrix is antisymmetric, its transpose MT is equal to -M.

The opposite relationship between an antisymmetric matrix and its transpose.

An example of an antisymmetric matrix equal to the negative of its transpose.

Only square matrices can be antisymmetric

Rectangular matrices cannot be antisymmetric since their transposes have different dimensions than the original matrix.

Additionally, rectangular matrices lack a main diagonal.

The zero diagonal in antisymmetric matrices

In an antisymmetric matrix, all elements on the main diagonal are zero.

Why is the diagonal zero in antisymmetric matrices?

Why is the diagonal zero in antisymmetric matrices? The diagonal elements must be zero because, in the transpose of a square matrix, diagonal values (aij = aji) stay the same, and zero is the only value equal to its own opposite.

Can a matrix be both symmetric and antisymmetric?

The zero matrix is the only matrix that can be both symmetric and antisymmetric.

The zero matrix is symmetric and antisymmetric.

How to calculate an antisymmetric matrix

Any square matrix can be converted to an antisymmetric matrix.

To find the antisymmetric form of a square matrix M, we use this formula:

The formula for calculating the antisymmetric matrix.

A practical example

Consider this 3x3 matrix, which is square but not antisymmetric.

An example of a non-antisymmetric matrix.

To find its antisymmetric form, we first calculate its transpose MT.

Calculating the transpose of M.

Then, we apply the formula 1/2·(M - MT).

Calculating the antisymmetric matrix.

This gives the antisymmetric matrix AAS for matrix M, where the main diagonal is zero and opposite elements are symmetrically positioned across it.

The sum of symmetric and antisymmetric matrices

The sum of the symmetric matrix MS and the antisymmetric matrix MAS equals the original matrix M.

The sum of the symmetric and antisymmetric matrices.

Note: MAS is called the antisymmetric part of M, while MS is the symmetric part. If M is symmetric, then its antisymmetric part is zero; similarly, if M is antisymmetric, its symmetric part is zero.

Let’s go through a practical example of calculating both the symmetric and antisymmetric parts for this square matrix.

A practical example.

The sum of MAS and MS gives the original matrix M.

The sum of the matrices SM and ASM gives the matrix M.

 

Proof:
The sum of the symmetric and antisymmetric matrices is equal to the original matrix itself.
Proving the uniqueness of the symmetric and antisymmetric parts requires a bit more detail.
Proof of the uniqueness of the symmetric and antisymmetric parts.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Matrices (linear algebra)