Skew symetric matries and basis

  • Thread starter Thread starter robierob12
  • Start date Start date
  • Tags Tags
    Basis
robierob12
Messages
48
Reaction score
0
Lately I have been been studying basis and demension.

For a more interesting problem I wanted to see if I could find the basis of the vector space of all 3x3 skew symetric matricies.

Usually, I can find a general form for these types of problem. Such as the general form of a symetric matricie. But skew symetric matricies seem to have more than one form

[0 a b]
[-a 0 c]
[-b -c 0]

and

[0 a -b]
[-a 0 -c]
[b c 0]

I proved that this form of a skew symetric matrice is a basis

[0 a b]
[-a 0 c]
[-b -c 0]

but is it true for the vector space of all 3x3 skew symetric matricies of that form or all skew symetric matricies?
 
Physics news on Phys.org
So you not see that those two forms you gave describe exactly the same set of matrices?

You proved what was a basis?
 
I see that they are both skew symetric but becuase the general form of the two looked different they may not fit all skew semetric matricies.

Iam trying to find a basis for the vector space of all 3x3 symetric matricies.

I used this as my set

0 1 0
-1 0 0
0 0 0

0 0 1
0 0 0
-1 0 0

0 0 0
0 0 1
0 -1 0
 
So you're trying to find a set of matrices such that every skew symmetric basis is a linear combination of them. Do you not see how to write any of the matrices in your first post in terms of those three things? Remember, you can multiply basis vectors by any scalar, including -a or -b or -c,...
 
You seem to be concerned that while the set containing
\left(\begin{array}{ccc}0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 0 \end{array}\right)
\left(\begin{array}{ccc}0 & 0 & 1 \\ 0 & 0 & 0 \\ -1 & 0 & 0 \end{array}\right)
and
\left(\begin{array}{ccc}0 & 0 & 0 \\ 0 & 0 & 1 \\ 0 & -1 & 0 \end{array}\right)

is a basis, so is the set containing
\left(\begin{array}{ccc}0 & -1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 0 \end{array}\right)
\left(\begin{array}{ccc}0 & 0 & -1 \\ 0 & 0 & 0 \\ 1 & 0 & 0 \end{array}\right)
and
\left(\begin{array}{ccc}0 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 0 \end{array}\right)

There is certainly no problem with that- any vector space has an infinite number of distinct bases!
 
I can't believe I didnt catch that. Thanks
 
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