Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

If $A∈M(n;\mathbb{R})$, let $A^t$ denote its transpose. A matrix $S\in M(n;\mathbb{R})$ is said to be skew-symmetric if $S^t = −S$. Pick out the true statements:

a. If S ∈ $M(n;\mathbb{R})$ is skew-symmetric and non-singular, then $n$ is even.

b. Let $G = \{T ∈ GL(n;\mathbb{R})\mid T^t ST = S$, for all skew-symmetric $S ∈ M(n;\mathbb{R}$}. Then $G$ is a subgroup of $GL(n;\mathbb{R})$.

c. Let $I_n$ and $O_n$ denote the $n \times n$ identity and null matrices respectively. Let $S$ be the $2n \times 2n$ matrix given in block form by $\left[\matrix{O_n&I_n\cr -I_n&O_n}\right]$.

If $X$ is a $2n×2n$ matrix such that $X^t S+SX = 0$, then the trace of $X$ is zero.

Please help anyone to solve the problem. My thinking as far:- (a) is true as every skew symmetric matrix of odd order is singular. For(b) & (c) no idea. Thanks.

share|improve this question
3  
Is this homework? If so, please use the homework tag. – Michael Albanese Sep 22 '12 at 6:44

1 Answer

up vote 3 down vote accepted

Hints:
(a) Note Aaron's hint (that $\det(A^t)=\det(A)$) and remember that $\det(\alpha A)=\alpha^n \det(A)$ for all $\alpha\in\mathbb{R}$.
(b) Remember that for $T\in\rm{GL}_n(\mathbb{R})$ we have $\left(T^{-1}\right)^t=\left(T^t\right)^{-1}$ and that for all $A,B\in \rm{M}_n(\mathbb{R})$, $B^tA^t=(AB)^t$. Now check the group axioms.
(c) What is $S^{-1}$? You can find it by checking smaller examples. What is $SXS^{-1}$? Compute this using small examples as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.