So given are 3 vectors in $\mathbb{Z}_{3}^{3}$:
$$v_{1}=\begin{pmatrix} 1\\ 1\\ 1 \end{pmatrix}, v_{2}=\begin{pmatrix} 1\\ 0\\ 0 \end{pmatrix}, v_{3}=\begin{pmatrix} 0\\ 1\\ -1 \end{pmatrix}$$
I first need to write them different because we are in $\mathbb{Z_{3}}$ where $-1$ is not allowed I think.
So we have the vectors:
$$v_{1}=\begin{pmatrix} 1\\ 1\\ 1 \end{pmatrix}, v_{2}=\begin{pmatrix} 1\\ 0\\ 0 \end{pmatrix}, v_{3}=\begin{pmatrix} 0\\ 1\\ 2 \end{pmatrix}$$
Now is my actual question, am I allowed to write these 3 vectors like this?
$$\begin{pmatrix} 1 & 1 & 0\\ 1 & 0 & 1\\ 1 & 0 & 2 \end{pmatrix}$$
So is it allowed to take these 3 vectors and convert them to a $3\times3$ matrix?
I have looked this up on the internet and I only got more confused. So a yes or no would be enough for me on this question. And maybe you can also tell me if I changed the vectors correctly (-1 to 2), thank you very much :)