Describe a basis for the vector space of symmetric n x n matrices. What is the dimension of this space?
|
|
HINT: If you know all of the elements on and above the diagonal of a symmetric matrix, you know the whole matrix. How many elements are there on or above the diagonal of an $n\times n$ matrix? Added: I can see that you're having trouble getting a handle on the vector space in question; perhaps this will help. Let $S_n$ be the space of $n\times n$ symmetric matrices. In the simplest case that isn't completely trivial, $n=2$, the elements of $S_2$ are matrices of the form $$\pmatrix{a&b\\b&c}\;.$$ Vector addition in $S_2$ is just ordinary matrix addition: $$\pmatrix{a_1&b_1\\b_1&c_1}+\pmatrix{a_2&b_2\\b_2&c_2}=\pmatrix{a_1+a_2&b_1+b_2\\b_1+b_2&c_1+c_2}\;.$$ Note that the result of this addition is still symmetric, so it really is in $S_2$. If it weren't, $S_2$ wouldn't be closed under addition and therefore wouldn't be a vector space after all. Scalar multiplication in $S_2$ is ordinary multiplication of a matrix by a scalar: $$\alpha\pmatrix{a&b\\b&c}=\pmatrix{\alpha a&\alpha b\\\alpha b&\alpha c}\;,$$ and again all's well, since the result is still in $S_2$. Here's a simple exercise to help you get more accustomed to working with this vector space.
|
|||||||||||||||||||
|
