0

Is a complex matrix A such that A^k = I; the n×n identity matrix and where k>1 diagonalizable provided that 1 is not an eigenvalue of A.

1 Answers1

1

The polynomial $p(x) = x^k - 1$ has simple roots. Then any matrix $A$ such that $p(A) = 0$ is diagonalizable. Indeed, a non difficult theorem of linear algebra says that $A$ is diagonalizable iff its minimal polynomial $m_A(x)$ has simple roots. Then if $p(x)$ has simple roots and $p(A) = 0$ we get that also $m_A(x)$ has simple roots since $m_A(x)|p(x)$.

Holonomia
  • 2,543
  • But in case if k=2 won't the fact that A does not have eigenvalue 1 play a role ? – Jagdeep Singh Jun 24 '15 at 20:53
  • 1
    The fact that $A$ has 1 as eigenvalue or not is irrelevant if you want to know if a matrix which satisfies $A^k = I$ is diagonalizable: https://en.wikipedia.org/wiki/Minimal_polynomial_%28linear_algebra%29 – Holonomia Jun 24 '15 at 20:59