When is the gram matrix positive definite?

  • Context: Graduate 
  • Thread starter Thread starter perplexabot
  • Start date Start date
  • Tags Tags
    Matrix Positive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
perplexabot
Gold Member
Messages
328
Reaction score
5
Hey all. I know that [itex]A^TA[/itex] is positive semidefinite. Is it possible to achieve a positive definite matrix from such a matrix multiplication (taking into account that [itex]A[/itex] is NOT necessarily a square matrix)?
 
Physics news on Phys.org
##A^TA## is positive definite if and only if the columns of ##A## are linearly independent (equivalently, ##A## is left invertible).

PS. Of course, that is only true for real matrices, for complex matrices you need to replace ##A^TA## by ##A^*A## where ##A^*A## is the Hermitian adjoint of ##A##.
 
  • Like
Likes   Reactions: perplexabot
Hawkeye18 said:
##A^TA## is positive definite if and only if the columns of ##A## are linearly independent (equivalently, ##A## is left invertible).

PS. Of course, that is only true for real matrices, for complex matrices you need to replace ##A^TA## by ##A^*A## where ##A^*A## is the Hermitian adjoint of ##A##.
Wow, thank you.