Definition: Suppose $p=x^k+\sum_{i=0}^{k-1}a_i\cdot x^i\in F[x]$ is a monic polynomial. Then companion matrix of $p$ is $$\begin{bmatrix} & & & -a_0\\ 1& & &-a_1\\ &\ddots & & \vdots \\ & & 1& -a_{k-1}\\ \end{bmatrix}\in M_{k\times k}(F)$$
If $U$ is a linear operator on the finite-dimensional space $W$, then $U$ has a cyclic vector if and only if there is some ordered basis for $W$ in which $U$ is represented by the companion matrix of the minimal polynomial for $U$.
Proof: We have just observed that if $U$ has a cyclic vector, then there is such an ordered basis for $W$. Conversely, if we have some ordered basis $\{\alpha_1,…,\alpha_k\}$ for $W$ in which $U$ is represented by the companion matrix of its minimal polynomial, it is obvious that $\alpha_1$ is a cyclic vector for $U$.
Que: Let $\dim (W)=k$ and $U:W\to W$ be a linear operator. Let $m$ be minimal polynomial of $U$. Then $\deg (m)\leq k$. If $\deg (m)\lt k$, then matrix representation of $U$ with respect to some basis equal to companion matrix of $m$ don’t make sense, or is it?