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?
Is your question?
? Anyways, $a$ is just a real number; don't be intimidated by the fact it's a variable rather than a decimal constant. Just do what you would normally do to test if those four vectors form a basis.
The only real complication is things like the fact $a$ is not a non-zero variable, so, e.g., you can't divide by $a$. If you get to a point where it matters whether $a$ is zero or not, you'd have to split the domain into the domain where $a$ is zero and the domain where $a$ is nonzero and treat the two cases separately.