I have looked at many answers on the internet regarding the relationship between rank and eigenvalues, and all of them contain complex calculations and descriptions too advanced for me, a beginner student of linear algebra, and do not really answer my question at hand, which is : is it possible to precisely determine the amount of non-zero eigenvalues of a matrix A simply by its rank r? There is a question in my textbook and vaguely alludes to this being the case, but it never actually goes into detail about the relationship between rank and eigenvalues.
2026-03-26 07:45:14.1774511114
On
If we know the rank of a matrix r, can we assume that will have precisely r non-zero eigenvalues?
154 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
I have looked at many answers on the internet regarding the relationship between rank and eigenvalues, and all of them contain complex calculations and descriptions too advanced for me, a beginner student of linear algebra
Supposing that the matrix is square and admits an eigendecomp then you would have $r$ eigenvalues right but there matrices with rank $r$ that aren't square and have $r$ singular values.
Consider the identity matrix in $3$ dimensions. It has rank $3$, but the characteristic polynomial is $(1-\lambda)^3$, which only has one root $\lambda=1$ of multiplicity $3$.