3

A matrix $A$ is cyclic if there exists an integer $m$, s.t. $A^m=I$, where $I$ is the identity matrix. Then it's said that every complex cyclic matrix is diagonalizable.

I know if a matrix has distinct eigen-vectors, then it's diagonalizable. And the minimal polynomial of $A$ should be $X^m-1$, which means it may have different eigen-values, so it may have distinct eigen-vectors. But I don't know whether it's right. Hope someone could help. Thanks!

Yuyi Zhang
  • 1,442

1 Answers1

1

Indeed, every matrix satisfying $X^m = I$ will be diagonalizable. It suffices to note that a matrix is diagonalizable iff its minimal polynomial has no repeated factors (see this post for instance).

Ben Grossmann
  • 225,327