1
$\begingroup$

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 :)

  • 1
    You can write them as a single $3\times 3$ matrix when you consider the change of basis matrix (from the canonical basis to the basis $(v_1,v_2,v_3)$), not the set of vectors itself. As to your remark at the beginning, you perfectly can write $-1$. It's quite common to write the elements of the finite field $\mathbf F_p$ as $0,\pm 1,\pm 2,\dots\pm(p-1)$: it shortens many computations (viz the list of squares in $\mathbf F_p$).2017-02-18
  • 1
    Yes. three $3 \times 1$ vectors will determine a $3 \times 3$ matrix.2017-02-18
  • 0
    Thank you very much for explanations.2017-02-18

1 Answers 1

1

You have that $-1\equiv 2$ mod $3$, so yes, you may change it if you want. On the other hand, you can always write vectors as the columns of a matrix, but normally there is a reason to do it. For instance, if you wanted to see whether they are linearly independent or not (studying the rank of the matrix, for example). Or like Bernard said in the comments, you may take that as the change of basis matrix.

  • 0
    Thank you for answer! That means everything above is correct? Because I will take it in my notes for learning. Please let me know to be very sure.2017-02-18
  • 0
    Yes, @cnmesr it is correct2017-02-18