Yankel
- 390
- 0
Hello
I was trying to find eigenvalues of a matrix. I calculated the characteristic polynomial by calculating (A-lambdaI) and then calculating it's determinant. The results was:
-\lambda ^{3}+8\lambda ^{2}-20\lambda +16
which is the correct calculation.
Now, the eigenvalues are 2,2,4, but I do not know, technically, how am I suppose to find it from:
-\lambda ^{3}+8\lambda ^{2}-20\lambda +16 = 0
I mean, how do I expand this polynomial into:
(\lambda -4)(\lambda -2)^{2}
assuming that I do not see it in my eyes immediately, is there some hint to look for ?
Just to supply all information, the matrix is:
\begin{pmatrix} 3 &2 &3 \\ -1 &0 &-3 \\ 1 &2 &5 \end{pmatrix}thanks !
I was trying to find eigenvalues of a matrix. I calculated the characteristic polynomial by calculating (A-lambdaI) and then calculating it's determinant. The results was:
-\lambda ^{3}+8\lambda ^{2}-20\lambda +16
which is the correct calculation.
Now, the eigenvalues are 2,2,4, but I do not know, technically, how am I suppose to find it from:
-\lambda ^{3}+8\lambda ^{2}-20\lambda +16 = 0
I mean, how do I expand this polynomial into:
(\lambda -4)(\lambda -2)^{2}
assuming that I do not see it in my eyes immediately, is there some hint to look for ?
Just to supply all information, the matrix is:
\begin{pmatrix} 3 &2 &3 \\ -1 &0 &-3 \\ 1 &2 &5 \end{pmatrix}thanks !