Given the matrix characteristic polynomial coefficients. Is there a quick way to determine the rank of the matrix?
Answer
In general nothing can be said about rank of the matrix by merely looking at char polynomial. Take A=[0010]
RankA=1, though char polynomial is x2=0. But if your matrix is diagonalizable, ''effective degree'' of the characteristic polynomial is equal to the matrix rank, since for a diagonalizable matrix, rank turns out to be number of non zero eigenvalues.
No comments:
Post a Comment