Given $k\in\mathbb{N}$, an invertible matrix $M$, and the equation:
$(M^{-1}AM)^k=3I$
I need to prove $A$ is a scalar matrix, without using eigenvalues. I understand why it's true, but can't prove it.
Given $k\in\mathbb{N}$, an invertible matrix $M$, and the equation:
$(M^{-1}AM)^k=3I$
I need to prove $A$ is a scalar matrix, without using eigenvalues. I understand why it's true, but can't prove it.
As noted in the other answers it is easy to show that $A^k$ must be a scalar matrix. But note that this does not means that $A$ is also a scalar matrix. As a counterexample use: $$ A=\begin{bmatrix} 1&1\\2&-1 \end{bmatrix} $$ for $k=2$.