I'm studying eigenvalues and stumbled upon this:
The system
$(A-\lambda_i \mathbb{1}_n)\cdot X = 0$
only if
$\det(A-\lambda_i \mathbb{1}_n)=0$
I understand that this is a homogeneous linear system, and I found that they need to have determinant zero in order to have non-trivial solutions. But why exactly is this?
I'm trying to understand this intuitively instead of just taking it as it is, so any explanation is welcome.