Linear ALgebra: Showing negative definteness

N00813
Messages
31
Reaction score
0

Homework Statement



If M is a real anti-symmetric n x n matrix, M^2 is a real symmetric matrix. Show that M^2 is a non-positive matrix, i.e. x(transposed) M^2 x <= 0, for all vectors x.


Homework Equations



det(M) = (-1)^n det (M)

The Attempt at a Solution



I attempted to use the relevant equation above to find the determinant of M^2, and found that it is >=0. Diagonalising M^2 gives me the matrix of diagonal eigenvalues, which shares the same determinant as M^2. Thus, in the eigenvalue basis, I proved y(trans) D y >=0, which is the opposite of what the question wants.
 
Physics news on Phys.org
No need whatsoever for determinants or eigenvalues.

Hint: ##x^T M^2 x = (x^T M) (M x) = ?##
 
  • Like
Likes 1 person
1. Are you sure you didn't mistype that determinant formula?
2. anti-symmetry implies M^T = -M
 
jbunniii said:
No need whatsoever for determinants or eigenvalues.

Hint: ##x^T M^2 x = (x^T M) (M x) = ?##

= ##(M^T x)^T (Mx) = -(Mx)^T(Mx) = -|Mx|^2 <=0 ##

Thanks.
 
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