I know that determinant of a matrix is equal to its product of eigenvalues. If a matrix has no eigenvalues, does it mean the determinant is zero since there is nothing to multiply?
I am guessing no, but I want to be sure.
I know that determinant of a matrix is equal to its product of eigenvalues. If a matrix has no eigenvalues, does it mean the determinant is zero since there is nothing to multiply?
I am guessing no, but I want to be sure.
No. Take, for instance, $A=\left[\begin{smallmatrix}0&-1\\1&0\end{smallmatrix}\right]$. It has no (real) eigenvalues, but it is invertible; its inverse is $\left[\begin{smallmatrix}0&1\\-1&0\end{smallmatrix}\right]$.
Of course, it has non-real eigenvalues: $\pm i$.