Thursday, May 31, 2018

matrices - Max eigenvalue of symmetric matrix and its relation to diagonal values

I saw few questions about it, but still can't understand.



Let A be a symmetric matrix and λmax its largest eigenvalue. Is the following true for all A?



λmaxaiii



That is, is the largest eigenvalue of a symmetric matrix always greater than any of its diagonal entries?




Is it somehow related to spectral radius and the following equation?



ρ(A)=max|λi|.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...