We have some $n \times n$ matrix $A$ and $n \times 1$ vector C. Let $E$ be the identity matrix. $$Det(A-E)=0 \iff AC=C.$$
Me and a few friends have been trying to prove it, but none of us could. Thank you!
We have some $n \times n$ matrix $A$ and $n \times 1$ vector C. Let $E$ be the identity matrix. $$Det(A-E)=0 \iff AC=C.$$
Me and a few friends have been trying to prove it, but none of us could. Thank you!
you need to know that $det(A)$ if and only if the columns of $A$ are linearly dependent. once you have that, applying it to the matrix $A_I$ tells you that there is a nonzero vector $c$ such that $(A_I)c = 0$. that means $$Ac = c, c \neq 0.$$