1
$\begingroup$

Describe the smallest subspace of $M_{2\times 2}$ that contains matrices

$\begin{bmatrix}2&1\\0&0\end{bmatrix},\begin{bmatrix}1&0\\0&2\end{bmatrix},\begin{bmatrix}0&-1\\0&0\end{bmatrix}\;.$

Find the dimension of this subspace.

It sounds like I would find the basis. I know how to do this with vectors, but how do I do this with a set of matrices?

2 Answers 2

2

$M_{2\times 2}$ is isomorphic to $\Bbb R^4$ by the correspondence $\begin{bmatrix}a&b\\c&d\end{bmatrix}\leftrightarrow\begin{bmatrix}a\\b\\c\\d\end{bmatrix}\;;$ treat the matrices as $4$-vectors, just displayed in a different way.

  • 0
    @LearningPython: There you go: the original set is **a** basis. Another is the set of matrices corresponding to the rows of the reduced matrix in my previous comment.2012-11-19
0

Notice that they are all of the form, $E = \begin{bmatrix}a & b\\0 & d\end{bmatrix}$.

Thus, we can show that $E = a\begin{bmatrix}1 & 0\\0 & 0\end{bmatrix} + b\begin{bmatrix}0 & 1\\0 & 0\end{bmatrix} + d\begin{bmatrix}0 & 0\\0 & 1\end{bmatrix}$.

You can show that $E_1 = \begin{bmatrix}1 & 0\\0 & 0\end{bmatrix}$, $E_2 = \begin{bmatrix}0 & 1\\0 & 0\end{bmatrix}$, $E_3 = \begin{bmatrix}0 & 0\\0 & 1\end{bmatrix}$ forms a linearly independent set and will span $E$, and the set $\{E_1, E_2, E_3\}$ forms a basis for $E$. Thus, the dimension of $E$ is 3.