First year linear algebra level.
A is a matrix $$ \begin{bmatrix} -1&1&1&3\\ 2&-2&1&-3\\ 3&-3&-2&-8\\ \end{bmatrix} $$ Then describe the kernel of A as a span of linearly independent vectors. I reduced it to RREF: $$ \begin{bmatrix} 1&-1&0&-2\\ 0&0&1&1\\ 0&0&0&0\\ \end{bmatrix} $$ But I can't connect it to how it becomes the answer, which is: $$ span( \begin{bmatrix} 2\\0\\-1\\1 \end{bmatrix}, \begin{bmatrix} 1\\1\\0\\0\\ \end{bmatrix} ) $$ Also I'm not sure if the 2 is a typo on the answer sheet.