I am trying to relate eigenvalues with singular values. In particular,

  • Context: Graduate 
  • Thread starter Thread starter sessomw5098
  • Start date Start date
  • Tags Tags
    Eigenvalues
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sessomw5098
Messages
7
Reaction score
0
I am trying to relate eigenvalues with singular values. In particular, I'm trying to show that for any eigenvalue of A, it is within range of the singular values of A. In other words,

smallestSingularValue(A) <= |anyEigenValue(A)| <= largestSingularValue(A).

I've tried using Schur decomposition, and then permuting the matrix so that the eigenvalues are ordered like the singular values. But I can't determine their relationship. Any help would be appreciated.
 
Physics news on Phys.org


The singular values of A are equal to square roots of the eigenvalues of A^T.A.

Eigenvalues only exist for square matrices. Singular values exist for rectangular matrices as well as square ones.
 


well, this is true:
smallestSingularvalue(T)*|v| <= |Tv| <= largestsingularvalue(T)*|v|
try proving that