The question is :
Find a 2 by 3 system $Ax=b$ whose complete solution is :
$$ x=\begin{bmatrix} 1 \\ 2 \\ 0 \\ \end{bmatrix}+w \begin{bmatrix} 1 \\ 3\\ 0\\ \end{bmatrix} $$
So I treated this as $x=x_p+x_n$ where the 2nd matrix is $x_n$
So I said to myself find a matrix such that it's nullspace is $\begin{bmatrix} 1 \\ 3\\ 0\\ \end{bmatrix} $ I found one but how can it relate it to the particular solution. I know that particular solution would be in the row space of A. But I couldn't manage to find a matrix which contains $ \begin{bmatrix} 1 \\ 2 \\ 0 \\ \end{bmatrix}$ in it's rowspace and $\begin{bmatrix} 1 \\ 3\\ 0\\ \end{bmatrix} $ in it's nullspace at the same time. What to do here, Help me out please.