"Show that V, the set of all square matrices whose trace is 0, form a subspace of $M_{n,n}$ (the set of all square matrices). What is its dimension?"
I have shown that $V$ is a subspace, but I do not know how to determine its dimension yet alone what a base of $V$ would possibly look like. Hints and solutions are appreciated!
Thanks.
A combinatorial proof: you can create a basis for this subspace considering the $n(n-1)$ matrices of the form $(\delta_{ij})$ for $j\neq i$ (which all have trace $0$) together with the $n-1$ matrices of the form $$\begin{pmatrix} 1 & 0 & 0 &\ldots & 0\\ 0 & -1 & 0 & \ldots & 0\\ 0 & 0 & 0 & \ddots & \vdots\\ \vdots & \vdots & \ddots & 0 & 0\\ 0 & 0 & \ldots & 0 & 0 \end{pmatrix}, \begin{pmatrix} 1 & 0 & 0 &\ldots & 0\\ 0 & 0 & 0 & \ldots & 0\\ 0 & 0 & -1 & \ddots & \vdots\\ \vdots & \vdots & \ddots & 0 & 0\\ 0 & 0 & \ldots & 0 & 0 \end{pmatrix}, ~\ldots ~, \begin{pmatrix} 1 & 0 & 0 &\ldots & 0\\ 0 & 0 & 0 & \ldots & 0\\ 0 & 0 & 0 & \ddots & \vdots\\ \vdots & \vdots & \ddots & 0 & 0\\ 0 & 0 & \ldots & 0 & -1 \end{pmatrix}$$
The dimension of this space is
$$n(n-1)+n-1=n^2-n+n-1=n^2-1.$$