The set $M_{mn}$ of all m×n matrices forms a vector space, with addition and scalar multiplication just being the usual operations of addition and scalar multiplication of matrices, and with the zero vector being the zero matrix. What is the dimension of $M_{mn}$? You should justify your result by describing a basis, which you must show to be linearly independent and to span$M_{mn}$
I have a few questions about this
I was having trouble, so I tried to understand it by using 2x2 matrices. All 2x2 matrices are linear combinations of the following 4 matrices;
$M_{mn} = span\left(\begin{bmatrix}1&0\\0&0\end{bmatrix}, \begin{bmatrix}0&1\\0&0\end{bmatrix}, \begin{bmatrix}0&0\\1&0\end{bmatrix}, \begin{bmatrix}0&0\\0&1\end{bmatrix}\right)$
Google gave me conflicting information on the next step. Some results said that I can just write them as vectors;
$M_{mn} = span\{(1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1)\}$
Writing those as rows of a matrix, this becomes $I^4$, which I think spans $M_{2×2}$. So... $M_{2×2}$ covers $R^4$?
But a couple of results said that I am not allowed to write the matrices like this (at least not without some kind of proof, which I don't recall covering in lectures).
Is there a name for the vectors/matrices with all zeroes and a single 1?
By looking at my 2×2 working, I think for n×m matrices I should get $I^{n\cdot m}$. Does this mean the dimension for $M_{mn}$ is simply $R^{m\cdot n}$? If so, do I need to do anything special to prove this?
What could go wrong with writing the matrices as vectors (like above)? Is there a way to avoid that problem, or avoid using this approach altogether?