Question goes like this:
Determine Basis of subspace U of $\mathbb{Z}_3^2$ with $$ U := \left\langle\begin{pmatrix} 2 \\ 1 \end{pmatrix}, \begin{pmatrix} 1 \\ 2 \end{pmatrix}, \begin{pmatrix} 0 \\ 1 \end{pmatrix}, \begin{pmatrix} 17 \\ 0 \end{pmatrix}, \begin{pmatrix} 2 \\ 2 \end{pmatrix}, \begin{pmatrix} 0 \\ 2 \end{pmatrix} \right\rangle $$
I'm not 100% sure how to approach this question, but I know that $\operatorname{dim} U \leq 2$ and I tried to cancel out all the linear dependent vectors of the set.
I was then left with $\begin{pmatrix} 0 \\ 1 \end{pmatrix}, \begin{pmatrix} 17 \\ 0 \end{pmatrix}$ and $\begin{pmatrix} 17 \\ 0 \end{pmatrix}$ is basically $\begin{pmatrix} 2 \\ 0 \end{pmatrix}$ since we are in $\mathbb{Z}_3^2$, and if I multiply that by 2 I get $\begin{pmatrix} 4 \\ 0 \end{pmatrix}$ mod 3 which is $\begin{pmatrix} 1 \\ 0 \end{pmatrix}$ which is my e1 standard basis vector.
Am I correct? Is my basis $\left\langle \begin{pmatrix} 0 \\ 1 \end{pmatrix}, \begin{pmatrix} 17 \\ 0 \end{pmatrix}\right\rangle$ ?