Is A Skew Symmetric?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 7K views
TTob
Messages
21
Reaction score
0
Let A in n x n real matrix.
For every x in R^n we have <Ax,x>=0 where < , > is scalar product.
prove that A^t=-A (A is skew symmetric matrix)
 
Physics news on Phys.org
TTob said:
Let A in n x n real matrix.
For every x in R^n we have <Ax,x>=0 where < , > is scalar product.
prove that A^t=-A (A is skew symmetric matrix)

Hi TTob! :smile:

Hint: just write out <Ax,x>=0 in terms of Aij etc …

then jiggle it around a bit! :smile:

What do you get?
 
Thank you.

note [tex]x=(x_1,...,x_n)[/tex] and [tex]A=(a_{ij})[/tex].
then [tex](Ax)_i=[/tex] [tex]\sum_{\substack{0\leq j\leq n}} a_{ij}x_j[/tex]
then
[tex]<Ax,x>=[/tex] [tex]\sum_{\substack{0\leq j\leq n \\ 0\leq i\leq n}} a_{ij}x_i x_j=0[/tex]

when you put [tex]x=e_i[/tex] you get [tex]a_{ii}=0[/tex] for all i.
when you put [tex]x=e_i+e_j[/tex] you get [tex]a_{ii}+a_{ij}+a_{ji}+a_{jj}=0[/tex] for all i,j .

so [tex]a_{ji}=-a_{ij}[/tex] for all i,j and then [tex]A^t=-A[/tex].
 
Or use the fact that <Ax, y>= <x, ATy>. (That is a more general definition of "adjoint")

From that, <Ax, x>= <x, ATx>. If A is skew-symmetric, <x, AT x>= -<Ax, x> so <Ax, x>= -<Ax, x> and <Ax, x>= 0.
 
HallsofIvy said:
… <Ax, x>= <x, ATx>. If A is skew-symmetric, <x, AT x>= -<Ax, x> so <Ax, x>= -<Ax, x> and <Ax, x>= 0.

Hi HallsofIvy! :smile:

erm …
I think you've proved the transpose of the original theorem! :wink: