[Math] Is each example a subspace or not? And dimension of subspace.

linear algebra

Let $M_2$ be the vector space of $2 \times 2$ matrices. For each collection of vectors, indicate whether or not it is a subspace of $M_2$. If it is a subspace, give the dimension. If it is not, give a reason why not.

$1)$ The space $U_2$ of upper-triangle matrices.

$2)$ The space $Gl_2$ of invertible matrices.

$3)$ The space $T_2$ of matrices $\begin{pmatrix} a &b \\ c &d \\ \end{pmatrix}$ satisfying $a+d=0$.


$1)$ I believe this is a subspace, because all upper $2\times 2$ matrices form a subspace of the vector space. Not sure what the $U_2$ part of this means. Is this even relevant? Isn't U normally echelon form notation. So, no idea what to say about the dimension.

$2)$ No idea whay $G$ and $l$ are supposed to be, so i'm not sure how to answer this.

$3)$


Obviously I'm having a hard time grasping the concept of subspace and the dimensions of subspace.

Best Answer

(i) You are right, the upper triangular matrices are a vector subspace of the vector space of $2\times 2$ matrices. But you need to prove this. Nothing hard involved, all we need to do is to show that (a) the sum of two upper triangular matrices is upper triangular, and (b) that an upper triangular matrix times a constant is upper triangular.

The full vector space of $2\times 2$ matrices is basically $\mathbb{R}_4$. But instead of writing the entries in the usual $(a,b,c,d)$ format, we write them as a $2\times 2$ array. So the space of $2\times 2$ matrices has a basis consisting of the $4$ matrices that have a $1$ in one place, and $0$'s elsewhere.

Three of these basis elements are upper triangular. So the space of upper triangular matrices has dimension at least $3$. And the dimension is definitely not $4$.

The name $U_2$is harmless, just a name.

(ii) The name is $GL_2$, meaning the general linear group. But don't worry about the name. It is, however, a standard name, and some other year you may learn more about $GL_n$. In this case, we have been told just enough about it to answer the question.

This is not a subspace of the space of $2\times 2$ matrices. To show this, it is enough to show either that there are two invertible matrices whose sum is not invertible, or that there is an invertible $2\times 2$ matrix $M$ and a constant $c$ such that $cM$ is not invertible.

Both are easy, and you only need to do one. Think $c=0$. Or think about adding together two diagonal matrices, one the identity matrix and the other $\dots$.

(iii) You need to show that the sum of two matrices of the shape described is of the shape described, and that a matrix of the shape described, times a constant, is of the shape described.

Basically, this subspace is the same as the set of all $3$-tuples of the shape %(a,b,c,-a)$.

To find the dimension, maybe show that the three matrices which if written "flat" are $(1,0,0,-1)$, $(0,1,0,0)$, and $(0,0,1,0)$ are of the right form, and linearly independent, and in our subspaxe. So the space has dimension at least $3$. But the dimension is not $4$, else it would be the whole space of $2\times 2$ matrices.