Little question about 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
8 replies · 2K views
Kubilay Yazoglu
Messages
8
Reaction score
0
Hey there, I'm thinking about if one of the eigenvalues is zero (means determinant is 0. right?) So, is there any possibility to non-zero eigenvalue also exists?
 
Physics news on Phys.org
Well, now that I'm more inside of these things, I realized that I've asked a stupid question :D Of course there is.
 
mathwonk said:
another point of view is that eigenvalues are roots of the characteristic polynomial. so if one root is zero can other roots be non zero?
Yes
 
Well, you could have something like:
## \lambda^3 + 18\lambda^2 + 81\lambda##
Where you have eigenvalues ##\lambda_1 = 0## and ##\lambda_2 = -9##.
So, I certainly think you can have an eigenvalue of zero and other nonzero eigenvalues. And also, I'm not sure what you mean by the determinant being zero; to get a characteristic polynomial, you have to take the determinant and set it equal to zero to solve for the eigenvalues in the first place.
In other words, you find eigenvalues using:
##\det(A - \lambda I_A) = 0## (Given a matrix A and its identity matrix, IA).
 
*EDIT*
I misspoke above; I listed two eigenvalues, whereas a ##3 \times 3## matrix (with a cubic characteristic polynomial) would have three eigenvalues. Of course, in the case I listed above, two of the eigenvalues, ##\lambda_2## and ##\lambda_3## would be the same (λ2 = λ3 = -9). I was treating them as roots of a cubic, where (with three solutions) there are only two roots, given two of them are the same. In the context of matrix algebra, though, all eigenvalues should be accounted for.
 
Why is that a problem? Having zero determinant just means that it's not invertible.