Determine the null space of the following matrix

linear algebravector-spaces

Determine the null space of the following matrix:

$$\begin{bmatrix}
1 & 2 & -3& -1 \\
-2& -4 &6 &3
\end{bmatrix}$$

For this question, I reduced the row echelon form into $$\begin{bmatrix}
1 & 2 & -3& -1 \\
0& 0 &0 &1
\end{bmatrix},$$
but then I have no idea how to determine the null space, because there's no relationship between $x_1, x_2, x_3, x_4$.

Best Answer

Great that you have found a row echelon form.

From the second row, we can conclude that $x_4=0$.

Also, from there, and the first row of the row echelon form, we have

$$x_1+2x_2-3x_3=0$$

Now you have a relationship between the variables. Hopefully you can take it from here.