I have a $2\times 2$ matrix $A=\begin{pmatrix} 17 & 19\\ 9 & -7\end{pmatrix}$ and I need to verify that it is a solution of its own characteristic polynomial. How do I do that? I know to get the polynomial equation is $\det(A-\lambda I)=0$ but I tried factoring out the polynomial equation but $\lambda$ is not a real number? The equation I got is $\lambda^2 -10\lambda +38=0$?
2026-03-28 10:04:34.1774692274
Verify that a matrix is a solution of its own characteristic polynomial??
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You have $A=\left(\begin{smallmatrix}17&19\\9&-7\end{smallmatrix}\right)$ and its characteristic polynomial is $x^2-10x-290$. On the other hand $A^2=\left(\begin{smallmatrix}460 & 190 \\90 & 220\end{smallmatrix}\right)$ and $10A=\left(\begin{smallmatrix}170&190\\90&-70\end{smallmatrix}\right)$. So…