4.2 Null space, Column space, and Linear Transformations
nullspace of a matrix A is set of all solutions to \( A\vec{x} = \vec{0} \)
\[ \text{Nul } A = \{ \vec{x} : \vec{x} \text{ is in } \mathbb{R}^n \text{ and } A\vec{x} = \vec{0} \} \]
If \( A \) is \( m \times n \) then \( \text{Nul } A \) is set of all vectors that are from \( \mathbb{R}^n \) to \( \mathbb{R}^m \).
\( \vec{0} \) in \( \mathbb{R}^m \)
\( A\vec{x} = \vec{0} \) defines null space implicitly. To solve explicitly, solve \( A\vec{x} = \vec{0} \).
Is null space of A a subspace?
- a). \( \vec{0} \) exists? Yes, because \( A\vec{0} = \vec{0} \)
- b). Closed under addition? For \( \vec{u}, \vec{v} \) such that \( A\vec{u} = \vec{0}, A\vec{v} = \vec{0} \).\[ A(\vec{u} + \vec{v}) = A\vec{u} + A\vec{v} = \vec{0} \]Yes, closed under addition.
- c). Closed under scalar multiplication? If \( A\vec{u} = \vec{0} \), then\[ A(c\vec{u}) = c A\vec{u} = \vec{0} \]Yes, closed.