I am supposed to find for what values the following matrix is invertible I have the following matrix:
$$\begin{bmatrix} a & a & 1\\ a & a-1 & 2\\ 2 & 0 & 2 \end{bmatrix}$$
So after calculating the determinant I end up with determinant = 2. But where do I go from here? Normally when calculating the determinant I have an expression like $(x-2)(x-3)$ and I can easily see that that matrix is invertible when $x$ is not 2, 3 or 0. But what do I do with the matrix above when the determinant is 2? How do I find the value for which it is (or isn't) invertible?