Prove Symmetric Matrixes Thm: A=0 or Skew Symmetric

  • Thread starter Thread starter blue_m
  • Start date Start date
  • Tags Tags
    Symmetric
blue_m
Messages
1
Reaction score
0
I need to prove the following.
1. A is a symmetric matrix, and x(transpose)*A*x=0 for all x (belongs to R^n) if and only if A=0.
2. x(transpose)*A*x=0 for all x (belongs to R^n), if and only if A is skew symmetric.
 
Physics news on Phys.org
I can suggest that for the second one that you transpose both sides
and use the A(transposed) = -A property so that
x(transpose)*A*x = 0 = -(x(tranpose)*A*x)
so those two can equal 0 if and only if A is 0
 
For the first one, sufficiency is obvious. For necessity, either, write the explicit quadratic polynomial and plug in all values of x. Only possibility is the zero polynomial. Alternatively, Assume your A=V\Lambda V^{-1} is diagonalizable with some Jordan blocks (possibly with size k \times k). And use the structure of the Jordan blocks.
 
Back
Top