Linear Algebra - number of entries

Dafe
Messages
144
Reaction score
0

Homework Statement


a) How many entries can be chosen independently, in a symmetric matrix of order n?

b) How many entries can be chosen independently, in a skew-symmetric matrix of order n?

Homework Equations





The Attempt at a Solution



All I know are the definitions of a symmetric and a skew symmetric matrix.
I don't understand the problem, what does chosen independently mean? Is this a sum of some sort? Any hints are greatly appreciated!
 
Physics news on Phys.org
a) I think that all the entries in the first row of a symmetric matrix may be chosen independently. And I also think that the "last" entry is independent. (the bottom right corner entry).

b) I would think that all entries are independent in a skew-symmetric matrix..

anyone? Thank you.
 
It would have helped if you had given some reason why you "think" those things!

When you don't understand something, look at simple examples. If A is a 2 by 2 matrix, it can be written as
\left[\begin{array}{cc}a_{11} & a_{12} \\ a_{21} & a_{22}\end{array}\right]

If no other conditions on A are given, you would be free to choose the four numbers to be anything you want- you have "four independent choices".

Now suppose A is symmetric- that means a_{12}= a_{22}. You can still choose a_{11} and a_{22} to be anything you want and you can choose either a_{12} or a_{21} to be anything you want but as soon as you choose one of them the other must be the same- you have three independent choices.

Suppose A is skew-symmetric. Then a_{ij}= -a_{ji}. No, you are NOT free to choose all entries independently! For one thing, on the diagonal you must have a_{ii}= -a_{ii} which means each diagonal element must be 0! In our 2 by 2 case, a_{11}= a_{22}= 0. We can choose either a_{12} or a_{21} but once you have chosen one of them, the other is the negative of that. You have only one independent choice.

Some of the things you will have to figure out to do this: in an n by n matrix, how many entries are there on the main diagonal? How many entries are there above the main diagonal? How many entries are the below the main diagonal? Think about the definitions of "symmetric" and "skew-symmetric" to see why you need to know those numbers and the answers to these questions should be easy.
 
HallsofIvy said:
Some of the things you will have to figure out to do this: in an n by n matrix, how many entries are there on the main diagonal? How many entries are there above the main diagonal? How many entries are the below the main diagonal? Think about the definitions of "symmetric" and "skew-symmetric" to see why you need to know those numbers and the answers to these questions should be easy.

As it is never good to leave things unresolved, I will give this problem a try several months after posting it.

There are n entries on the main diagonal.
There are \frac{(n-1)n}{2} entries above/below the main diagonal.

I think of this as a triangle with width (n-1) and height n with area \frac{(n-1)n}{2}.

As mister HallsOfIvy writes, a skew-symmetric matrix has a_{ij} = -a_{ji}, which means that only the entries above or below the main diagonal can be chosen independently.
And thus the answer is:

\frac{(n-1)n}{2}

Thank you.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top