Section 20.4 Examples
In this section.
Subsection 20.4.1 Determining a basis from a parametric expression
Example 20.4.1. From the discovery guide.
First, let's carry out some of the examples from Discovery 20.2.
-
In Discovery 20.2.c, we considered a certain subspace of R3.
An arbitrary vector in R3 requires three parameters to describe its three components: x=(a,b,c). If we restrict to just those vectors whose first and third components are equal, we can replace c by a, to get
x=(a,b,a)=(a,0,a)+(0,b,0)=a(1,0,1)+b(0,1,0).So a basis for this subspace of R3 is B={(1,0,1),(0,1,0)}, and the dimension is 2.
-
In Discovery 20.2.g, we considered a certain subspace of M2(R).
An arbitrary matrix in M2(R) requires four parameters to describe its four entries:
A=[abcd].If we restrict to those matrices whose entries sum to zero, so that a+b+c+d=0, then we can isolate d=−a−b−c and substitute that into the matrix:
A=[abc−a−b−c]=[a00−a]+[0b0−b]+[00c−c]=a[100−1]+b[010−1]+c[001−1].So this subspace of M2(R) has dimension 3, with basis
B={[100−1],[010−1],[001−1]}. -
In Discovery 20.2.j, we considered a certain subspace of P5(R).
An arbitrary polynomial in P5(R) requires six parameters, one for each power of x, along with a parameter for the constant term:
p(x)=a0+a1x+a2x2+a3x3+a4x4+a5x5.If we restrict to only odd polynomials, we need to eliminate the constant term and the even powers of x:
p(x)=a1x+a3x3+a5x5.(Equivalently, we have applied the homogeneous conditions a0=0, a2=0, and a4=0.) So this subspace of P5(R) has dimension 3, with basis B={x,x3,x5}.
Example 20.4.2. Dimensions of familiar spaces via parameters.
Now let's examine how the dimensions of our favourite example spaces relate to our parametric point of view. We considered specific examples of these in parts of Discovery 20.2, but here we'll work more generally.
- An arbitrary vector in Rn requires n parameters, one for each component:x=(x1,x2,…,xn).If we expanded this into a linear combination, each parameter would be attached to a standard basis vector ej. Since we've got n parameters and a corresponding n standard basis vectors, we havedimRn=n.
- An arbitrary m×n matrix in Mm×n(R) requires mn parameters, one for each entry:A=[aij],1≤i≤m,1≤j≤n.If we expanded this into a linear combination, each parameter would be attached to a standard basis matrix Eij, with zeros in all entries except for a single 1 in the (i,j)th entry. Since we've got mn parameters and a corresponding mn standard basis matrices, we havedimMm×n(R)=mn.
- An arbitrary polynomial in Pn(R), the space of polynomials of degree n or less, requires n+1 parameters, one for each power of x plus an extra one for the constant term:p(x)=a0+a1x+a2x2+⋯+anxn.This is already naturally expressed as a linear combination, and each parameter is attached to a polynomial from the standard basis B={1,x,x2,…,xn}. Since we've got n+1 parameters and a corresponding n+1 standard basis polynomials, we havedimPn(R)=n+1.
Example 20.4.3. The solution space of a homogeneous system.
In Remark 20.3.2, we noted how assigning parameters after row reducing a homogeneous system corresponded directly to a parameter-based procedure for determine the basis for a space. Let's illustrate this correspondence with an example.
Consider the homogeneous system in Discovery 2.4, which we solved in Example 2.4.4. In Example 17.4.8, we used the Subspace Test to verify that the solution set of a homogeneous system with an m×n coefficient matrix is a subspace of Rn. The system from Discovery 2.4 has a 4×4 coefficient matrix that we reduced:
Assigning parameters to free variables x2,x4, we obtained the general solution in parametric form:
We can use these expressions as components in a general solution vector, and expand it out to a linear combination, just as in the previous examples in this subsection:
Since two parameters are needed to describe the solution vectors for this system, the solution space has dimension 2, and a basis for this subspace is