"Let $V=M_{2\times2}(\mathbb{R})$ denote the vectors space of all $2\times2$ matrices with real number entries. Determine which of the following subsets are subspaces of $V$. If it is a subspace, find its dimension
F) All $2\times2$ matrices $A$ such that $A^T=−A$, where $A^T$ is the transpose of $A$.
I found that this was indeed a subspace, however, I'm having problem determining its dimension. I found the number of free variables to be one, so, the dimension should be one right? Also, what is the basis of this subspace so I can make sure that I'm on the right track .
A matrix $A$ such that $A^T = -A$ is called skew-symmetric or antisymmetric. Such a matrix must have $0$ on its diagonal elements, and all the elements above the diagonal can be chosen freely as these determine the elements below (or vice-versa).
So indeed, for a $2 \times 2$ real skew-symmetric matrix, there is only one free choice and all such matrices are of the form $$\begin{pmatrix} 0 & a \\ -a & 0 \end{pmatrix}$$ for $a \in \mathbb R$. Thus the space does in fact have dimension $1$.
In general, the space of $n \times n$ skew-symmetric matrices over $\mathbb R$ has dimension $\frac{n(n-1)}{2}$ (try to convince yourself of this, if you'd like).