Is trace(A*A) always positive?

  • Context: Undergrad 
  • Thread starter Thread starter zeebek
  • Start date Start date
  • Tags Tags
    Positive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 6K views
zeebek
Messages
27
Reaction score
0
I have a feeling that for any n x n non-trivial matrix A, trace(A*A) is always positive.
Is it true?
 
Physics news on Phys.org
Nevermind, I found contre example.
 
@HallsofIvy: is this meant to be a counter-example? With this A, I get A*A=I (the identity matrix), which has trace equal to 2.

My proof: for an arbitrary matrix A, the product A*A is self-adjoint (because (A*A)*=A*A) and positive semidefinite (because [itex](A^*Av,v)=(A^*v,A^*v)=\|A^*v\|^2=\|Av\|^2[/itex]). Hence A*A has an orthonormal basis of eigenvectors, i.e. is diagonalizable with non-negative eigenvalues. The trace is then the sum of the eigenvalues, which is non-negative.
 
Now I understand that I was wrong. A*A is indeed positive semidefinite
thanks to everybody