Line from my textbook

54 Views Asked by At

It is a line from my textbook which says that "$S $ is a skew-symmetric matrix implies det$((I+S)^{-1})\neq 0$" which I cant justify.How to justify it?

1

There are 1 best solutions below

1
On

$\det(AB) = \det(A)\det(B)$ and $\det(I) = 1$, so $\det(A^{-1}) = 1/\det(A) \ne 0$ whenever $A^{-1}$ exists.

The real question, I think, is why $(I + S)^{-1}$ exists if $S$ is a (real) skew-symmetric matrix. If not, there is a nonzero vector $v$ with $0 = (I+S) v = v + S v$, i.e. $Sv = -v$. But then since $S^T = -S$, $$\|v\|^2 = \|Sv\|^2 = v^T S^T S v = - v^T S^2 v = - v^T v = -\|v\|^2$$ so $v = 0$, contradiction.