Let $I$ be an identity matrix of size $3$ and let $A$ be the matrix of size $3$ having three different nonzero eigenvalues.
Prove that matrix $A + A^{-1} + I$ is invertible.
I was trying to somehow show that determinant is different than zero, but I am not sure if this is good approach.
The matrix could be singular. For example let $A=\begin{pmatrix}0&1&0\\-1&-1&0\\0&0&1\end{pmatrix}$
Then $A+A^{-1}+I=\begin{pmatrix}0&0&0\\0&0&0\\0&0&3\end{pmatrix}$