Skip to main content
Logo image

Section 2.6 Subspace Basis and Dimension (EV6)

Subsection 2.6.1 Warm Up

Subsection 2.6.2 Class Activities

Observation 2.6.2.

Recall from section Section 2.3 that a subspace of a vector space is the result of spanning a set of vectors from that vector space.
Recall also that a linearly dependent set contains β€œredundant” vectors. For example, only two of the three vectors in Figure 14 are needed to span the planar subspace.

Activity 2.6.3.

Consider the subspace of R4 given by W=span{[2301],[201βˆ’1],[2βˆ’32βˆ’3],[15βˆ’10]}.
(a)
Mark the column of RREF[222130βˆ’35012βˆ’11βˆ’1βˆ’30] that shows that W’s spanning set is linearly dependent.
(b)
What would be the result of removing the vector that gave us this column?
  1. The set still spans W, and remains linearly dependent.
  2. The set still spans W, but is now also linearly independent.
  3. The set no longer spans W, and remains linearly dependent.
  4. The set no longer spans W, but is now linearly independent.

Definition 2.6.4.

Let W be a subspace of a vector space. A basis for W is a linearly independent set of vectors that spans W (but not necessarily the entire vector space).

Observation 2.6.5.

So given a set S={vβ†’1,…,vβ†’m}, to compute a basis for the subspace spanS, simply remove the vectors corresponding to the non-pivot columns of RREF[vβ†’1…vβ†’m]. For example, since
RREF[120124βˆ’2036βˆ’21]=[120100110000]
the subspace W=span{[123],[246],[0βˆ’2βˆ’2],[101]} has {[123],[0βˆ’2βˆ’2]} as a basis.

Observation 2.6.7.

Even though we found different bases for them, spanS and spanT are exactly the same subspace of R4, since
S={[2301],[201βˆ’1],[2βˆ’32βˆ’3],[15βˆ’10]}={[201βˆ’1],[2βˆ’32βˆ’3],[15βˆ’10],[2301]}=T.
Thus the basis for a subspace is not unique in general.

Definition 2.6.9.

The dimension of a vector space or subspace is equal to the size of any basis for the vector space.
As you’d expect, Rn has dimension n. For example, R3 has dimension 3 because any basis for R3 such as
{eβ†’1,eβ†’2,eβ†’3} and {[100],[010],[111]} and {[10βˆ’3],[2βˆ’21],[3βˆ’25]}
contains exactly three vectors.

Activity 2.6.10.

Consider the following subspace W of R4:
W=span{[100βˆ’1],[βˆ’2002],[βˆ’31βˆ’55],[12βˆ’315βˆ’18]}.

Activity 2.6.11.

The dimension of a subspace may be found by doing what with an appropriate RREF matrix?
  1. Count the rows.
  2. Count the non-pivot columns.
  3. Count the pivots.
  4. Add the number of pivot rows and pivot columns.

Subsection 2.6.3 Individual Practice

Activity 2.6.12.

In Observation 2.6.5, we found a basis for the subspace
W=span{[123],[246],[0βˆ’2βˆ’2],[101]}.
To do so, we use the results of the calculation:
RREF[120124βˆ’2036βˆ’21]=[120100110000]
to conclude that the set {[123],[0βˆ’2βˆ’2]}, the set of vectors corresponding to the pivot columns of the RREF, is a basis for W.
(a)
Explain why neither of the vectors [100],[010] are elements of W.
(b)
Explain why this shows that, in general, when we calculate a basis for W=span{vβ†’1,…,vβ†’n}, the pivot columns of RREF[vβ†’1…vβ†’n] themselves do not form a basis for W.

Subsection 2.6.4 Videos

Figure 17. Video: Finding a basis of a subspace and computing the dimension of a subspace

Subsection 2.6.5 Exercises

Subsection 2.6.6 Mathematical Writing Explorations

Exploration 2.6.13.

Prove each of the following statements is true.
  • If {bβ†’1,bβ†’2,…,bβ†’m} and {cβ†’1,cβ†’2,…,cβ†’n} are each a basis for a vector space V, then m=n.
  • If {vβ†’1,vβ†’2…,vβ†’n} is linearly independent, then so is {vβ†’1,vβ†’1+vβ†’2,…,vβ†’1+vβ†’2+β‹―+vβ†’n}.
  • Let V be a vector space of dimension n, and vβ†’βˆˆV. Then there exists a basis for V which contains vβ†’.

Exploration 2.6.14.

Suppose we have the set of all function f:S→R. We claim that this is a vector space under the usual operation of function addition and scalar multiplication. What is the dimension of this space for each choice of S below:
  • S={1}
  • S={1,2}
  • S={1,2,…,n}
  • S=R

Exploration 2.6.15.

Suppose you have the vector space V={(xyz)∈R3:x+y+z=1} with the operations (x1y1z1)βŠ•(x2y2z2)=(x1+x2βˆ’1y1+y2z1+z2) and Ξ±βŠ™(x1y1z1)=(Ξ±x1βˆ’Ξ±+1Ξ±y1Ξ±z1). Find a basis for V and determine it’s dimension.

Subsection 2.6.7 Sample Problem and Solution

Sample problem Example B.1.10.