So I have these bunch of matrices I want to find the value of a to find the basis
$$ \begin{pmatrix} 2 & 2 \\ 1 & -2 \\ \end{pmatrix} $$
$$ \begin{pmatrix} 0 & 0 \\ 1 & 1 \\ \end{pmatrix} $$
$$ \begin{pmatrix} 1 & a \\ 2 & -2 \\ \end{pmatrix} $$
$$ \begin{pmatrix} 1 & a \\ 1 & -1 \\ \end{pmatrix} $$
What I could do is write them in a different way
$$A\pmatrix{2\\2\\1\\-2}+B\pmatrix{0\\0\\1\\1}+C\pmatrix{1\\a\\2\\-2}+D\pmatrix{1\\a\\1\\-1}$$
Now I can find the RREF but since those are letter "A"s i dont know what to do. Someone told me I should use the determinant test. How do I use the determinant test in this situation?
