We need to solve \(A\mathbf{x} = \mathbf{0}\text{.}\) Setting up the augmented matrix and row reducing:
\begin{equation*}
\left[\begin{array}{ccc|c}
1 \amp 2 \amp 3 \amp 0 \\
2 \amp 4 \amp 6 \amp 0
\end{array}\right]
\sim
\left[\begin{array}{ccc|c}
1 \amp 2 \amp 3 \amp 0 \\
0 \amp 0 \amp 0 \amp 0
\end{array}\right]
\end{equation*}
From the reduced form, we have \(x_1 + 2x_2 + 3x_3 = 0\text{,}\) so \(x_1 = -2x_2 - 3x_3\text{.}\) The variables \(x_2\) and \(x_3\) are free. Setting \(x_2 = s\) and \(x_3 = t\text{,}\) we get:
\begin{equation*}
\mathbf{x} = \begin{bmatrix} -2s - 3t \\ s \\ t \end{bmatrix}
= s\begin{bmatrix} -2 \\ 1 \\ 0 \end{bmatrix} + t\begin{bmatrix} -3 \\ 0 \\ 1 \end{bmatrix}
\end{equation*}
Therefore, the null space is
\begin{equation*}
\operatorname{Null}(A) = \operatorname{Span}\left\{\begin{bmatrix} -2 \\ 1 \\ 0 \end{bmatrix}, \begin{bmatrix} -3 \\ 0 \\ 1 \end{bmatrix}\right\}
\end{equation*}
which is a 2-dimensional subspace (a plane through the origin) in \(\mathbb{R}^3\text{.}\)