Wednesday, November 25, 2015

linear algebra - eigenvalues of symmetric matrix

Suppose we have n×n symmetric matrix A with all diagonal entries zero and remaining entries are non negative. Let B be the matrix obtained from A by deleting its kth row and kth column and remaining entries of B are less equal the corresponding entries of A. Then the largest eigenvalue of B is less equal the largest eigenvalue of A and the smallest eigenvalue of A is less equal the smallest eigenvalue of B.

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