Hello I’m taking the course 18.02 multivariate calculus of MIT. I don’t understand the thinking behind the answer of a problem.
The question is (with Julia notation):
For what c-value(s) will $$\left(\begin{matrix}2& 1\\ 0 &-1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right) = c\left(\begin{matrix}x\\y\end{matrix}\right)$$ have a non-trivial solution? (Write it as a system of homogeneous equations)
The answer is:
(1): $\left(\begin{matrix}(2-c)x+y\\(-1-c)y\end{matrix}\right)=\left(\begin{matrix}0\\0\end{matrix}\right)$ has a non-trivial solution if
(2): $\left|\begin{matrix}(2-c)&1\\0&(-1-c)\end{matrix}\right|=0$ i.e., if:
(3): $(2-c)(-1-c) = 0$ or $c=2, c=-1$
I don’t understand how we come from the question to (1) or (2). Which theorem is used?
Thank you very much in advance
$A\mathbf x = c\mathbf x\\ A\mathbf x - c\mathbf x = 0\\ A\mathbf x - cI\mathbf x = 0\\ (A\mathbf - cI)\mathbf x = 0$
Either $\mathbf x = \mathbf 0$ (the trivial solution) or $A - cI$ is singular, and $\det (A - cI) = 0$