I have a set of three matrices and want to know whether or not they form a basis for $ℝ^{3\times3}$
Any help is appreciated
the matrices: \begin{bmatrix}1&0&0\\0&1&0\\0 &0&1\end{bmatrix}\begin{bmatrix}0&1&0\\0&0&1\\0 &0&0\end{bmatrix}\begin{bmatrix}0&0&1\\0&0&0\\0 &0&0\end{bmatrix}
I know I have to show they are linearly independent and span the vector space, but I really don't get how I should do that
Thanks in advance