How to write basis for symmetric nxn matrices

Click For Summary
To write a basis for the space of nxn symmetric matrices, the dimension is calculated as (n/2)(n+1). A compact representation involves defining a canonical basis for nx1 vectors, which helps in constructing symmetric matrices. The basis includes n matrices with 1s on the main diagonal and n(n-1)/2 matrices with 1s in positions above the diagonal paired with corresponding positions below. For n=2, the basis consists of three matrices, while for n=3, there are six basis matrices. This method provides a clear and systematic approach to represent symmetric matrices efficiently.
Opus_723
Messages
175
Reaction score
3

Homework Statement



Write down a basis for the space of nxn symmetric matrices.



The Attempt at a Solution



I just need to know what the notation for this sort of thing is. I understand what the basis looks like, and I was even able to calculate that it would have dimension (n/2)(n+1), but I can't think of how you're supposed to compactly write down an answer for this that isn't simply a rambling paragraph. For a given n, I could simply write down a whole bunch of matrices with ones and zeros in appropriate places. But for a general n, I don't know what the format would be.
 
Physics news on Phys.org
You could start by defining the canonical basis for the space of nx1 vectors, say e_i = the column vector with a 1 in the i'th position and 0 everywhere else. You can use this to succinctly write the matrix that has a 1 in the (i,j) position and 0 everywhere else, and from there it's easy enough to write a basis for the space of nxn symmetric matrices.
 
First the are the n matrices with 1 at a single entry along the main diagonal and all other entries 0. Now there are n^2- n entries NOT on the main diagonal and so n(n-1)/2 entries above the diagonal. Put a 1 into anyone of those and a 1 in the corresponding position below the main diagonal. That will give you the n+ \frac{n(n-1)}{2}= \frac{2n+ n^2- n}{2}= \frac{n^2+ n}{2}= \frac{n(n+1)}{n} basis matrices.

If n= 2, 2(2+1)/2= 3 and the three basis matrices are
\begin{bmatrix}1 & 0 \\ 0 & 0 \end{bmatrix}\begin{bmatrix}0 & 0 \\ 0 & 1 \end{bmatrix}\begin{bmatrix}0 & 1 \\ 1 & 0 \end{bmatrix}

Now, you try to write out the 3(3+1)/2= 6 basis matrices for the 3 by 3 symmetric matrices.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

Replies
15
Views
2K
Replies
1
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 12 ·
Replies
12
Views
13K