Ch04 Vector Spaces
4.2 Null Spaces, Column Spaces, and Linear Transformations
Definition : Null Space
The null space of an matrix , written as Nul , is the set of all solutions of the homogeneous equation . In set notation,
Theorem 2
The null space of an matrix is a subspace of . Equivalently, the set of all solutions to a system of homogeneous linear equations in unknowns is a subspace of .
Proof
- Nul is a subset of because has columns.
- We need to show that Nul satisfies the three properties of a subspace.
- is in Nul .
- Next, let and represent any two vectors in Nul .
- Then
- To show that is in Nul , we must show that .
- Using a property of matrix multiplication, compute
- Thus is in Nul , and Nul is closed under vector addition.
- Finally, if is any scalar, then which shows that is in Nul .
An Explicit Description of Nul A
- There is no obvious relation between vectors in Nul and the entries in .
- We say that Nul is defined implicitly, because it is defined by a condition that must be checked.
- No explicit list or description of the elements in Nul is given.
- Solving the equation amounts to producing an explicit description of Nul .
Example 3:
Find a spanning set for the null space of the matrix
Solution:
- The first step is to find the general solution of in terms of free variables.
- Row reduce the augmented matrix to reduce echelon form in order to write the basic variables in terms of the free variables:
- The general solution is , with , and free.
Next, decompose the vector giving the general solution into a linear combination of vectors where the weights are the free variables. That is,
Every linear combination of , , and is an element of Nul .
- Thus is a spanning set for Nul .
- The spanning set produced by the method in Example (3) is automatically linearly independent because the free variables are the weights on the spanning vectors.
- When Nul contains nonzero vectors, the number of vectors in the spanning set for Nul equals the number of free variables in the equation .
Definition : Column Space
The column space of an matrix , written as Col , is the set of all linear combinations of the columns of . If , then
Theorem 3:
The column space of an matrix is a subspace of .
- A typical vector in Col can be written as for some because the notation stands for a linear combination of the columns of . That is,
- The notation for vectors in Col also shows that Col is the range of the linear transformation .
- The column space of an matrix is all of if and only if the equation has a solution for each b in .
Example 7
Let , , and .
- A)Determine if is in Nul . Could be in Col ?
- B)Determine if is in Col . Could be in Nul ?
Solution
A)
- An explicit description of Nul is not needed here. Simply compute the product .
- is not a solution of , so is not in Nul .
- Also, with four entries, could not possibly be in Col , since Col is a subspace of .
B)
- Reduce to an echelon form.
- The equation is consistent, so is in Col .
- With only three entries, could not possibly be in Nul , since Nul A is a subspace of
Contrast Between Nul and Col for an by Matrix
Nul | Col |
---|---|
Nul is a subspace of | Col is a subspace of |
Nul is implicitly defined; i.e., you are given only a condition () that vectors in Nul must satisfy | Col is explicitly defined; i.e., you are told how to build vectors in Col . |
It takes time to find vectors in Nul . Row operations on are requried. | It is easy to find vectors in Col . The columns of are displayed; others are formed from them. |
There is no obvious relation between Nul and entries in . | There is an obvious relation between Col and the entries in , since each column of is in Col . |
A typical vector in Nul has the property that . | A typical vector in Col has the property that the equation is consistent. |
Given a specific vector , it is easy to tell if is in Nul . Just compare . | Given a specific vector , it may take time to tell if is in Col . Row operation on are required. |
Nul if and only if the equation has only the trivial solution. | Col if and only if the equation has a solution for every in . |
Nul if and only if the linear transformation is one-to-one. | Col if and only if the linear transformation maps onto . |
Kernel and Range of a Linear Transformation
Subspaces of vector spaces other than are often described in terms of a linear transformation instead of a matrix.
Definition : Linear Transformation
A linear transformation from a vector space into a vector space is a rule that assigns to each vector in a unique vector in , such that
- for all , in , and
- for all in and all scalars .
Definition : Kernel
The kernel (or null space) of such a is the set of all in such that (the zero vector in ).
- The kernel of is a subspace of .
Definition : Range
The range of is the set of all vectors in of the form for some in .
- The range of is a subspace of .