This is one question on my homework, and I can't seem to find how to solve it online (not sure how to word it in a search) or in the textbook.
Determine $a_{11}$ and $a_{22}$ for $$\begin{pmatrix} a_{11} & -2.4 \\ 1.6 & a_{22} \end{pmatrix}$$ if $\lambda_1 =2$, $\lambda_2 =5$ and $a_{11}>a_{22}$.
Thank you in advance for any help.
Since 4 and 5 are eigenvalues, we know that the characteristic polynomial is ($\lambda$ - 4)($\lambda$-5) = $\lambda^2 - 9 \lambda+20$. But if we compute the characteristic polynomial of the given matrix we get $\lambda^2 - (a_{11}+a_{22})\lambda + 3.84+a_{11}a_{22}$. So we have
$$ a_{11}+a_{22} = 9\\a_{11}a_{22} = 16.16$$
You can now solve for $a_{11}, a_{22}$.