Let $M = \{ A \in \mathbb{R}^{n \times n} | A^{T} = A \}$ be the space of symmetrical matrices. How do I calculate the dimension of this space?
As far as I understand the dimension of a space is equal to the number of vectors of the basis of the space. So for this space the Basis must have $n$ vectors, therefore my intuition is that the $dim(M)$ should be $=n$.
According to the solution of this exercise, the dimension is $\frac{n(n+1)}{2}$. I don't understand how to get there.
Can someone give a intuitive answer why my simple approach is wrong and how the solution makes sense?