Proof regarding skew symmetric matrices

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
nietzsche
Messages
185
Reaction score
0

Homework Statement



Show that if A is skew symmetric, then Ak is skew symmetric for any positive odd integer k.

Homework Equations





The Attempt at a Solution



Wow, I have no idea how to prove this. I'm guessing there's going to be induction involved. I know that the base case of k = 1 is true, because A1 = A, where A is skew symmetric. But after that, I don't know what to do at all.

Any suggestions on where to go from here?
 
Physics news on Phys.org
Dick said:
Skew-symmetric means A^(T)=(-A). (T=transpose). Does that help? Can you use that to show A^3 is skew-symmetric?

[tex] \begin{align*}<br /> A &= -A^T\\<br /> A^3 &= (-A^T)^3\\<br /> &= (-A^T)(-A^T)(-A^T)\\<br /> &= (A^2)^T(-A^T)\\<br /> &= (-AA^2)^T\\<br /> &= (-A^3)^T<br /> \end{align*}[/tex]

so A3 is skew symmetric.

Thanks again for your help Dick. Now, how can I go about proving this for the rest of the positive odd integers. Will induction work? I'm trying to think of a way to do it, but I'm stuck on the "odd" integers part.
 
Dick said:
Sure, induction will work. But that's probably overkill. (A^n)^T=(A^T)^n. Just factor out the (-1)^n.

OH...haha thanks very much. I tend to over analyze sometimes...