I'm given that $T$ is the linear transformation $T:\mathbb{R}^5 \rightarrow \mathbb{R}^2$ defined by $T(x_1,x_2,x_3,x_4,x_5)=(x_1-2x_2+x_5,x_1+x_3)$.
I need to (if possible) find a subset of $S \subset N(T)$ that's a basis of the Null of $T$.
One of the given sets S that I need to solve for is $S = \{(2,1,-2,0,0),(0,1,0,0,2) \}.$
I don't recall going over this in class yet, and I can't find an example in my book, so I don't know how to go about this problem.
I'm guessing that I need to set up a matrix using the vectors given by $T$ and $S$. I just don't know what I'm supposed to do after that.
Any help is much appreciated.
It's always possible to find a subset of the null space of a linear transformation which forms a basis. This is a method that will work in general: $T$ corresponds to multiplication by the matrix $\begin{pmatrix}1&-2&0&0&1\\1&0&1&0&0\end{pmatrix}$.
Now row-reduce: $\to\begin{pmatrix}1&-2&0&0&1\\0&2&1&0&-1\end{pmatrix}\to\begin{pmatrix}1&-2&0&0&1\\0&1&1/2&0&-1/2\end{pmatrix}\to\begin{pmatrix}1&0&1&0&0\\0&1&1/2&0&-1\end{pmatrix}$.
At this point we "back-substitute": $x_2+1/2x_3-x_5=0\implies x_2=-1/2x_3+x_5$. And from the first row: $x_1+x_3=0\implies x_1=-x_3$.
So we have that $N(t)=\{(-x_3,-1/2x_3+x_5,x_3,x_4,x_5): x_3,x_4,x_5\in \Bbb R\}=\{x_3(-1,-1/2,1,0,0)+x_4(0,0,0,1,0)+x_5(0,1,0,0,1):x_3,x_4,x_5\in\Bbb R\}=\rm{span}\{(-1,-1/2,1,0,0),(0,0,0,1,0),(0,1,0,0,1)\}$.
Since the rank of the matrix is $2$, the nullity is $3$. Thus we have arrived at a basis.