Null space of A and Null space of A Transpose

linear algebralinear-transformationsmatricesmatrix-calculusvector-spaces

Let $A$ be $m \times n$ matrix and after we gone through some elementary row operations we get $U$ which is Reduced row echelon form of $A$. Then can we say that $\text{Null}(A^T) = \text{Null}(U^T$)?

Best Answer

Let $A=\left(\begin{array}{cr}1&1\\1&1\end{array}\right)$. Its row echelon form is $U=\left(\begin{array}{cc}1&1\\0&0\end{array}\right)$.

The nullspace of $A^T=A$ is $\{(x,-x)^T\mid x\in\mathbb{R}\}$.

The nullspace of $U^T=\left(\begin{array}{cc}1&0\\1&0\end{array}\right)$ is the set $\{(0,y)^T\mid y\in\mathbb{R}\}$.