Example5.6.1Matrix Vector Spaces
Consider the set of \(m\times n\) matrices with real entries which we will denote, \(M_{mn}(\R)\text{.}\) This set is a vector space. To see why let \(A, B\) be elements of \(M_{mn}(\R)\text{,}\) and let \(c\) be any real number then
\(M_{mn}(\R)\) is not empty, specifically it contains an \(m\times n\) matrix made of all zeros which serves as our zero vector.
This set is closed under addition, \(A+B \in M_{mn}(\R)\text{.}\)
This set is closed under scalar multiplication, \(cA \in M_{mn}(\R)\text{.}\)
Matrix addition is commutative, \(A+B = B+A\) for all matrices in \(M_{mn}(\R)\text{.}\)
More concretely, consider \(M_{22}(\R)\text{,}\) the set of \(2\times 2\) matrices with real entries. What subset of \(2\times 2\text{,}\) is a basis for this vector space? Well, whatever it is it must allow us to write any matrix as a linear combination of its elements. The simplest choice is called the standard basis, and in this case the simplest choice is the set: \begin{equation*} \mathcal{B} = \left\{ \begin{bmatrix} 1 \amp 0 \\ 0 \amp 0 \end{bmatrix}, \begin{bmatrix} 0 \amp 1 \\ 0 \amp 0 \end{bmatrix}, \begin{bmatrix} 0 \amp 0 \\ 1 \amp 0 \end{bmatrix}, \begin{bmatrix} 0 \amp 0 \\ 0 \amp 1 \end{bmatrix} \right\} \end{equation*} This allow us to write for example, \begin{equation*} \begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix} = a\begin{bmatrix} 1 \amp 0 \\ 0 \amp 0 \end{bmatrix} + b\begin{bmatrix} 0 \amp 1 \\ 0 \amp 0 \end{bmatrix} + c\begin{bmatrix} 0 \amp 0 \\ 1 \amp 0 \end{bmatrix} + d\begin{bmatrix} 0 \amp 0 \\ 0 \amp 1 \end{bmatrix} \end{equation*} Is \(\mathcal{B}\) really a basis? Clearly it spans the vector space \(M_{22}(\R)\text{,}\) but is there perhaps a smaller set which still spans \(M_{22}(\R)\text{?}\) Also, how do we know that the four matrices in \(\mathcal{B}\) are linearly independent?