Find the eigenvalues from the eigenvalues of a matrix

123 Views Asked by At

I don't understand this question how to solve it?

If the eigenvalues of a matrix $A$ are $\lambda_1 = 1, \lambda_2 = 4.79, \lambda_3 = 0.21 $

a) Find the eigenvalues of $A^{-1}$.
b) Find the eigenvalues of $A^2$.
c) Find the eigenvalues of $5A$.

2

There are 2 best solutions below

0
On

Hints (require some self work):

(1)See what happens when $A$ is diagonal.

(2) If $A$ is diagonalizable, then $A=PDP^{-1}$ when $D$ is diagonal.

0
On

HINT: Start with the fundamental eigenvector equation $Ax=\lambda x$. What do you get if you multiply both sides by $A^{-1}$? by $A$? by $5$?