4 Vector Spaces

4.1 The Vector Space R3

Here we take a fresh look—from the viewpoint of linear algebra—at the familiar 3-dimensional space of the physical world around us (and of multivariable calculus). This review, combining old and new ideas, will provide an introduction to basic concepts that are explored further in subsequent sections of the chapter.

We define three-dimensional coordinate space R3R3 to be the set of all ordered triples (a, b, c) of real numbers. In ordinary language, the elements of R3R3 are called points. The numbers a, b, and c are called the coordinates of the point P(a, b, c) and can be regarded as specifying the location of P in a fixed xyz-coordinate system.

The location of the point P can also be specified by means of the arrow or directed line segment (Fig. 4.1.1) that points from the origin (its initial point) to P (its terminal point). Arrows are often used in physics to represent vector quantities, such as force and velocity, that possess both magnitude and direction. For instance, the velocity vector v of a point moving in space may be represented by an arrow that points in the direction of its motion, with the length of the arrow being equal to the speed of the moving point. If we locate this arrow with its initial point at the origin O, then its direction and length are determined by its terminal point (a, b, c). But the arrow is merely a pictorial object; the mathematical object associated with the vector v is simply the point (a, b, c). For this reason, it is customary to use the words point and vector interchangeably for elements of 3-space R3R3 and thus to refer either to the point (a, b, c) or to the vector (a, b, c).

FIGURE 4.1.1.

The arrow OPOP representing the vector v=(a,b,c)v=(a,b,c).

Thus “a vector is a point is a vector,” but vector terminology often aids us in visualizing geometric relationships between different points. The point P(a, b, c) determines the vector v=(a,b,c)v=(a,b,c) in R3R3, and v is represented geometrically (as in Fig. 4.1.1) by the position vector OPOP from the origin O(0, 0, 0) to P—or equally well by any parallel translate of this arrow. What is important about an arrow usually is not where it is, but how long it is and which way it points.

As in Section 3.4, we adopt the convention that the vector v with components v1, v2v1, v2, and v3v3 may be written interchangeably as either

v=(v1,v2,v3)orv=[v1v2v3]
v=(v1,v2,v3)orv=v1v2v3

with the column matrix regarded as just another symbol representing one and the same ordered triple of real numbers. Then the following definitions of addition of vectors and of multiplication of vectors by scalars are consistent with the matrix operations defined in Section 3.4.

Thus we add vectors by adding corresponding components—that is, by componentwise addition (just as we add matrices). For instance, the sum of the vectors u=(4,3,5)u=(4,3,5) and v=(5,2,15)v=(5,2,15) is the vector

u+v=(4,3,5)+(5,2,15)=(45,3+2,5+15)=(1,5,10).
u+v=(4,3,5)+(5,2,15)=(45,3+2,5+15)=(1,5,10).

The geometric representation of vectors as arrows often converts an algebraic relation into a picture that is readily understood and remembered. Addition of vectors is defined algebraically by Eq. (1). The geometric interpretation of vector addition is the triangle law of addition illustrated in Fig. 4.1.2 (for the case of 2-dimensional vectors in the plane), where the labeled lengths indicate why this interpretation is valid. An equivalent interpretation is the parallelogram law of addition, illustrated in Fig. 4.1.3.

FIGURE 4.1.2.

The triangle law of vector addition.

FIGURE 4.1.3.

The parallelogram law of vector addition.

Multiplication of a vector by a scalar (a real number) is also defined in a componentwise manner.

The length |v||v| of the vector v=(a,b,c)v=(a,b,c) is defined to be the distance of the point P(a, b, c) from the origin,

|v|=a2+b2+c2.
|v|=a2+b2+c2.
(3)

The length of cv is |c||c| times the length of v. For instance, if v=(4,3,12)v=(4,3,12), then

(7)v=(74,73,7(12))=(28,21,84),|v|=(4)2+(3)2+(12)2=169=13,and|7v|=|7||v|=713=91.
(7)v|v||7v|===(74,73,7(12))=(28,21,84),(4)2+(3)2+(12)2=169=13,and|7||v|=713=91.

The geometric interpretation of scalar multiplication is that cv is a vector of length |c||v||c||v|, with the same direction as v if c>0c>0 but the opposite direction if c<0c<0 (Fig. 4.1.4).

FIGURE 4.1.4.

The vector cu may have the same direction as u or the opposite direction.

With vector addition and multiplication by scalars defined as in (1) and (2), R3R3 is a vector space. That is, these operations satisfy the conditions in (a)–(h) of the following theorem.

Of course, 0=(0,0,0)0=(0,0,0) denotes the zero vector in (c) and (d), and u=(1)uu=(1)u in (d). Each of properties (a)–(h) in Theorem 1 is readily verified in a componentwise manner. For instance, if u=(u1,u2,u3)u=(u1,u2,u3) and v=(v1,v2,v3)v=(v1,v2,v3), then use of the (ordinary) distributive law of real numbers gives

r(u+v)=r(u1+v1,u2+v2,u3+v3)=(r(u1+v1),r(u2+v2),r(u3+v3))=(ru1+rv1,ru2+rv2,ru3+rv3)=(ru1,ru2,ru3)+(rv1,rv2,rv3)=r(u1,u2,u3)+r(v1,v2,v3)=ru+rv,
r(u+v)=====r(u1+v1,u2+v2,u3+v3)(r(u1+v1),r(u2+v2),r(u3+v3))(ru1+rv1,ru2+rv2,ru3+rv3)(ru1,ru2,ru3)+(rv1,rv2,rv3)r(u1,u2,u3)+r(v1,v2,v3)=ru+rv,

so we have verified property (e).

The Vector Space R2

The familiar coordinate plane R2R2 is the set of all ordered pairs (a, b) of real numbers. We may regard R2R2 as the xy-plane in R3R3 by identifying (a, b) with the vector (a, b, 0) in R3R3. Then R2R2 is simply the set of all 3-dimensional vectors that have third component 0.

Clearly, the sum of any two vectors in R2R2 is again a vector in R2R2, as is any scalar multiple of a vector in R2R2. Indeed, vectors in R2R2 satisfy all the properties of a vector space enumerated in Theorem 1. Consequently, the plane R2R2 is a vector space in its own right.

The two vectors u and v are collinear—they lie on the same line through the origin and hence point either in the same direction (Fig. 4.1.5) or in opposite directions—if and only if one is a scalar multiple of the other; that is, either

u=cvorv=cu,
u=cvorv=cu,
(4)

for some scalar c. The scalar c merely adjusts the length and direction of one vector to fit the other. If u and v are nonzero vectors, then c=±|u|/|v|c=±|u|/|v| in the first relation, with c being positive if the two vectors point in the same direction, negative otherwise.

FIGURE 4.1.5.

Two linearly dependent vectors u and v.

If one of the relations in (4) holds for some scalar c, then we say that the two vectors are linearly dependent. Note that if u=0u=0 while v0,v0, then u=0vu=0v but v is not a scalar multiple of u. (Why?) Thus, if precisely one of the two vectors u and v is the zero vector, then u and v are linearly dependent, but only one of the two relations in (4) holds.

If u and v are linearly dependent vectors with u=cvu=cv (for instance), then 1u+(c)v=0.1u+(c)v=0. Thus there exist scalars a and b not both zero such that

au+bv=0.
au+bv=0.
(5)

Conversely, suppose that Eq. (5) holds with a and b not both zero. If a0a0 (for instance) then we can solve for

u=bav=cv
u=bav=cv

with c=b/ac=b/a, so it follows that u and v are linearly dependent. Therefore, we have proved the following theorem.

The most interesting pairs of vectors are those that are not linearly dependent. The two vectors u and v are said to be linearly independent provided that they are not linearly dependent. Thus u and v are linearly independent if and only if neither is a scalar multiple of the other. By Theorem 2 this is equivalent to the following statement:

The two vectors u and v are linearlyindependent if and only if the relationau+bv=0implies that a=b=0.
The two vectors u and v are linearlyindependent if and only if the relationau+bv=0implies that a=b=0.
(5)

Thus the vectors u and v are linearly independent provided that no nontrivial linear combination of them is equal to the zero vector.

Example 1

If u=(3,2),v=(6,4),u=(3,2),v=(6,4), and w=(5,7),w=(5,7), then u and v are linearly dependent, because v=2uv=2u. On the other hand, u and w are linearly independent. Here is an argument to establish this fact: Suppose that there were scalars a and b such that

au+bw=0.
au+bw=0.

Then

a(3,2)+b(5,7)=0,
a(3,2)+b(5,7)=0,

and thus we get the simultaneous equations

3a+5b=02a7b=0.
3a+5b2a7b==00.

It is now easy to show that a=b=0a=b=0 is the (unique) solution of this system. This shows that whenever

au+bw=0,
au+bw=0,

it follows that a=b=0a=b=0. Therefore, u and w are linearly independent.

Alternatively, we could prove that u and w are linearly independent by showing that neither is a scalar multiple of the other (because 53725372).

The most important property of linearly independent pairs of plane vectors is this: If u and v are linearly independent vectors in the plane, then any third vector w in R2R2 can be expressed as a linear combination of u and v. That is, there exist scalars a and b such that w=au+bvw=au+bv (Fig. 4.1.6). This is a statement that the two linearly independent vectors u and v suffice (in an obvious sense) to “generate” the whole plane R2R2. This general fact—which Section 4.3 discusses in a broader context—is illustrated computationally by the following example.

FIGURE 4.1.6.

The vector w as a linear combination of the two linearly independent vectors u and v.

Example 2

Express the vector w=(11,4)w=(11,4) as a linear combination of the vectors u=(3,2)u=(3,2) and v=(2,7)v=(2,7).

Solution

We want to find numbers a and b such that au+bv=wau+bv=w; that is,

a=[32]+b[27]=[114].
a=[32]+b[27]=[114].

This vector equation is equivalent to the 2×22×2 linear system

[3227][ab]=[114],
[3227][ab]=[114],

which (using Gaussian elimination or Cramer’s rule) we readily solve for a=5, b=2a=5, b=2. Thus w=5u+2vw=5u+2v.

Linear Independence in R3

We have said that the two vectors are linearly dependent provided that they lie on the same line through the origin. For three vectors u=(u1,u2,u3), v=(v1,v2,v3)u=(u1,u2,u3), v=(v1,v2,v3), and w=(w1,w2,w3)w=(w1,w2,w3) in space, the analogous condition is that the three points (u1,u2,u3), (v1,v2,v3)(u1,u2,u3), (v1,v2,v3), and (w1,w2,w3)(w1,w2,w3) lie in the same plane through the origin in R3R3. Given u, v, and w, how can we determine whether the vectors u, v, and w are coplanar? The key to the answer is the following observation: If r and s are scalars, then the parallelogram law of addition implies that the vectors u, v, and ru+svru+sv are coplanar; specifically, they lie in the plane through the origin that is determined by the parallelogram with vertices 0, ru, sv, and ru+sv.ru+sv. Thus any linear combination of u and v is coplanar with u and v. This is the motivation for our next definition.

Note that each of the three equations in (6) implies that there exist three scalars a, b, and c not all zero such that

au+bv+cw=0.
au+bv+cw=0.
(7)

For if w=ru+svw=ru+sv (for instance), then

ru+sv+(1)w=0,
ru+sv+(1)w=0,

so we can take a=r, b=sa=r, b=s, and c=10c=10. Conversely, suppose that (7) holds with a, b, and c not all zero. If c0c0 (for instance), then we can solve for

w=acubcv=ru+sv
w=acubcv=ru+sv

with r=a/cr=a/c and s=b/cs=b/c, so it follows that the three vectors u, v, and w are linearly dependent. Therefore, we have proved the following theorem.

The three vectors u, v, and w are called linearly independent provided that they are not linearly dependent. Thus u, v, and w are linearly independent if and only if neither of them is a linear combination of the other two. As a consequence of Theorem 3, this is equivalent to the following statement:

The  vectors u, v, and w are linearlyindependent if and only if the relationau+bv+cw=0implies that a=b=c=0.
The  vectors u, v, and w are linearlyindependent if and only if the relationau+bv+cw=0implies that a=b=c=0.
(7)

Thus the three vectors u, v, and w are linearly independent provided that no nontrivial linear combination of them is equal to the zero vector.

Given two vectors, we can see at a glance whether either is a scalar multiple of the other. By contrast, it is not evident at a glance whether or not three given vectors in R3R3 are linearly independent. The following theorem provides one way to resolve this question.

Hence, in order to determine whether or not three given vectors u, v, and w are linearly independent, we can calculate the determinant in (8). In practice, however, it is usually more efficient to set up and solve the linear system in (9). If we obtain only the trivial solution a=b=c=0a=b=c=0, then the three given vectors are linearly independent. But if we find a nontrivial solution, we then can express one of the vectors as a linear combination of the other two and thus see how the three vectors are linearly dependent.

Example 3

To determine whether the three vectors u=(1,2,3), v=(3,1,2)u=(1,2,3), v=(3,1,2), and w=(5,5,6)w=(5,5,6) are linearly independent or dependent, we need to solve the system

au+bv+cw=[135215326][abc]=[000].
au+bv+cw=123312556abc=000.

By Gaussian elimination, we readily reduce this system to the echelon form

[135013000][abc]=[000].
100310530abc=000.

Therefore, we can choose c=1c=1, and it follows that b=3c=3b=3c=3 and a=3b5c=4a=3b5c=4. Therefore,

4u+(3)v+w=0,
4u+(3)v+w=0,

and hence u, v, and w are linearly dependent, with w=4u+3vw=4u+3v.

Basis Vectors in R3

Perhaps the most familiar triple of linearly independent vectors in R3R3 consists of the basic unit vectors

i=(1,0,0),j=(0,1,0),andk=(0,0,1).
i=(1,0,0),j=(0,1,0),andk=(0,0,1).
(10)

When represented by arrows with the initial points at the origin, these three vectors point in the positive directions along the three coordinate axes (Fig. 4.1.7). The expression

v=ai+bj+ck=(a,b,c)
v=ai+bj+ck=(a,b,c)

FIGURE 4.1.7.

The basic unit vectors i, j, and k.

shows both that

  • the three vectors i, j, and k are linearly independent (because v=0v=0 immediately implies a=b=c=0a=b=c=0), and that

  • any vector in R3R3 can be expressed as a linear combination of i, j, and k.

A basis for R3R3 is a triple u, v, w of vectors such that every vector t in R3R3 can be expressed as a linear combination

t=au+bv+cw
t=au+bv+cw
(11)

of them. That is, given any vector t in R3R3, there exist scalars a, b, c such that Eq. (11) holds. Thus the unit vectors i, j, and k constitute a basis for R3R3. The following theorem says that any three linearly independent vectors constitute a basis for R3R3.

Example 4

In order to express the vector t=(4,20,23)t=(4,20,23) as a combination of the linearly independent vectors u=(1,3,2), v=(2,8,7)u=(1,3,2), v=(2,8,7), and w=(1,7,9)w=(1,7,9), we need to solve the system

[121387279][abc]=[42023]
132287179abc=42023

that we obtain by substitution in Eq. (12). The echelon form found by Gaussian elimination is

[121012001][abc]=[433],
100210121abc=433,

so c=3, b=42c=2c=3, b=42c=2, and a=42bc=5a=42bc=5. Thus

t=5u2v+3w.
t=5u2v+3w.

Subspaces of R3

Up until this point, we have used the words line and plane only in an informal or intuitive way. It is now time for us to say precisely what is meant by a line or plane through the origin in R3R3. Each is an example of a subspace of R3R3.

The nonempty subset V of R3R3 is called a subspace of R3R3 provided that V itself is a vector space under the operations of vector addition and multiplication of vectors by scalars. Suppose that the nonempty subset V of R3R3 is closed under these operations—that is, that the sum of any two vectors in V is also in V and that every scalar multiple of a vector in V is also in V. Then the vectors in V automatically satisfy properties (a) through (h) of Theorem 1, because these properties are “inherited” from R3R3; they hold for all vectors in R3R3, including those in V. Consequently, we see that a nonempty subset V of R3R3 is a subspace of R3R3 if and only if it satisfies the following two conditions:

  1. If u and v are vectors in V, then u+vu+v is also in V (closure under addition).

  2. If u is a vector in V and c is a scalar, then cu is in V (closure under multiplication by scalars).

It is immediate that V=R3V=R3 is a subspace: R3R3 is a subspace of itself. At the opposite extreme, the subset V={0}V={0}, containing only the zero vector, is also a subspace of R3R3, because 0+0=00+0=0 and c0=0c0=0 for every scalar c. Thus V={0}V={0} satisfies conditions (i) and (ii). The subspaces {0}{0} and R3R3 are sometimes called the trivial subspaces of R3R3 (because the verification that they are subspaces is quite trivial). All subspaces other than {0}{0} and R3R3 itself are called proper subspaces of R3R3.

Now we want to show that the proper subspaces of R3R3 are what we customarily call lines and planes through the origin. Let V be a subspace of R3R3 that is neither {0}{0} nor R3R3 itself. There are two cases to consider, depending on whether or not V contains two linearly independent vectors.

Case 1: Suppose that V does not contain two linearly independent vectors. If u is a fixed nonzero vector in V, then, by condition (ii) above, every scalar multiple cu is also in V. Conversely, if v is any other vector in V, then u and v are linearly dependent, so it follows that v=cuv=cu for some scalar c. Thus the subspace V is the set of all scalar multiples of the fixed nonzero vector u and is therefore what we call a line through the origin in R3R3. (See Fig. 4.1.8.)

FIGURE 4.1.8.

The line L spanned by the vector u.

Case 2: Suppose that V contains two linearly independent vectors u and v. It then follows from conditions (i) and (ii) that V contains every linear combination au+bvau+bv of u and v. (See Problem 38.) Conversely, let w be any other vector in V. If u, v, w were linearly independent, then, by Theorem 4, V would be all of R3R3. Therefore, u, v, w are linearly dependent, so it follows that there exist scalars a and b such that w=au+bvw=au+bv. (See Problem 40.) Thus the subspace V is the set of all linear combinations au+bvau+bv of the two linearly independent vectors u and v and is therefore what we call a plane through the origin in R3R3. (See Fig. 4.1.9.)

FIGURE 4.1.9.

The plane P spanned by the vectors u and v.

Subspaces of the coordinate plane R2R2 are defined similarly—they are the nonempty subsets of R2R2 that are closed under addition and multiplication by scalars. In Problem 39 we ask you to show that every proper subspace of R2R2 is a line through the origin.

Example 5

Let V be the set of all vectors (x, y) in R2R2 such that y=xy=x. Given u and v in V, we may write u=(u,u)u=(u,u) and v=(v,v)v=(v,v). Then u+v=(u+v,u+v)u+v=(u+v,u+v) and cu=(cu,cu)cu=(cu,cu) are in V. It follows that V is a subspace of R2R2.

Example 6

Let V be the set of all vectors (x, y) in R2R2 such that x+y=1x+y=1. Thus V is the straight line that passes through the unit points on the x- and y-axes. Then u=(1,0)u=(1,0) and v=(0,1)v=(0,1) are in V, but the vector u+v=(1,1)u+v=(1,1) is not. It follows that V is not a subspace of R2R2.

Example 6 illustrates the fact that lines that do not pass through the origin are not subspaces of R2R2. Because every subspace must contain the zero vector (per Problem 37), only lines and planes that pass through the origin are subspaces of R3R3.

4.1 Problems

In Problems 1–4, find |ab|, 2a+b|ab|, 2a+b, and 3a4b3a4b.

  1. a=(2,5,4), b=(1,2,3)a=(2,5,4), b=(1,2,3)

     

  2. a=(1,0,2), b=(3,4,5)a=(1,0,2), b=(3,4,5)

     

  3. a=2i3j+5k, b=5i+3j7ka=2i3j+5k, b=5i+3j7k

     

  4. a=2ij, b=j3ka=2ij, b=j3k

In Problems 5–8, determine whether the given vectors u and v are linearly dependent or linearly independent.

  1. u=(0,2), v=(0,3)u=(0,2), v=(0,3)

     

  2. u=(0,2), v=(3,0)u=(0,2), v=(3,0)

     

  3. u=(2,2), v=(2,2)u=(2,2), v=(2,2)

     

  4. u=(2,2), v=(2,2)u=(2,2), v=(2,2)

In Problems 9–14, express w as a linear combination of u and v.

  1. u=(1,2), v=(1,3), w=(1,0)u=(1,2), v=(1,3), w=(1,0)

     

  2. u=(3,4), v=(2,3), w=(0,1)u=(3,4), v=(2,3), w=(0,1)

     

  3. u=(5,7), v=(2,3), w=(1,1)u=(5,7), v=(2,3), w=(1,1)

     

  4. u=(4,1), v=(2,1), w=(2,2)u=(4,1), v=(2,1), w=(2,2)

     

  5. u=(7,5), v=(3,4), w=(5,2)u=(7,5), v=(3,4), w=(5,2)

     

  6. u=(5,2), v=(6,4), w=(5,6)u=(5,2), v=(6,4), w=(5,6)

In Problems 15–18, apply Theorem 4 (that is, calculate a determinant) to determine whether the given vectors u, v, and w are linearly dependent or independent.

  1. u=(3,1,2), v=(5,4,6), w=(8,3,4)u=(3,1,2), v=(5,4,6), w=(8,3,4)

     

  2. u=(5,2,4), v=(2,3,5), w=(4,5,7)u=(5,2,4), v=(2,3,5), w=(4,5,7)

     

  3. u=(1,1,2), v=(3,0,1), w=(1,2,2)u=(1,1,2), v=(3,0,1), w=(1,2,2)

     

  4. u=(1,1,0), v=(4,3,1), w=(3,2,4)u=(1,1,0), v=(4,3,1), w=(3,2,4)

In Problems 19–24, use the method of Example 3 to determine whether the given vectors u, v, and w are linearly independent or dependent. If they are linearly dependent, find scalars a, b, and c not all zero such that au+bv+cw=0au+bv+cw=0.

  1. u=(2,0,1), v=(3,1,1), w=(0,2,1)u=(2,0,1), v=(3,1,1), w=(0,2,1)

     

  2. u=(5,5,4), v=(2,3,1), w=(4,1,5)u=(5,5,4), v=(2,3,1), w=(4,1,5)

     

  3. u=(1,1,2), v=(2,1,6), w=(3,7,2)u=(1,1,2), v=(2,1,6), w=(3,7,2)

     

  4. u=(1,1,0), v=(5,1,3), w=(0,1,2)u=(1,1,0), v=(5,1,3), w=(0,1,2)

     

  5. u=(2,0,3), v=(5,4,2), w=(2,1,1)u=(2,0,3), v=(5,4,2), w=(2,1,1)

     

  6. u=(1,4,5), v=(4,2,5), w=(3,3,1)u=(1,4,5), v=(4,2,5), w=(3,3,1)

In Problems 25–28, express the vector t as a linear combination of the vectors u, v, and w.

  1. t=(2,7,9), u=(1,2,2), v=(3,0,1), w=(1,1,2)t=(2,7,9), u=(1,2,2), v=(3,0,1), w=(1,1,2)

     

  2. t=(5,30,21), u=(5,2,2), v=(1,5,3)t=(5,30,21), u=(5,2,2), v=(1,5,3), w=(5,3,4)w=(5,3,4)

     

  3. t=(0,0,19), u=(1,4,3), v=(1,2,2), w=(4,4,1)t=(0,0,19), u=(1,4,3), v=(1,2,2), w=(4,4,1)

     

  4. t=(7,7,7), u=(2,5,3), v=(4,1,1), w=(1,1,5)t=(7,7,7), u=(2,5,3), v=(4,1,1), w=(1,1,5)

In Problems 29–32, show that the given set V is closed under addition and under multiplication by scalars and is therefore a subspace of R3R3.

  1. V is the set of all (x, y, z) such that x=0x=0.

  2. V is the set of all (x, y, z) such that x+y+z=0x+y+z=0.

  3. V is the set of all (x, y, z) such that 2x=3y2x=3y.

  4. V is the set of all (x, y, z) such that z=2x+3yz=2x+3y.

In Problems 33–36, show that the given set V is not a subspace of R3R3.

  1. V is the set of all (x, y, z) such that y=1y=1.

  2. V is the set of all (x, y, z) such that x+y+z=3x+y+z=3.

  3. V is the set of all (x, y, z) such that z0z0.

  4. V is the set of all (x, y, z) such that xyz=1xyz=1.

  5. Show that every subspace V of R3R3 contains the zero vector 0.

  6. Suppose that V is a subspace of R3R3. Show that V is closed under the operation of taking linear combinations of pairs of vectors. That is, show that if u and v are in V and a and b are scalars, then au+bvau+bv is in V.

  7. Suppose that V is a proper subspace of R2R2 and that u is a nonzero vector in V. Show that V is the set of all scalar multiples of u and therefore that V is a line through the origin.

  8. Suppose that u, v, and w are vectors in R3R3 such that u and v are linearly independent but u, v, and w are linearly dependent. Show that there exist scalars a and b such that w=au+bvw=au+bv.

  9. Let V1V1 and V2V2 be subspaces of R3R3. Their intersection V=V1V2V=V1V2 is the set of all vectors that lie both in V1V1 and in V2V2. Show that V is a subspace of R3R3.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.95.150