According to theorem the multiplication of all eigenvalues is equal to the determinant, so if one of them equals 0 the determinant is always 0. But is it true for the opposite statement? If determinant is equal to 0 is there for sure an eigenvalue equal to 0?
Is there a eigenvalue equal to 0 if determinant is equal to 0?
601 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
If a square matrix $A$ has zero determinant, this implies that $A$ is not injective, i.e. the kernel is nonempty. So, there exists $v \neq 0$ such that $Av = 0 = 0\cdot v$. By definition, $v$ is an eigenvector for $A$ corresponding to eigenvalue $0$.
On
Maybe you've heard of the characteristic polynomial. For a size$~n$ square matrix $A$ it is defined as $\det(XI_n-A)$, it is a monic polynomial of degree$~n$, and it has the property that $\lambda$ is an eigenvalue if and only if $\lambda$ is a root of the characteristic polynomial, in other words if $\det(\lambda I_n-A)=0$. Setting $\lambda=0$ in this statement, it says that $0$ is an eigenvalue if and only if $\det(-A)=0$. It is not very hard to see that this is equivalent to $\det(A)=0$.
Yes, the determinant of a matrix with real/complex entries is the product of its (complex) eigenvalues, so it has a matrix has a $0$ eigenvalue if and only if its determinant is $0$.
If you care about matrices with entries in a general field $F$, then as Clement points out the determinant will be the product of the eigenvalues which lie in the algebraic closure of $F$, and so once again a matrix has a $0$ eigenvalue if and only if its determinant is $0$.