I was wondering if there is a way to see why $(1+A)$ invertible, if $A$ is a skew symmetric matrix. and I know that all eigenvalues of $A$ have zero real part and $A$ is unitarily diagonalisable.
3 Answers
That's because $A$ does not have eigenvalues -1. If it did, $\det(A+I)$ would be 0.
- 5,256
-
Allow me to say that there are more detailed answers already here – Dietrich Burde May 20 '15 at 09:49
The eigenvalues of a skew symmetric (real) matrix are all purely imaginary: of the form $\;bi\;,\;\;0\neq b\in\Bbb R\;$ , and they appear in conjugate pais, so we can list them as $\;bi\,,\,-bi\;,\;\;0\neq b\in\Bbb R\;$
If $\;A\;$ is diagonalizable and $\;J_A\;$ is its JCF , then $\;J_A+I\;$ has elements $\;1\pm bi\;,\;\;0\neq b\in\Bbb R\;$ on its main diagonal, and this matrix's determinant is non zero.
Fill in details now.
- 34,795
Write $A=P\Lambda P^{-1}$ where $$ \Lambda=\DeclareMathOperator{diag}{diag}\diag(\beta_1i,\dotsc,\beta_ni) $$ with $\beta_j\in\Bbb R$. Then $$ I+A=I+P\Lambda P^{-1}=P(I+\Lambda)P^{-1}=P\diag(1+\beta_1i,\dotsc,1+\beta_ni)P^{-1} $$ Thus the eigenvalues of $I+A$ are $\lambda_k=1+\beta_ki$. In particular, $I+A$ has nonzero eigenvalues. Hence $I+A$ is invertible.
- 26,933