Prove the property of skew symmetric matrix

frostshoxx
Messages
6
Reaction score
0

Homework Statement


Hi, I need to prove that if S is a skew-symmetric matrix with NXN dimension and B is any square real-valued matrix, therefore the product of transpose(B), S, and B is also askew symmetric matrix


Homework Equations


This is what I know so far.
1.Transpose(S) = -S within R^N
2. When N is odd number, S is invertible
3. The sum of all diagonal elements of S is 0


The Attempt at a Solution


1. I try to multiply Transpose(B) with S and then with B to see if all the diagonal elements of the product is 0. Apparently, it does not turn out as I thought.
 
Physics news on Phys.org
What is Transpose(AB) in terms of Transpose(A) and Transpose(B) for any matrices A and B? What is Transpose(Transpose(B)*S*B)?
 
Thank you for the quick post.

Tranpose (AB) = Transpose(A) * Transpose(B) for any A and Bmatrices.
Transpose( Transpose(B) * S * B) = B * Transpose(S) * Transpose(B).

Am I correct? What would be the next step to approach the end goal?
 
No. Transpose(AB)=Transpose(B)*Transpose(A). The order of the matrices is reversed.
 
Oh my mistake... so anyway, that would make Transpose (Transpose(B) * S * B) = Transpose(B) *Transpose(S) * B, correct?

How would this lead to the proof that Transpose(B) * S * B is a skew-symmetric matrix for S is a symmetric matrix and B is any square real-valued matrix?
 
frostshoxx said:
Oh my mistake... so anyway, that would make Transpose (Transpose(B) * S * B) = Transpose(B) *Transpose(S) * B, correct?

How would this lead to the proof that Transpose(B) * S * B is a skew-symmetric matrix for S is a symmetric matrix and B is any square real-valued matrix?

Now use Transpose(S)=(-S). A matrix is skew symmetric if that condition holds. So you just want to show that if C=Transpose(B)*S*B, then Tranpose(C)=-C.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top