I have to check whether the vector b=
\begin{vmatrix} -2\\ 4\\ 5\\ 6\\ 6\\ \end{vmatrix}
belongs to the Column space of matrix A= \begin{bmatrix} 1 &1& 1& −2& 1\\ 1 &0 &2 &4 &2\\ 1 &0 &2 &5 &3\\ 1 &0 &2 &6 &4\\ 1 &0 &2 &6 &4\\ \end{bmatrix}
I know that it is a question whether the matrix |A| extended by vector b has a solution. Therefore we have [A|b]=
$$ \left[ \begin{array}{ccccc|c} 1 &1& 1& −2& 1& -2\\ 1 &0 &2 &4 &2&4\\ 1 &0 &2 &5 &3&5\\ 1 &0 &2 &6 &4&6\\ 1 &0 &2 &6 &4&6\\ \end{array} \right] $$
~after Gauss-Jordan elimination:
$$\left[ \begin{array}{ccccc|c} 1& 0& 2& 0& -2& 0\\ 0& 1& -1& 0& 5& 0\\ 0& 0& 0& 1& 1& 1\\ 0& 0& 0& 0& 0& 0\\ 0& 0& 0& 0& 0& 0\\ \end{array} \right] $$
So it proofs that the vector b belongs to the Column Space of matrix A? Because my prof. in his book gave the solution it doesn't. He make mistakes often but I'm not sure about it...