How do I prove that an anti-symmetric matrix $A$ is not invertible?

3.6k Views Asked by At

$A$ is a square anti symmetric matrix with dimension $n\times n$.

It is known that $n$ is an odd number. Prove that $A$ is not invertible.

How do I prove this? any hints please?

1

There are 1 best solutions below

3
On

$$\det(A)=\det(A^T)=\det(-A)=(-1)^n\det(A)=-\det(A)$$ since $n$ is odd. hence $$\det(A)=0$$