The space of 2x2 matrices has dimension 4. A basis for this space can be given by the following matrices:
1) {{1, 0}, {0, 0}}
2) {{0, 1}, {0, 0}}
3) {{0, 0}, {1, 0}}
4) {{0, 0}, {0, 1}}
For the space of n x m matrices, the dimension is given by n*m. A basis for this space can be constructed by creating a matrix with all zeroes except for a single 1 in each entry. For example, for a 3 x 2 matrix, a possible basis would be:
1) {{1, 0}, {0, 0}, {0, 0}}
2) {{0, 1}, {0, 0}, {0, 0}}
3) {{0, 0}, {1, 0}, {0, 0}}
4) {{0, 0}, {0, 1}, {0, 0}}
5) {{0, 0}, {0, 0}, {1, 0}}
6) {{0, 0}, {0, 0}, {0, 1}}
What is the dimension of the space of 2 x 2 matrices? Give a basis for this space. Answer the same question for the space of n x m matrices.
1 answer