I have code $C$ over $F_p$ with generator matrix which looks like
$G = \begin{pmatrix} 0 &0& 0& 1& 0& 1& 1 &1\\ 1& 0 &0& 0 &1 &0 &1& 1\\ 1& 1& 0& 0& 0& 1& 0& 1\\ 1 &1& 1& 0 &0 &0& 1 &0\end{pmatrix}$
I need to show that this code is not cyclic for any $p$.
I constructed vector which looks like $$(c_2+c_3+c_4, c_3+c_4, c_4, c_1, c_2, c_1+c_3, c_1+c_2+c_4, c_1+c_2+c_3)$$ and its shifts but it didn't help me a lot.
Does somebody have any ideas how it can be proven?
Consider the word $(3,2,1,1,1,2,3,3)$ in $C$, which is the sum of the four rows. Now consider the cyclically shifted word $(3,3,3,2,1,1,1,2)$. If the code would be cyclic, this must be again of the form $(c_2+c_3+c_4, c_3+c_4, c_4, \ldots ,c_1+c_2+c_3)$. Hence we would obtain \begin{align*} c_2+c_3+c_4 & =3 \\ c_3+c_4 & = 3 \\ c_4 & = 3 \end{align*} so that $c_2=c_3=0$, $c_4=3$. Furthermore $c_1=2$. But then it follows that $(3,3,3,2,1,1,1,2)=(3,3,3,2,0,2,5,2)$, a contradiction in any field, because of $0\neq 1$.