Column Space and Nullspace
In this lecture we continue to study subspaces, particularly the column space and nullspace of a matrix.
Review of subspaces
A vector space is a collection of vectors which is closed under linear combinations. In other words, for any two vectors and in the space and any two real numbers and , the vector is also in the vector space. A subspace is a vector space contianed inside a vector space.
A plane containing and a line containing are both subspaces of . The union of those two subspaces is generally not a subspace, because the sum of a vector in and a vector in is probably not contained in . The intersection of two subspace and is a subspace. To prove this, use the fact that both and are closed under linear combinations to show that their intersection is closed under linear combinations.
Column space of A
The column space
of a matrix is the vector space made up of all linear combinations of the columns of .
Solving Ax = b
Given a matrix , for what vectors does have a solution ?
Then does not have a solution for every choice of because solving is equivalent to solving four linear equations in three unknowns. If there is a solution to , then must be a linear combination of the columns of . Only three columns cannot fill the entire four dimensional vector space, some vectors can not be expressed as linear combinations of columns of .
Big question: what 's allow to be solved?
A useful approach is to choose and find the vector corresponding to that solution. The components of are just the coefficients in a linear combination of columns of .
The system of linear equations is solvable
exactly when is a vector in the column space
of .
For our example matrix , what can we say about the column space of ? Are the columns of independent
? In other words, does each column contribute something new to the subspace?
The third column of is the sum of the first two columns, so does not add anything to the subspace. The column space of our matrix is a two dimensional subspace of .
Nullspace of A
The nullspace
of a matrix is the collection of all solutions to the equation .
The column space of the matrix in our example was a subspace of . The nullspace of is a subspace of . To see that it's a vector space, check that any sum or multiple of solutions to is also a solution:
In the example:
The nullspace consists of all multiples of ; column 1 plus column 2 minus column 3 equals the zero vector. This nullspace is a line in .
Other values of b
The solutions to the equation:
do not form a subspace. The zero vector is not a solution to this equation. The set of solutions forms a line in that passes through the points and but not .