Linear Algebra – Problems in Skew-Symmetric Matrices

linear algebramatricesskew-symmetric matrices

Let $A$ be a real skew-symmetric matrix. Prove that $I+A$ is non-singular, where $I$ is the identity matrix.

Best Answer

As $A$ is skew symmetric, if $(A+I)x=0$, we have $0=x^T(A+I)x=x^TAx+\|x\|^2=\|x\|^2$, i.e. $x=0$. Hence $(A+I)$ is invertible.