Ch02. Matrix Algebra
2.8 Subspaces of R to the Power n
Definition : Subspace of
A subspace of is any set in that has three properties:
- The zero vector is in .
- For each and in , the sum is in . : Addition
- For each in and each scalar , the vector is in . : Scalar Multiple
간단히는 vector space의 부분집합이라고 볼 수 있음.
A plane through the origin is the standard way to visualization the subspace in . See Fig. 1 below:
Example 1 :
If and are in and , then is a subspace of .
To verify this statement, note that the zero veocor is in (becuase is a linear combination of and ).
Solution.
- Now take two arbitrary vectors in , say,
and
Then
- which shows that is a linear combination of and and hence is in .
- Also, for any scalar , the vector is in , because .
Definition : Column Space
The column space of a matrix is the set of all linear combinations of the columns of .
- If with the columns of , then is the same as . Example 4 shows that the Column space of an matrix is a subspace of .
Example 4:
Let and .
Determine whether is in the column space of
Solution:
- The vector is a linear combination of the columns of if and only if can be written as for some , that is, if and only if the equation has a solution.
- Row reducing the augmented matrix ,
- We conclude that is consistent and is in .
Definition : Null Space
The null space of a matrix is the set of all solutions of the homogenous equation .
Theorem 12
The null space of an matrix is a subspace of . Equivalently, the set of all solutions of a systme of homogenous linear equations in unknowns is a subspace of .
Proof:
- The zero vector is in (becuase ).
- To show that satisfies that other two properties required for a subspace, take any and in .
- That is, suppose and . Then, by a property of matrix multiplication,
- Thus satisfies and so is in . Also, for any scalar ,, which shows that is in .
Definition : Basis
A basis for a subspace of is a linearly independent set in that spans .
Example 5
The columns of an invertible matrix form a basis for all of because they are linearly independent and span by the Invertible Matrix Theorem.
One such matrix is the identity matrix. Its columns are denoted by :
- The set is called the standard basis for . See Fig. 3 below.
Theorem 13:
The pivot columns of a matrix form a basis for the column space of .