suppose A is $n\times n$ diagonalizable matrix and that A has only 2, ad 4 as its eigenvalues. How would you show that $A^2=6A-8I$
I've tried using eigenvectors but Im really stuck on showing this
suppose A is $n\times n$ diagonalizable matrix and that A has only 2, ad 4 as its eigenvalues. How would you show that $A^2=6A-8I$
I've tried using eigenvectors but Im really stuck on showing this
Let $k$ be the multiplicity of 2 as an eigenvalue, then $n-k$ is the multiplicity of 4.
Diagonalizing $A$, with $P$ as a transition matrix, yields:
$$D=\begin{bmatrix} 2 & & & & & \\ & \ddots & & & & \\ & & 2 & & & \\ & & & 4 & & \\ & & & & \ddots & \\ & & & & & 4 \end{bmatrix} $$
With $k$ twos and $n-k$ fours.
Then $A^2$ is similar to (with the same transition matrix): $$ D^2=\begin{bmatrix} 4 & & & & & \\ & \ddots & & & & \\ & & 4 & & & \\ & & & 16 & & \\ & & & & \ddots & \\ & & & & & 16 \end{bmatrix}$$
Since the identity matrix commutes with all matrices, it commutes with $P$ and we find that $6A-8I$ is also similar to $D^2$ (with the same transition matrix) because $2\times 6 -8=4$ and $4\times 6 -8 =16$.
In the end, we found, $PA^2P^{-1} = P(6A-8I)P^{-1}$. Since $P$ is invertible, $A^2 = 6A-8I$ holds.