I am working on the following question in review for my algebra final:
Classify, up to similarity, the $3$ by $3$ matrices with coefficients in $\mathbb{Q}$ that satisfy $A^6=I$.
My work:
As $A^6 - I = 0$, we know that the minimal polynomial of $A$, $m_A(x)$ divides $x^6 - 1$. We factor
$$x^6 - 1 = (x^3 - 1)(x^3 + 1) = (x - 1)(x^2 + x + 1)(x + 1)(x^2 - x + 1).$$
Thus, the possible minimal polynomial must have degree of the matrix (which is $3$), so $m_A(x)=$
$1$. $(x-1)(x^2 + x + 1)$
$2$. $(x-1)(x^2 - x + 1)$
$3$. $(x+1)(x^2 - x + 1)$
$4$. $(x+1)(x^2 + x + 1)$
These have rational canonical forms
$$\begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & -1 \end{pmatrix} \quad \begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 1 \end{pmatrix} \quad \begin{pmatrix} -1 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 1 \end{pmatrix} \quad \begin{pmatrix} -1 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & -1 \end{pmatrix}$$
Is this correct? Edit: I forgot $I$.
I am also trying to find the number of classes if the matrices are over $\mathbb{C}$. My idea is that is is $6$ choose $3$ because over $\mathbb{C}$ there are 6 total roots, but the correct answer is apparently $56$??