Describe all solutions of Ax = 0 as Span(v1,v2...vp) for suitable vectors v1,v2,...,vp
A = \begin{bmatrix}1&-2&3&-6&5&0\\0&0&1&2&4&-6\\0&0&0&0&1&3\\0&0&0&0&0&0\end{bmatrix}
So, I know I'm looking for the null space here. Normally, I would use Gaussian Elimination and reduce to reduced row echelon form. However, I'm not sure what to do when the matrix looks like this. The last row is complete 0's and so the only thing I can come up with is
x_5 = -3x_6
and of course, I just have the other variables to build my solution. Does this mean that x_4,x_6 are free variables? How would I find the solution with that last row of 0's