The Determinant of a Skew-Symmetric Matrix is Zero

Linear Algebra Problems and Solutions

Problem 473

Prove that the determinant of an $n\times n$ skew-symmetric matrix is zero if $n$ is odd.

 
LoadingAdd to solve later

Sponsored Links


Definition (Skew-Symmetric)

A matrix $A$ is called skew-symmetric if $A^{\trans}=-A$.

Here $A^{\trans}$ is the transpose of $A$.

Proof.

Properties of Determinants

We will use the following two properties of determinants of matrices.
For any $n\times n$ matrix $A$ and a scalar $c$, we have

  1. $\det(A)=\det(A^{\trans})$,
  2. $\det(cA)=c^n\det(A)$.

Main Part of the Proof

Suppose that $n$ is an odd integer and let $A$ be an $n \times n$ skew-symmetric matrix.
Thus, we have
\[A^{\trans}=-A\] by definition of skew-symmetric.

Then we have
\begin{align*}
\det(A)&=\det(A^{\trans}) && \text{by property 1}\\
&=\det(-A) && \text{since $A$ is skew-symmetric}\\
&=(-1)^n\det(A) && \text{by property 2}\\
&=-\det(A) && \text{since $n$ is odd}.
\end{align*}

Therefore, it yields that $2\det(A)=0$, and hence $\det(A)=0$.

Comment.

The result implies that every odd degree skew-symmetric matrix is not invertible, or equivalently singular.

Also, this means that each odd degree skew-symmetric matrix has the eigenvalue $0$.

Related Question.

The eigenvalues of a real skew-symmetric matrices are of the special form as in the next problem.

Problem. (a) Prove that each eigenvalue of the real skew-symmetric matrix $A$ is either $0$ or a purely imaginary number.
(b) Prove that the rank of $A$ is even.

For a proof, see the post “Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even“.

More Problems about Determinants

Additional problems about determinants of matrices are gathered on the following page:

Determinants of Matrices


LoadingAdd to solve later

Sponsored Links

More from my site

You may also like...

1 Response

  1. 06/23/2017

    […] For a proof, check out the post “The Determinant of a Skew-Symmetric Matrix is Zero“. […]

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Problems and Solutions of Eigenvalue, Eigenvector in Linear Algebra
A Linear Transformation Preserves Exactly Two Lines If and Only If There are Two Real Non-Zero Eigenvalues

Let $T:\R^2 \to \R^2$ be a linear transformation and let $A$ be the matrix representation of $T$ with respect to...

Close