I’m trying to understand the reasoning behind the following:
Let $A \in \mathbb{R}^{3\times3}$ with eigenvalues $1$, $-1$, $0$. What is $\det \left(I + A^{50} \right)$?
The given answer is 4.
A is obviously singular due to eigenvalue 0. Moreover, spectral decomposition of $A$ exists:
$$ A = T diag(1, -1, 0) T^{-1}\\ A^{50} = T diag(1, -1, 0)^{50} T^{-1} $$
But I can’t see why $\det(I + T diag(1, -1, 0)^{50}T^{-1})$ would be 4 either, due to the limited knowledge about $T$. Can somebody shed light on this for me?
Let $D$ be the diagonal matrix in question.
Then, $I+A^{50}=I+TD^{50}T^{-1}=T(I+D^{50})T^{-1}$ and hence,
$$ \det(I+A^{50})=\det(T)\det(I+D^{50})\det(T^{-1})=\det(I+D^{50}) $$ Can you take it from here?