Step 1: Find the RREF of \(A\)
From the computation, we get the RREF:
\begin{equation*}
R = \begin{bmatrix}
1 & 0 & -2 & 0 \\
0 & 1 & 1 & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0
\end{bmatrix}
\end{equation*}
The pivot columns are columns 1, 2, and 4.
Part 1: Basis for \(\operatorname{Row}(A)\)
The nonzero rows of
\(R\) form a basis for
\(\operatorname{Row}(A)\text{:}\)
\begin{equation*}
\text{Basis for } \operatorname{Row}(A) = \left\{\begin{bmatrix}1\\0\\-2\\0\end{bmatrix}, \begin{bmatrix}0\\1\\1\\0\end{bmatrix}, \begin{bmatrix}0\\0\\0\\1\end{bmatrix}\right\}
\end{equation*}
Therefore,
\(\dim(\operatorname{Row}(A)) = 3\text{.}\)
Part 2: Basis for \(\operatorname{Col}(A)\)
The pivot columns are columns 1, 2, and 4. We take the corresponding columns from the
original matrix \(A\text{:}\)
\begin{equation*}
\text{Basis for } \operatorname{Col}(A) = \left\{\begin{bmatrix}1\\0\\1\\-3\\3\end{bmatrix}, \begin{bmatrix}3\\1\\5\\0\\4\end{bmatrix}, \begin{bmatrix}3\\0\\3\\-1\\1\end{bmatrix}\right\}
\end{equation*}
Therefore,
\(\dim(\operatorname{Col}(A)) = 3\text{.}\)
Important Observation: Notice that
\(\dim(\operatorname{Row}(A)) = \dim(\operatorname{Col}(A)) = 3\text{.}\) This is not a coincidence! This common dimension is called the
rank of the matrix
\(A\text{.}\)
Part 3: Basis for \(\operatorname{Null}(A)\)
We need to solve
\(A\mathbf{x} = \mathbf{0}\text{,}\) or equivalently,
\(R\mathbf{x} = \mathbf{0}\text{.}\)
From the RREF, we have:
\begin{align*}
x_1 - 2x_3 &= 0\\
x_2 + x_3 &= 0\\
x_4 &= 0
\end{align*}
The free variable is \(x_3\text{.}\) Expressing the basic variables in terms of the free variable:
\begin{align*}
x_1 &= 2x_3\\
x_2 &= -x_3\\
x_3 &= x_3 \text{ (free)}\\
x_4 &= 0
\end{align*}
Setting
\(x_3 = t\text{,}\) we get:
\begin{equation*}
\mathbf{x} = \begin{bmatrix}2t\\-t\\t\\0\end{bmatrix} = t\begin{bmatrix}2\\-1\\1\\0\end{bmatrix}
\end{equation*}
Therefore, a basis for
\(\operatorname{Null}(A)\) is:
\begin{equation*}
\text{Basis for } \operatorname{Null}(A) = \left\{\begin{bmatrix}2\\-1\\1\\0\end{bmatrix}\right\}
\end{equation*}
Therefore,
\(\dim(\operatorname{Null}(A)) = 1\text{.}\)
-
\(\operatorname{Row}(A)\) has dimension 3, with basis formed by the nonzero rows of RREF
-
\(\operatorname{Col}(A)\) has dimension 3, with basis formed by columns 1, 2, and 4 of \(A\)
-
\(\operatorname{Null}(A)\) has dimension 1, with basis formed by the basic solution vector
-
Notice: \(\text{rank}(A) + \text{nullity}(A) = 3 + 1 = 4 = n\) (the Rank-Nullity Theorem!)