$B= [a,b,c]$ where $a=[-3,2,1]^t$, $b=[-3,2,-1]^t$ and $c=[1,6,-1]^t$
How do I make this into a matrix to find if its a basis of $\mathbb{R}^3$?
I think the matrix will look like this but I'm not sure
$$\begin{bmatrix} -3&-3&1\\ 2&2&6\\ 1&-1&1\\ \end{bmatrix}$$
Hint: You have to check if your vectors are linearly independent. This is sufficient as you have 3 vectors for a 3D space. For a 3D-System this is equivalent to $det(A)\neq 0$. Where A is the matrix that you constructed.