Consider the polynomial $$ x^3-x^2-1. $$ Its largest root is $$ x_0\approx 1.466. $$ Moreover, $x^3-x^2-1$ is the characteristic polynomial of the matrix $$ A=\begin{pmatrix}1 & 1 & 0\\0 & 0 & 1\\1 & 0 & 0\end{pmatrix}. $$
Next, consider $x_0^2\approx 1.466^2$. This is the largest root of $$ x^3-x^2-2x-1 $$ which is the characteristic polynomial of the matrix $$ \begin{pmatrix}1 & 1 & 1\\1 & 0 & 0\\1 & 1 & 0\end{pmatrix}=A^2. $$
Next $x_0^3$ which is the largest root of $$ x^3-4x^2+3x-1 $$ which is the characteristic polynomial of $$ \begin{pmatrix}2 & 1 & 1\\1 & 1 & 0\\1 & 1 & 1\end{pmatrix}=A^3 $$
I think that, in general, for $a\geq 1$, we have that $x_0^a$ is the largest root of the characteristic polynomial of the matrix $A^a$.
Correct?
I don't know if that helps but here are the $32$ possible polynomials for $3\times 3$ matrix with $\{0,1\}$ entries.
The numbers on the right are binaries entries in flat mode. For instance $140=010001100$ will stand for matrix $((0,1,0),(0,0,1),(1,0,0))$.