Summarize this article:
121 LearnersLast updated on October 30, 2025

Just as a skew-symmetric matrix equals the negative of its transpose, similarly, the skew Hermitian matrix always equals the negative of its conjugate transpose. In this article, we will learn to identify skew Hermitian matrices and understand their properties.
If a square matrix A satisfies the condition AH = - A, it is a skew Hermitian matrix. Here, AH is the conjugate transpose of the square matrix A. To calculate AH, we first take the transpose of the matrix AT. After transposing, take the complex conjugate of each element in the matrix. This operation is denoted as A*.
For example, let a 2 × 2 matrix
\( A = \begin{bmatrix} 0 & 2 + i \\ -2 + i & 0 \end{bmatrix} \)
To find the conjugate transpose AH, we first transpose the matrix.
\( A^{T} = \begin{bmatrix} 0 & -2 + i \\ 2 + i & 0 \end{bmatrix} \)
So,
\( A^{H} = \begin{bmatrix} 0 & -2 - i \\ 2 - i & 0 \end{bmatrix} \)
Now, we find -A.
\( - A = \begin{bmatrix} 0 & -2 - i \\ 2 - i & 0 \end{bmatrix} \)
As AH = -A, so A is a skew Hermitian matrix.
Hermitian and skew Hermitian matrices can be differentiated based on their relations with the conjugate and transpose. Some common differences between the two are listed below.
|
Hermitian matrix |
Skew Hermitian matrix |
|
Hermitian matrices are equal to their conjugate transpose. A* = A. |
Skew Hermitian matrices are equal to the negative of their conjugate transpose. A* = -A. |
|
All diagonal elements are always real numbers. |
All diagonal elements are always purely imaginary or zero. |
|
These matrices have only real eigenvalues. |
These matrices have purely imaginary or zero eigenvalues. |
| Example: \( \begin{bmatrix} 2 & i \\ - i & 3 \end{bmatrix} \) |
Example: \( \begin{bmatrix} 0 & 2 + i \\ -2 + i & 0 \end{bmatrix} \) |
Comparing A* and -A, we see that the condition A* = -A is satisfied.
So, A is a skew Hermitian matrix.
The elements of a skew Hermitian matrix follow these conditions:
Based on these conditions, the general formula of a skew Hermitian matrix,
For a 2 × 2 skew Hermitian matrix is:
\( A = \begin{bmatrix} xi & y + zi \\ -y + zi & wi \end{bmatrix} \)
For a 3 × 3 skew Hermitian matrix:
\( A = \begin{bmatrix} ai & b + ci & c + di \\ -b + ci & ei & g + hi \\ -c + di & -g + hi & ki \end{bmatrix} \)
What are the Properties of a Skew Hermitian Matrix?
Key properties of a skew Hermitian matrix include:
What is the condition for the Skew Hermitian Matrix?
For a matrix to be skew Hermitian, it must satisfy the condition A* = -A.
Let us take an example to check for the condition.
Let,
\( A = \begin{bmatrix} 0 & 3 + 2i \\ -3 + 2i & 0 \end{bmatrix} \)
To check if A* = -A,
Find transpose AT
\( A^{T} = \begin{bmatrix} 0 & -3 + 2i \\ 3 + 2i & 0 \end{bmatrix} \)
Complex conjugate A*
\( A^{*} = \begin{bmatrix} 0 & -3 - 2i \\ 3 - 2i & 0 \end{bmatrix} \)
Now, we find -A
\( -A = \begin{bmatrix} 0 & -3 - 2i \\ 3 - 2i & 0 \end{bmatrix} \)
Skew Hermitian Matrix Eigenvalue
As established earlier, we see that the eigenvalues of a skew Hermitian matrix are purely imaginary or zero. So, to find these eigenvalues, we solve the characteristic equation \( \det(A - \lambda I) = 0 \). Here \(\lambda\) is an eigenvalue, and I is the identity matrix.
For students, knowing how to identify and work with skew-Hermitian matrices helps when studying eigenvalues, matrix decompositions, and advanced topics in linear algebra. Here are some useful tips and tricks for effective learning:
Students often confuse terminology when working with matrices, which results in incorrect responses. Here are some common errors they can learn from and avoid.
Skew Hermitian matrices are helpful in real-life situations involving complex systems. Some uses of these matrices across different fields are:
Is the given matrix skew Hermitian? A = [0 2+i, -2 +i 0]
Yes
The conjugate transpose
\( A^* = \begin{bmatrix} 0 & -2 - i \\ 2 - i & 0 \end{bmatrix} = -A. \)
So the condition A* = -A is satisfied.
Construct a 2 × 2 skew Hermitian matrix with complex entries.
\( A = \begin{bmatrix} 0 & 3 - 4i \\ -3 - 4i & 0 \end{bmatrix} \)
The diagonal is 0 and the off-diagonal entries are negatives of each other’s conjugates, satisfying the conditions for a skew Hermitian matrix.
Can a real matrix be skew Hermitian? If yes, give an example.
Yes, a real matrix can be skew-Hermitian. For example,
\( A = \begin{bmatrix} 0 & -5 \\ 5 & 0 \end{bmatrix} \)
his is a real skew-symmetric matrix, which means it is also a skew Hermitian matrix because the conjugate transpose is equal to the transpose.
Is this matrix skew Hermitian? [2i 1+i, -1 + i -2i]
Yes.
The matrix satisfies A* = -A, so it is skew Hermitian.
Find the conjugate transpose of the given matrix and verify if it is skew Hermitian. A = [0 i, -i 0]
Yes, A is skew Hermitian.
Conjugate transpose A∗
\( A^* = \begin{bmatrix} 0 & i \\ -i & 0 \end{bmatrix}^* = \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}. \)
A* = -A, so A is skew Hermitian.
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.
: He loves to play the quiz with kids through algebra to make kids love it.






