Find a basis for the vector space of symmetric matrices with an order of $n \times n$
This is my thought:
by definition of symmetry, $a_{i,j}=a_{j,i}$.
Therefore, the basis should consist ${n^2-n} \over 2$ matrices to determine each symmetric pair.
In addition, it should also consist $n$ matrices to determine each term in the diagonal.
Therefore, the dimension of the vector space is ${n^2+n} \over 2$.
It's not hard to write down the above mathematically (in case it's true).
Two questions:
- Am I right? Is that the desired basis?
- Is there a more efficent alternative to reprsent the basis?
Thanks!