First, we need to find the kernel of \( A^T \).
The transpose of \( A \) is:
\[ A^T = \begin{pmatrix} 1 & -2 & -1 \\ -2 & 4 & 2 \\ 2 & -3 & 0 \\ -1 & 5 & 7 \end{pmatrix} \]
We perform row reduction on \( A^T \):
\[
\begin{pmatrix}
1 & -2 & -1 \\
-2 & 4 & 2 \\
2
Show more…