I'm wondering if someone can help me to understand this problem.
If $S$ is the subspace of $M_{4,4}(\mathbb{R})$ consisting of all matrices with trace $0$, what is $\dim(S)$?
I've created a matrix with trace $0$, but I can't seem to get the correct answer and I don't understand why.
This is my idea:
$$S = \left[\begin{array}{cccc}0&a&b&c\\d&0&e&f\\g&h&0&i\\j&k&l&0\end{array}\right]$$
Which would have $\dim(S) = 6$. (But this is not correct.)
I would appreciate any help with this.
Thanks,
Rusty
I'm gonna figure that you want 3x3 matrices, though it is easy to extend the answer to 4x4 matrices.
If S = $[a,b,c],[d,e,f],[g,h,i]$ and trace(S) = 0 then by inspection $a+e+i = 0$ so we only have two dimensions because the third diagonal element is determined by the other 2. The other 6 elements can take whatever value they want. So adding it up, it should be 8 dimensions.
EDIT: If you want 4x4 take what I had and extend it (it's easy to do) so you should have 4x4-1 = 15 dimensions.