4.6 Bases and Dimension

Size: px
Start display at page:

Download "4.6 Bases and Dimension"

Transcription

1 46 Bases and Dimension (a) Show that {1,x,x 2,x 3 } is linearly independent on every interval (b) If f k (x) = x k for k = 0, 1,,n, show that {f 0,f 1,,f n } is linearly independent on every interval for all fixed n 41 (a) Show that the functions f 1 (x) = e r1x, f 2 (x) = e r2x, f 3 (x) = e r 3x have Wronskian W [f 1,f 2,f 3 ](x) = e (r 1+r 2 +r 3 )x r 1 r 2 r 3 r1 2 r2 2 r2 3 = e (r 1+r 2 +r 3 )x (r 3 r 1 )(r 3 r 2 )(r 2 r 1 ), and hence determine the conditions on r 1,r 2,r 3 such that {f 1,f 2,f 3 } is linearly independent on every interval (b) More generally, show that the set of functions {e r1x,e r2x,,e rnx } is linearly independent on every interval if and only if all of the r i are distinct [Hint: Show that the Wronskian of the given functions is a multiple of the n n Vandermonde determinant, and then use Problem 21 in Section 33] 42 Let {v 1, v 2 } be a linearly independent set in a vector space V, and let v = αv 1 + v 2, w = v 1 + αv 2, where α is a constant Use Definition 454 to determine all values of α for which {v, w} is linearly independent 43 If v 1 and v 2 are vectors in a vector space V, and u 1, u 2, u 3 are each linear combinations of them, prove that {u 1, u 2, u 3 } is linearly dependent 44 Let v 1, v 2,,v m be a set of linearly independent vectors in a vector space V and suppose that the vectors u 1, u 2,,u n are each linear combinations of them It follows that we can write m u k = a ik v i, k = 1, 2,,n, i=1 for appropriate constants a ik (a) If n>m, prove that {u 1, u 2,,u n } is linearly dependent on V (b) If n = m, prove that {u 1, u 2,,u n } is linearly independent in V if and only if det[a ij ] 0 (c) If n<m, prove that {u 1, u 2,,u n } is linearly independent in V if and only if rank(a) = n, where A =[a ij ] (d) Which result from this section do these results generalize? 45 Prove from the definition of linearly independent that if {v 1, v 2,,v n } is linearly independent and if A is an invertible n n matrix, then the set {Av 1,Av 2,,Av n } is linearly independent 46 Prove that if {v 1, v 2 } is linearly independent and v 3 is not in span{v 1, v 2 }, then {v 1, v 2, v 3 } is linearly independent 47 Generalizing the previous exercise, prove that if {v 1, v 2,,v k } is linearly independent and v k+1 is not in span{v 1, v 2,,v k }, then {v 1, v 2,,v k+1 } is linearly independent 48 Prove Theorem Prove Proposition Prove that if {v 1, v 2,,v k } spans a vector space V, then for every vector v in V, {v, v 1, v 2,,v k } is linearly dependent 51 Prove that if V = P n and S ={p 1,p 2,,p k } is a set of vectors in V each of a different degree, then S is linearly independent [Hint: Assume without loss of generality that the polynomials are ordered in descending degree: deg(p 1 )>deg(p 2 )> > deg(p k ) Assuming that c 1 p 1 + c 2 p 2 + +c k p k = 0, first show that c 1 is zero by examining the highest degree Then repeat for lower degrees to show successively that c 2 = 0, c 3 = 0, and so on] 46 Bases and Dimension The results of the previous section show that if a minimal spanning set exists in a (nontrivial) vector space V, it cannot be linearly dependent Therefore if we are looking for minimal spanning sets for V, we should focus our attention on spanning sets that are linearly independent One of the results of this section establishes that every spanning set for V that is linearly independent is indeed a minimal spanning set Such a set will be

2 282 CHAPTER 4 Vector Spaces called a basis This is one of the most important concepts in this text and a cornerstone of linear algebra DEFINITION 461 A set of vectors {v 1, v 2,,v k } in a vector space V is called a basis 4 for V if (a) The vectors are linearly independent (b) The vectors span V Notice that if we have a finite spanning set for a vector space, then we can always, in principle, determine a basis for V by using the technique of Corollary 4512 Furthermore, the computational aspects of determining a basis have been covered in the previous two sections, since all we are really doing is combining the two concepts of linear independence and linear span Consequently, this section is somewhat more theoretically oriented than the preceding ones The reader is encouraged not to gloss over the theoretical aspects, as these really are fundamental results in linear algebra There do exist vector spaces V for which it is impossible to find a finite set of linearly independent vectors that span V The vector space C n (I), n 1, is such an example (Example 4619) Such vector spaces are called infinite-dimensional vector spaces Our primary interest in this text, however, will be vector spaces that contain a finite spanning set of linearly independent vectors These are known as finite-dimensional vector spaces, and we will encounter numerous examples of them throughout the remainder of this section We begin with the vector space R n InR 2, the most natural basis, denoted {e 1, e 2 }, consists of the two vectors e 1 = (1, 0), e 2 = (0, 1), (461) and in R 3, the most natural basis, denoted {e 1, e 2, e 3 }, consists of the three vectors e 1 = (1, 0, 0), e 2 = (0, 1, 0), e 3 = (0, 0, 1) (462) The verification that the sets (461) and (462) are indeed bases of R 2 and R 3, respectively, is straightforward and left as an exercise 5 These bases are referred to as the standard basis on R 2 and R 3, respectively In the case of the standard basis for R 3 given in (462), we recognize the vectors e 1, e 2, e 3 as the familiar unit vectors i, j, k pointing along the positive x-, y-, and z-axes of the rectangular Cartesian coordinate system More generally, consider the set of vectors {e 1, e 2,,e n } in R n defined by e 1 = (1, 0,,0), e 2 = (0, 1,,0),, e n = (0, 0,,1) These vectors are linearly independent by Corollary 4515, since det([e 1, e 2,,e n ]) = det(i n ) = 1 0 Furthermore, the vectors span R n, since an arbitrary vector v = (x 1,x 2,,x n ) in R n can be written as v = x 1 (1, 0,,0) + x 2 (0, 1,,0) + +x n (0, 0,,1) = x 1 e 1 + x 2 e 2 + +x n e n 4 The plural of basis is bases 5 Alternatively, the verification is a special case of that given shortly for the general case of R n

3 46 Bases and Dimension 283 Consequently, {e 1, e 2,,e n } is a basis for R n We refer to this basis as the standard basis for R n The general vector in R n has n components, and the standard basis vectors arise as the n vectors that are obtained by sequentially setting one component to the value 1 and the other components to 0 In general, this is how we obtain standard bases in vector spaces whose vectors are determined by the specification of n independent constants We illustrate with some examples Example 462 Determine the standard basis for M 2 (R) Solution: The general matrix in M 2 (R) is [ ] ab cd Consequently, there are four independent parameters that give rise to four special vectors in M 2 (R) Sequentially setting one of these parameters to the value 1 and the others to 0 generates the following four matrices: A 1 = [ ], A 2 = [ ], A 3 = [ ] 00, A 10 4 = We see that {A 1,A 2,A 3,A 4 } is a spanning set for M 2 (R) Furthermore, holds if and only if c 1 [ c 1 A 1 + c 2 A 2 + c 3 A 3 + c 4 A 4 = 0 2 ] [ ] [ ] [ ] c 2 + c c 10 4 = 01 [ ] [ ] that is, if and only if c 1 = c 2 = c 3 = c 4 = 0 Consequently, {A 1,A 2,A 3,A 4 } is a linearly independent spanning set for M 2 (R), hence it is a basis This is the standard basis for M 2 (R) Remark More generally, consider the vector space of all m n matrices with real entries, M m n (R)IfweletE ij denote the m n matrix with value 1 in the (i, j)-position and zeros elsewhere, then we can show routinely that {E ij : 1 i m, 1 j n} is a basis for M m n (R), and it is the standard basis Example 463 Determine the standard basis for P 2 Solution: We have P 2 ={a 0 + a 1 x + a 2 x 2 : a 0,a 1,a 2 R}, so that the vectors in P 2 are determined by specifying values for the three parameters a 0,a 1, and a 2 Sequentially setting one of these parameters to the value 1 and the other two to the value 0 yields the following vectors in P 2 : p 0 (x) = 1, p 1 (x) = x, p 2 (x) = x 2

4 284 CHAPTER 4 Vector Spaces We have shown in Example 446 that {p 0,p 1,p 2 } is a spanning set for P 2 Furthermore, W[p 0,p 1,p 2 ](x) = 1 xx 2 012x 00 2 = 2 0, which implies that {p 0,p 1,p 2 } is linearly independent on any interval 6 Consequently, {p 0,p 1,p 2 } is a basis for P 2 This is the standard basis for P 2 Remark More generally, the reader can check that the standard basis for the vector space of all polynomials of degree n or less, P n,is {1,x,x 2,,x n } Dimension of a Finite-Dimensional Vector Space The reader has probably realized that there can be many different bases for a given vector space V In addition to the standard basis {e 1, e 2, e 3 } on R 3, for example, it can be checked 7 that {(1, 2, 3), (4, 5, 6), (7, 8, 8)} and {(1, 0, 0), (1, 1, 0), (1, 1, 1)} are also bases for R 3 And there are countless others as well Despite the multitude of different bases available for a vector space V, they all share one common feature: the number of vectors in each basis for V is the same This fact will be deduced as a corollary of our next theorem, a fundamental result in the theory of vector spaces Theorem 464 If a finite-dimensional vector space has a basis consisting of m vectors, then any set of more than m vectors is linearly dependent Proof Let {v 1, v 2,,v m } be a basis for V, and consider an arbitrary set of vectors in V, say, {u 1, u 2,,u n }, with n>mwewishtoprovethat{u 1, u 2,,u n } is necessarily linearly dependent Since {v 1, v 2,,v m } is a basis for V, it follows that each u j can be written as a linear combination of v 1, v 2,,v m Thus, there exist constants a ij such that u 1 = a 11 v 1 + a 21 v a m1 v m, u 2 = a 12 v 1 + a 22 v a m2 v m, u n = a 1n v 1 + a 2n v a mn v m To prove that {u 1, u 2,,u n } is linearly dependent, we must show that there exist scalars c 1,c 2,,c n, not all zero, such that c 1 u 1 + c 2 u 2 + +c n u n = 0 (463) Inserting the expressions for u 1, u 2,,u n into Equation (463) yields c 1 (a 11 v 1 + a 21 v 2 + +a m1 v m ) + c 2 (a 12 v 1 + a 22 v 2 + +a m2 v m ) + +c n (a 1n v 1 + a 2n v 2 + +a mn v m ) = 0 6 Alternatively, we can start with the equation c 0 p 0 (x) + c 1 p 1 (x) + c 2 p 2 (x) = 0 for all x in R and show readily that c 0 = c 1 = c 2 = 0 7 The reader desiring extra practice at the computational aspects of verifying a basis is encouraged to pause here to check these examples

5 46 Bases and Dimension 285 Rearranging terms, we have (a 11 c 1 + a 12 c 2 + +a 1n c n )v 1 + (a 21 c 1 + a 22 c 2 + +a 2n c n )v 2 + +(a m1 c 1 + a m2 c 2 + +a mn c n )v m = 0 Since {v 1, v 2,,v m } is linearly independent, we can conclude that a 11 c 1 + a 12 c a 1n c n = 0, a 21 c 1 + a 22 c a 2n c n = 0, a m1 c 1 + a m2 c a mn c n = 0 Thisisanm n homogeneous system of linear equations with m<n, and hence, from Corollary 2511, it has nontrivial solutions for c 1,c 2,,c n It therefore follows from Equation (463) that {u 1, u 2,,u n } is linearly dependent Corollary 465 All bases in a finite-dimensional vector space V contain the same number of vectors Proof Suppose {v 1, v 2,,v n } and {u 1, u 2,,u m } are two bases for V From Theorem 464 we know that we cannot have m>n(otherwise {u 1, u 2,,u m } would be a linearly dependent set and hence could not be a basis for V ) Nor can we have n>m (otherwise {v 1, v 2,,v n } would be a linearly dependent set and hence could not be a basis for V ) Thus, it follows that we must have m = n We can now prove that any basis provides a minimal spanning set for V Corollary 466 If a finite-dimensional vector space V has a basis consisting of n vectors, then any spanning set must contain at least n vectors Proof If the spanning set contained fewer than n vectors, then there would be a subset of less than n linearly independent vectors that spanned V ; that is, there would be a basis consisting of less than n vectors But this would contradict the previous corollary The number of vectors in a basis for a finite-dimensional vector space is clearly a fundamental property of the vector space, and by Corollary 465 it is independent of the particular chosen basis We call this number the dimension of the vector space DEFINITION 467 The dimension of a finite-dimensional vector space V, written dim[v ], is the number of vectors in any basis for V IfV is the trivial vector space, V ={0}, then we define its dimension to be zero Remark We say that the dimension of the world we live in is three for the very reason that the maximum number of independent directions that we can perceive is three If a vector space has a basis containing n vectors, then from Theorem 464, the maximum number of vectors in any linearly independent set is n Thus, we see that the terminology dimension used in an arbitrary vector space is a generalization of a familiar idea Example 468 It follows from our examples earlier in this section that dim[r 3 ]=3, dim[m 2 (R)] =4, and dim[p 2 ]=3

6 286 CHAPTER 4 Vector Spaces More generally, the following dimensions should be remembered: dim[r n ]=n, dim[m m n (R)] =mn, dim[m n (R)] =n 2, dim[p n ]=n + 1 These values have essentially been established previously in our discussion of standard bases The standard basis for R n is {e 1, e 2,,e n }, where e i is the n-tuple with value 1 in the ith position and value 0 elsewhere Thus, this basis contains n vectors The standard basis for M m n (R) is the set of matrices E ij (1 i m, 1 j n) with value1inthe(i, j) position and value 0 elsewhere There are mn such matrices in this standard basis The case of M n (R) is just a special case of M m n (R) in which m = n Finally, the standard basis for P n is {1,x,x 2,,x n }, a set of n + 1 vectors Next, let us return once more to Example 1216 to cast its results in terms of the basis concept Example 469 Determine a basis for the solution space to the differential equation y + y = 0 on any interval I Solution: Our results from Example 1216 tell us that all solutions to the given differential equation are of the form y(x) = c 1 cos x + c 2 sin x Consequently, {cos x,sin x} is a linearly independent spanning set for the solution space of the differential equation and therefore is a basis More generally, we will show in Chapter 6 that all solutions to the differential equation y + a 1 (x)y + a 2 (x)y = 0 on the interval I have the form y(x) = c 1 y 1 (x) + c 2 y 2 (x), where {y 1,y 2 } is any linearly independent set of solutions to the differential equation Using the terminology introduced in this section, it will therefore follow that: The set of all solutions to y + a 1 (x)y + a 2 (x)y = 0onan interval I is a vector space of dimension two If a vector space has dimension n, then from Theorem 464, the maximum number of vectors in any linearly independent set is n On the other hand, from Corollary 466, the minimum number of vectors that can span V is also n Thus, a basis for V must be a linearly independent set of n vectors Our next theorem establishes that any set of n linearly independent vectors is a basis for V Theorem 4610 If dim[v ]=n, then any set of n linearly independent vectors in V is a basis for V

7 46 Bases and Dimension 287 Proof Let v 1, v 2,,v n be n linearly independent vectors in V We need to show that they span V Todothis,letv be an arbitrary vector in V From Theorem 464, the set of vectors {v, v 1, v 2,,v n } is linearly dependent, and so there exist scalars c 0,c 1,,c n, not all zero, such that c 0 v + c 1 v 1 + +c n v n = 0 (464) If c 0 = 0, then the linear independence of {v 1, v 2,,v n } and (464) would imply that c 0 = c 1 = =c n = 0, a contradiction Hence, c 0 0, and so, from Equation (464), v = 1 c 0 (c 1 v 1 + c 2 v 2 + +c n v n ) Thus v, and hence any vector in V, can be written as a linear combination of v 1, v 2,,v n, and hence, {v 1, v 2,,v n } spans V, in addition to being linearly independent Hence it is a basis for V, as required Theorem 4610 is one of the most important results of the section In Chapter 6, we will explicitly construct a basis for the solution space to the differential equation y (n) + a 1 (x)y (n 1) + +a n 1 (x)y + a n (x)y = 0 consisting of n vectors That is, we will show that the solution space to this differential equation is n-dimensional It will then follow immediately from Theorem 4610 that every solution to this differential equation is of the form y(x) = c 1 y 1 (x) + c 2 y 2 (x) + +c n y n (x), where {y 1,y 2,,y n } is any linearly independent set of n solutions to the differential equation Therefore, determining all solutions to the differential equation will be reduced to determining any linearly independent set of n solutions A similar application of the theorem will be used to develop the theory for systems of differential equations in Chapter 7 More generally, Theorem 4610 says that if we know in advance that the dimension of the vector space V is n, then n linearly independent vectors in V are already guaranteed to form a basis for V without the need to explicitly verify that these n vectors also span V This represents a useful reduction in the work required to verify a basis Here is an example: Example 4611 Verify that {1 + x,2 2x + x 2, 1 + x 2 } is a basis for P 2 Solution: Since dim[p 2 ]=3, Theorem 4610 will guarantee that the three given vectors are a basis, once we confirm only that they are linearly independent The polynomials have Wronskian p 1 (x) = 1 + x, p 2 (x) = 2 2x + x 2, p 3 (x) = 1 + x 2 W[p 1,p 2,p 3 ](x) = 1 + x 2 2x + x x x 2x = 6 0 Since the Wronskian is nonzero, the given set of vectors is linearly independent on any interval Consequently, {1 + x,2 2x + x 2, 1 + x 2 } is indeed a basis for P 2

8 288 CHAPTER 4 Vector Spaces There is a notable parallel result to Theorem 4610 which can also cut down the work required to verify that a set of vectors in V is a basis for V, provided that we know the dimension of V in advance Theorem 4612 If dim[v ]=n, then any set of n vectors in V that spans V is a basis for V Proof Let v 1, v 2,,v n be n vectors in V that span V To confirm that {v 1, v 2,,v n } is a basis for V, we need only show that this is a linearly independent set of vectors Suppose, to the contrary, that {v 1, v 2,,v n } is a linearly dependent set By Corollary 4512, there is a linearly independent subset of {v 1, v 2,,v n }, with fewer than n vectors, which also spans V But this implies that V contains a basis with fewer than n vectors, a contradiction Putting the results of Theorems 4610 and 4612 together, the following result is immediate Corollary 4613 If dim[v ] = n and S = {v 1, v 2,,v n } is a set of n vectors in V, the following statements are equivalent: 1 S is a basis for V 2 S is linearly independent 3 S spans V We emphasize once more the importance of this result It means that if we have a set S of dim[v ] vectors in V, then to determine whether or not S is a basis for V,we need only check if S is linearly independent or if S spans V, not both We next establish another corollary to Theorem 4610 Corollary 4614 Let S be a subspace of a finite-dimensional vector space V If dim[v ]=n, then Furthermore, if dim[s] =n, then S = V dim[s] n Proof Suppose that dim[s] >n Then any basis for S would contain more than n linearly independent vectors, and therefore we would have a linearly independent set of more than n vectors in V This would contradict Theorem 464 Thus, dim[s] n Now consider the case when dim[s] =n = dim[v ] In this case, any basis for S consists of n linearly independent vectors in S and hence n linearly independent vectors in V Thus, by Theorem 4610, these vectors also form a basis for V Hence, every vector in V is spanned by the basis vectors for S, and hence, every vector in V lies in S Thus, V = S Example 4615 Give a geometric description of the subspaces of R 3 of dimensions 0, 1, 2, 3 Solution: Zero-dimensional subspace: This corresponds to the subspace {(0, 0, 0)}, and therefore it is represented geometrically by the origin of a Cartesian coordinate system One-dimensional subspace: These are subspaces generated by a single (nonzero) basis vector Consequently, they correspond geometrically to lines through the origin Two-dimensional subspace: These are the subspaces generated by any two noncollinear vectors and correspond geometrically to planes through the origin

9 46 Bases and Dimension 289 Three-dimensional subspace: Since dim[r 3 ]=3, it follows from Corollary 4614 that the only three-dimensional subspace of R 3 is R 3 itself Example 4616 Theorem 4617 Determine a basis for the subspace of R 3 consisting of all solutions to the equation x 1 + 2x 2 x 3 = 0 Solution: We can solve this problem geometrically The given equation is that of a plane through the origin and therefore is a two-dimensional subspace of R 3 In order to determine a basis for this subspace, we need only choose two linearly independent (ie, noncollinear) vectors that lie in the plane A simple choice of vectors is 8 v 1 = (1, 0, 1) and v 2 = (2, 1, 0) Thus, a basis for the subspace is {(1, 0, 1), (2, 1, 0)} Corollary 4614 has shown that if S is a subspace of a finite-dimensional vector space V with dim[s] =dim[v ], then S = V Our next result establishes that, in general, a basis for a subspace of a finite-dimensional vector space V can be extended to a basis for V This result will be required in the next section and also in Chapter 5 Let S be a subspace of a finite-dimensional vector space V Any basis for S is part of a basis for V Proof Suppose dim[v ]=n and dim[s] =k By Corollary 4614, k n Ifk = n, then S = V, so that any basis for S is a basis for V Suppose now that k<n, and let {v 1, v 2,,v k } be a basis for S These basis vectors are linearly independent, but they fail to span V (otherwise they would form a basis for V, contradicting k<n) Thus, there is at least one vector, say v k+1,inv that is not in span{v 1, v 2,,v k } Hence, {v 1, v 2,,v k, v k+1 } is linearly independent If k+1 = n, then we have a basis for V by Theorem 4610, and we are done Otherwise, we can repeat the procedure to obtain the linearly independent set {v 1, v 2,,v k, v k+1, v k+2 } The process will terminate when we have a linearly independent set containing n vectors, including the original vectors v 1, v 2,,v k in the basis for S This proves the theorem Remark a basis The process used in proving the previous theorem is referred to as extending Example 4618 Let S denote the subspace of M 2 (R) consisting of all symmetric 2 2 matrices Determine a basis for S, and find dim[s] Extend this basis for S to obtain a basis for M 2 (R) Solution: We first express S in set notation as S ={A M 2 (R) : A T = A} In order to determine a basis for S, we need to obtain the element form of the matrices in S We can write {[ ] } ab S = : a,b,c R bc Since [ ] [ ] [ ] [ ] ab = a + b + c, bc it follows that 8 There are many others, of course {[ 10 S = span 00 ], [ ] 01, 10 [ ]} 00 01

10 290 CHAPTER 4 Vector Spaces Furthermore, it is easily shown that the matrices in this spanning set are linearly independent Consequently, a basis for S is {[ ] [ ] [ ]} ,,, so that dim[s] =3 Since dim[m 2 (R)] =4, in order to extend the basis for S to a basis for M 2 (R), we need to add one additional matrix from M 2 (R) such that the resulting set is linearly independent We must choose a nonsymmetric matrix, for any symmetric matrix can be expressed as a linear combination of the three basis vectors for S, and this would create a linear dependency among the matrices A simple choice of nonsymmetric matrix (although this is certainly not the only choice) is [ ] Adding this vector to the basis for S yields the linearly independent set {[ ] [ ] [ ] [ ]} ,,, (465) Since dim[m 2 (R)] =4, Theorem 4610 implies that (465) is a basis for M 2 (R) It is important to realize that not all vector spaces are finite dimensional Some are infinite-dimensional In an infinite-dimensional vector space, we can find an arbitrarily large number of linearly independent vectors We now give an example of an infinitedimensional vector space that is of primary importance in the theory of differential equations, C n (I) Example 4619 Show that the vector space C n (I) is an infinite-dimensional vector space Solution: Consider the functions 1,x,x 2,,x k in C n (I) Of course, each of these functions is in C k (I) as well, and for each fixed k, the Wronskian of these functions is nonzero (the reader can check that the matrix involved in this calculation is upper triangular, with nonzero entries on the main diagonal) Hence, the functions are linearly independent on I by Theorem 4521 Since we can choose k arbitrarily, it follows that there are an arbitrarily large number of linearly independent vectors in C n (I), hence C n (I) is infinite-dimensional In this example we showed that C n (I) is an infinite-dimensional vector space Consequently, the use of our finite-dimensional vector space theory in the analysis of differential equations appears questionable However, the key theoretical result that we will establish in Chapter 6 is that the solution set of certain linear differential equations is a finite-dimensional subspace of C n (I), and therefore our basis results will be applicable to this solution set Exercises for 46 Key Terms Basis, Standard basis, Infinite-dimensional, Finitedimensional, Dimension, Extension of a subspace basis Skills Be able to determine whether a given set of vectors forms a basis for a vector space V Be able to construct a basis for a given vector space V Be able to extend a basis for a subspace of V to V itself Be familiar with the standard bases on R n, M m n (R), and P n

11 46 Bases and Dimension 291 Be able to give the dimension of a vector space V Be able to draw conclusions about the properties of a set of vectors in a vector space (ie, spanning or linear independence) based solely on the size of the set Understand the usefulness of Theorems 4610 and 4612 True-False Review For Questions 1 11, decide if the given statement is true or false, and give a brief justification for your answer If true, you can quote a relevant definition or theorem from the text If false, provide an example, illustration, or brief explanation of why the statement is false 1 A basis for a vector space V is a set S of vectors that spans V 2 If V and W are vector spaces of dimensions n and m, respectively, and if n>m, then W is a subspace of V 3 A vector space V can have many different bases 4 dim[p n ]=dim[r n ] 5 If V is an n-dimensional vector space, then any set S of m vectors with m>nmust span V 6 Five vectors in P 3 must be linearly dependent 7 Two vectors in P 3 must be linearly independent 8 Ten vectors in M 3 (R) must be linearly dependent 9 If V is an n-dimensional vector space, then every set S with fewer than n vectors can be extended to a basis for V 10 Every set of vectors that spans a finite-dimensional vector space V contains a subset which forms a basis for V 11 The set of all 3 3 upper triangular matrices forms a three-dimensional subspace of M 3 (R) Problems For Problems 1 5, determine whether the given set of vectors is a basis for R n 1 {(1, 1), ( 1, 1)} 2 {(1, 2, 1), (3, 1, 2), (1, 1, 1)} 3 {(1, 1, 1), (2, 5, 2), (3, 11, 5)} 4 {(1, 1, 1, 2), (1, 0, 1, 1), (2, 1, 1, 1)} 5 {(1, 1, 0, 2), (2, 1, 3, 1), ( 1, 1, 1, 2), (2, 1, 1, 2)} 6 Determine all values of the constant k for which the set of vectors {(0, 1, 0,k), (1, 0, 1, 0), (0, 1, 1, 0), (k, 0, 2, 1)} is a basis for R 4 7 Determine a basis S for P 3, and hence, prove that dim[p 3 ]=4 Be sure to prove that S is a basis 8 Determine a basis S for P 3 whose elements all have the same degree Be sure to prove that S is a basis For Problems 9 12, find the dimension of the null space of the given matrix A [ ] A = A = A = A = Let S be the subspace of R 3 that consists of all solutions to the equation x 3y + z = 0 Determine a basis for S, and hence, find dim[s] 14 Let S be the subspace of R 3 consisting of all vectors of the form (r, r 2s, 3s 5r), where r and s are real numbers Determine a basis for S, and hence, find dim[s] 15 Let S be the subspace of M 2 (R) consisting of all 2 2 upper triangular matrices Determine a basis for S, and hence, find dim[s] 16 Let S be the subspace of M 2 (R) consisting of all 2 2 matrices with trace zero Determine a basis for S, and hence, find dim[s] 17 Let S be the subspace of R 3 spanned by the vectors v 1 = (1, 0, 1), v 2 = (0, 1, 1), v 3 = (2, 0, 2) Determine a basis for S, and hence, find dim[s]

12 292 CHAPTER 4 Vector Spaces 18 Let S be the vector space consisting of the set of all linear combinations of the functions f 1 (x) = e x,f 2 (x) = e x,f 3 (x) = sinh(x) Determine a basis for S, and hence, find dim[s] 19 Determine a basis for the subspace of M 2 (R) spanned by [ ] [ ] [ ] [ ] ,,, Let v 1 = (1, 1) and v 2 = ( 1, 1) (a) Show that {v 1, v 2 } spans R 2 (b) Show that {v 1, v 2 } is linearly independent (c) Conclude from (a) or (b) that {v 1, v 2 } is a basis for R 2 What theorem in this section allows you to draw this conclusion from either (a) or (b), without proving both? 21 Let v 1 = (2, 1) and v 2 = (3, 1) (a) Show that {v 1, v 2 } spans R 2 (b) Show that {v 1, v 2 } is linearly independent (c) Conclude from (a) or (b) that {v 1, v 2 } is a basis for R 2 What theorem in this section allows you to draw this conclusion from either (a) or (b), without proving both? 22 Let v 1 = (0, 6, 3), v 2 = (3, 0, 3), and v 3 = (6, 3, 0) Show that {v 1, v 2, v 3 } is a basis for R 3 [Hint: You need not show that the set is both linearly independent and a spanning set for P 2 Use a theorem from this section to shorten your work] 23 Determine all values of the constant α for which {1 + αx 2, 1 + x + x 2, 2 + x} is a basis for P 2 24 Let p 1 (x) = 1 + x,p 2 (x) = x(x 1), p 3 (x) = 1+2x 2 Show that {p 1,p 2,p 3 } is a basis for P 2 [Hint: You need not show that the set is both linearly independent and a spanning set for P 2 Use a theorem from this section to shorten your work] 25 The Legendre polynomial of degree n, p n (x),isdefined to be the polynomial solution of the differential equation (1 x 2 )y 2xy + n(n + 1)y = 0, which has been normalized so that p n (1) = 1 The first three Legendre polynomials are p 0 (x) = 1,p 1 (x) = x, and p 2 (x) = 1 2 (3x2 1) Show that {p 0,p 1,p 2 } is a basis for P 2 [The hint for the previous problem applies again] 26 Let 27 Let [ 11 A 1 = 01 [ 10 A 3 = 12 ], A 2 = ], A 4 = [ ] 13, 1 0 [ ] (a) Show that {A 1,A 2,A 3,A 4 } is a basis for M 2 (R) [The hint on the previous problems applies again] (b) Express the vector [ ] as a linear combination of the basis in (a) A = , and let v 1 = ( 2, 7, 5, 0) and v 2 = (3, 8, 0, 5) (a) Show that {v 1, v 2 } is a basis for the null space of A (b) Using the basis in part (a), write an expression for an arbitrary vector (x,y,z,w) in the null space of A 28 Let V = M 3 (R) and let S be the subset of all vectors in V such that the sum of the entries in each row and in each column is zero (a) Find a basis and the dimension of S (b) Extend the basis in (a) to a basis for V 29 Let V = M 3 (R) and let S be the subset of all vectors in V such that the sum of the entries in each row and in each column is the same (a) Find a basis and the dimension of S (b) Extend the basis in (a) to a basis for V For Problems 30 31, Sym n (R) and Skew n (R) denote the vector spaces consisting of all real n n matrices that are symmetric and skew-symmetric, respectively 30 Find a basis for Sym 2 (R) and Skew 2 (R), and show that dim[sym 2 (R)]+dim[Skew 2 (R)] =dim[m 2 (R)]

13 47 Change of Basis Determine the dimensions of Sym n (R) and Skew n (R), and show that dim[sym n (R)]+dim[Skew n (R)] =dim[m n (R)] For Problems 32 34, a subspace S of a vector space V is given Determine a basis for S and extend your basis for S to obtain a basis for V 32 V = R 3, S is the subspace consisting of all points lying on the plane with Cartesian equation x + 4y 3z = 0 33 V = M 2 (R), S is the subspace consisting of all matrices of the form [ ] ab ba 34 V = P 2, S is the subspace consisting of all polynomials of the form (2a 1 +a 2 )x 2 +(a 1 +a 2 )x +(3a 1 a 2 ) 35 Let S be a basis for P n 1 Prove that S {x n } is a basis for P n 36 Generalize the previous problem as follows Let S be a basis for P n 1, and let p be any polynomial of degree n Prove that S {p} is a basis for P n 37 (a) What is the dimension of C n as a real vector space? Determine a basis (b) What is the dimension of C n as a complex vector space? Determine a basis 47 Change of Basis Throughout this section, we restrict our attention to vector spaces that are finite-dimensional If we have a (finite) basis for such a vector space V, then, since the vectors in a basis span V, any vector in V can be expressed as a linear combination of the basis vectors The next theorem establishes that there is only one way in which we can do this Theorem 471 If V is a vector space with basis {v 1, v 2,,v n }, then every vector v V can be written uniquely as a linear combination of v 1, v 2,,v n Proof Since v 1, v 2,,v n span V, every vector v V can be expressed as for some scalars a 1,a 2,,a n Suppose also that v = a 1 v 1 + a 2 v 2 + +a n v n, (471) v = b 1 v 1 + b 2 v 2 + +b n v n, (472) for some scalars b 1,b 2,,b n We will show that a i = b i for each i, which will prove the uniqueness assertion of this theorem Subtracting Equation (472) from Equation (471) yields (a 1 b 1 )v 1 + (a 2 b 2 )v 2 + +(a n b n )v n = 0 (473) But {v 1, v 2,,v n } is linearly independent, and so Equation (473) implies that a 1 b 1 = 0, a 2 b 2 = 0,, a n b n = 0 That is, a i = b i for each i = 1, 2,,n Remark The converse of Theorem 471 is also true That is, if every vector v in a vector space V can be written uniquely as a linear combination of the vectors in {v 1, v 2,,v n }, then {v 1, v 2,,v n } is a basis for V The proof of this fact is left as an exercise (Problem 38) Up to this point, we have not paid particular attention to the order in which the vectors of a basis are listed However, in the remainder of this section, this will become

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1)

EXERCISE SET 5.1. = (kx + kx + k, ky + ky + k ) = (kx + kx + 1, ky + ky + 1) = ((k + )x + 1, (k + )y + 1) EXERCISE SET 5. 6. The pair (, 2) is in the set but the pair ( )(, 2) = (, 2) is not because the first component is negative; hence Axiom 6 fails. Axiom 5 also fails. 8. Axioms, 2, 3, 6, 9, and are easily

More information

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain.

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain. 250 CHAPTER 4 Vector Spaces 14. On R 2, define the operation of addition by (x 1,y 1 ) + (x 2,y 2 ) = (x 1 x 2,y 1 y 2 ). Do axioms A5 and A6 in the definition of a vector space hold? Justify your answer.

More information

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises

OHSx XM511 Linear Algebra: Solutions to Online True/False Exercises This document gives the solutions to all of the online exercises for OHSx XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Answers are in square brackets [. Lecture 02 ( 1.1)

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

Chapter 2: Linear Independence and Bases

Chapter 2: Linear Independence and Bases MATH20300: Linear Algebra 2 (2016 Chapter 2: Linear Independence and Bases 1 Linear Combinations and Spans Example 11 Consider the vector v (1, 1 R 2 What is the smallest subspace of (the real vector space

More information

4.9 The Rank-Nullity Theorem

4.9 The Rank-Nullity Theorem For Problems 7 10, use the ideas in this section to determine a basis for the subspace of R n spanned by the given set of vectors. 7. {(1, 1, 2), (5, 4, 1), (7, 5, 4)}. 8. {(1, 3, 3), (1, 5, 1), (2, 7,

More information

2.3 Terminology for Systems of Linear Equations

2.3 Terminology for Systems of Linear Equations page 133 e 2t sin 2t 44 A(t) = t 2 5 te t, a = 0, b = 1 sec 2 t 3t sin t 45 The matrix function A(t) in Problem 39, with a = 0 and b = 1 Integration of matrix functions given in the text was done with

More information

The definition of a vector space (V, +, )

The definition of a vector space (V, +, ) The definition of a vector space (V, +, ) 1. For any u and v in V, u + v is also in V. 2. For any u and v in V, u + v = v + u. 3. For any u, v, w in V, u + ( v + w) = ( u + v) + w. 4. There is an element

More information

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and

6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if. (a) v 1,, v k span V and 6.4 BASIS AND DIMENSION (Review) DEF 1 Vectors v 1, v 2,, v k in a vector space V are said to form a basis for V if (a) v 1,, v k span V and (b) v 1,, v k are linearly independent. HMHsueh 1 Natural Basis

More information

Abstract Vector Spaces

Abstract Vector Spaces CHAPTER 1 Abstract Vector Spaces 1.1 Vector Spaces Let K be a field, i.e. a number system where you can add, subtract, multiply and divide. In this course we will take K to be R, C or Q. Definition 1.1.

More information

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix.

MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. MATH 323 Linear Algebra Lecture 12: Basis of a vector space (continued). Rank and nullity of a matrix. Basis Definition. Let V be a vector space. A linearly independent spanning set for V is called a basis.

More information

Chapter 3. Vector spaces

Chapter 3. Vector spaces Chapter 3. Vector spaces Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/22 Linear combinations Suppose that v 1,v 2,...,v n and v are vectors in R m. Definition 3.1 Linear combination We say

More information

Chapter 2 Subspaces of R n and Their Dimensions

Chapter 2 Subspaces of R n and Their Dimensions Chapter 2 Subspaces of R n and Their Dimensions Vector Space R n. R n Definition.. The vector space R n is a set of all n-tuples (called vectors) x x 2 x =., where x, x 2,, x n are real numbers, together

More information

Chapter Two Elements of Linear Algebra

Chapter Two Elements of Linear Algebra Chapter Two Elements of Linear Algebra Previously, in chapter one, we have considered single first order differential equations involving a single unknown function. In the next chapter we will begin to

More information

3.3 Linear Independence

3.3 Linear Independence Prepared by Dr. Archara Pacheenburawana (MA3 Sec 75) 84 3.3 Linear Independence In this section we look more closely at the structure of vector spaces. To begin with, we restrict ourselves to vector spaces

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show

Problem Set (T) If A is an m n matrix, B is an n p matrix and D is a p s matrix, then show MTH 0: Linear Algebra Department of Mathematics and Statistics Indian Institute of Technology - Kanpur Problem Set Problems marked (T) are for discussions in Tutorial sessions (T) If A is an m n matrix,

More information

Math 110, Spring 2015: Midterm Solutions

Math 110, Spring 2015: Midterm Solutions Math 11, Spring 215: Midterm Solutions These are not intended as model answers ; in many cases far more explanation is provided than would be necessary to receive full credit. The goal here is to make

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Solution to Homework 1

Solution to Homework 1 Solution to Homework Sec 2 (a) Yes It is condition (VS 3) (b) No If x, y are both zero vectors Then by condition (VS 3) x = x + y = y (c) No Let e be the zero vector We have e = 2e (d) No It will be false

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

Exercises Chapter II.

Exercises Chapter II. Page 64 Exercises Chapter II. 5. Let A = (1, 2) and B = ( 2, 6). Sketch vectors of the form X = c 1 A + c 2 B for various values of c 1 and c 2. Which vectors in R 2 can be written in this manner? B y

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

NOTES on LINEAR ALGEBRA 1

NOTES on LINEAR ALGEBRA 1 School of Economics, Management and Statistics University of Bologna Academic Year 207/8 NOTES on LINEAR ALGEBRA for the students of Stats and Maths This is a modified version of the notes by Prof Laura

More information

2018 Fall 2210Q Section 013 Midterm Exam II Solution

2018 Fall 2210Q Section 013 Midterm Exam II Solution 08 Fall 0Q Section 0 Midterm Exam II Solution True or False questions points 0 0 points) ) Let A be an n n matrix. If the equation Ax b has at least one solution for each b R n, then the solution is unique

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

What is A + B? What is A B? What is AB? What is BA? What is A 2? and B = QUESTION 2. What is the reduced row echelon matrix of A =

What is A + B? What is A B? What is AB? What is BA? What is A 2? and B = QUESTION 2. What is the reduced row echelon matrix of A = STUDENT S COMPANIONS IN BASIC MATH: THE ELEVENTH Matrix Reloaded by Block Buster Presumably you know the first part of matrix story, including its basic operations (addition and multiplication) and row

More information

Vector Spaces ปร ภ ม เวกเตอร

Vector Spaces ปร ภ ม เวกเตอร Vector Spaces ปร ภ ม เวกเตอร 1 5.1 Real Vector Spaces ปร ภ ม เวกเตอร ของจ านวนจร ง Vector Space Axioms (1/2) Let V be an arbitrary nonempty set of objects on which two operations are defined, addition

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces

Chapter 2. General Vector Spaces. 2.1 Real Vector Spaces Chapter 2 General Vector Spaces Outline : Real vector spaces Subspaces Linear independence Basis and dimension Row Space, Column Space, and Nullspace 2 Real Vector Spaces 2 Example () Let u and v be vectors

More information

(II.B) Basis and dimension

(II.B) Basis and dimension (II.B) Basis and dimension How would you explain that a plane has two dimensions? Well, you can go in two independent directions, and no more. To make this idea precise, we formulate the DEFINITION 1.

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

6.4 Basis and Dimension

6.4 Basis and Dimension 6.4 Basis and Dimension DEF ( p. 263) AsetS ={v 1, v 2, v k } of vectors in a vector space V is a basis for V if (1) S spans V and (2) S is linearly independent. MATH 316U (003) - 6.4 (Basis and Dimension)

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det

1. What is the determinant of the following matrix? a 1 a 2 4a 3 2a 2 b 1 b 2 4b 3 2b c 1. = 4, then det What is the determinant of the following matrix? 3 4 3 4 3 4 4 3 A 0 B 8 C 55 D 0 E 60 If det a a a 3 b b b 3 c c c 3 = 4, then det a a 4a 3 a b b 4b 3 b c c c 3 c = A 8 B 6 C 4 D E 3 Let A be an n n matrix

More information

Vector Spaces 4.5 Basis and Dimension

Vector Spaces 4.5 Basis and Dimension Vector Spaces 4.5 and Dimension Summer 2017 Vector Spaces 4.5 and Dimension Goals Discuss two related important concepts: Define of a Vectors Space V. Define Dimension dim(v ) of a Vectors Space V. Vector

More information

7. Dimension and Structure.

7. Dimension and Structure. 7. Dimension and Structure 7.1. Basis and Dimension Bases for Subspaces Example 2 The standard unit vectors e 1, e 2,, e n are linearly independent, for if we write (2) in component form, then we obtain

More information

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Review Notes for Linear Algebra True or False Last Updated: February 22, 2010 Chapter 4 [ Vector Spaces 4.1 If {v 1,v 2,,v n } and {w 1,w 2,,w n } are linearly independent, then {v 1 +w 1,v 2 +w 2,,v n

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

More information

Tune-Up Lecture Notes Linear Algebra I

Tune-Up Lecture Notes Linear Algebra I Tune-Up Lecture Notes Linear Algebra I One usually first encounters a vector depicted as a directed line segment in Euclidean space, or what amounts to the same thing, as an ordered n-tuple of numbers

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS chapter MORE MATRIX ALGEBRA GOALS In Chapter we studied matrix operations and the algebra of sets and logic. We also made note of the strong resemblance of matrix algebra to elementary algebra. The reader

More information

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 6 Eigenvalues and Eigenvectors Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called an eigenvalue of A if there is a nontrivial

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

AFFINE AND PROJECTIVE GEOMETRY, E. Rosado & S.L. Rueda 4. BASES AND DIMENSION

AFFINE AND PROJECTIVE GEOMETRY, E. Rosado & S.L. Rueda 4. BASES AND DIMENSION 4. BASES AND DIMENSION Definition Let u 1,..., u n be n vectors in V. The vectors u 1,..., u n are linearly independent if the only linear combination of them equal to the zero vector has only zero scalars;

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8. Linear Algebra M1 - FIB Contents: 5 Matrices, systems of linear equations and determinants 6 Vector space 7 Linear maps 8 Diagonalization Anna de Mier Montserrat Maureso Dept Matemàtica Aplicada II Translation:

More information

Chapter 3. More about Vector Spaces Linear Independence, Basis and Dimension. Contents. 1 Linear Combinations, Span

Chapter 3. More about Vector Spaces Linear Independence, Basis and Dimension. Contents. 1 Linear Combinations, Span Chapter 3 More about Vector Spaces Linear Independence, Basis and Dimension Vincent Astier, School of Mathematical Sciences, University College Dublin 3. Contents Linear Combinations, Span Linear Independence,

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.6 Homogeneous Systems, Subspaces and Bases 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.6. Homogeneous Systems, Subspaces and Bases Note. In this section we explore the structure of the solution

More information

1 Last time: inverses

1 Last time: inverses MATH Linear algebra (Fall 8) Lecture 8 Last time: inverses The following all mean the same thing for a function f : X Y : f is invertible f is one-to-one and onto 3 For each b Y there is exactly one a

More information

LS.1 Review of Linear Algebra

LS.1 Review of Linear Algebra LS. LINEAR SYSTEMS LS.1 Review of Linear Algebra In these notes, we will investigate a way of handling a linear system of ODE s directly, instead of using elimination to reduce it to a single higher-order

More information

A Do It Yourself Guide to Linear Algebra

A Do It Yourself Guide to Linear Algebra A Do It Yourself Guide to Linear Algebra Lecture Notes based on REUs, 2001-2010 Instructor: László Babai Notes compiled by Howard Liu 6-30-2010 1 Vector Spaces 1.1 Basics Definition 1.1.1. A vector space

More information

MATH 235. Final ANSWERS May 5, 2015

MATH 235. Final ANSWERS May 5, 2015 MATH 235 Final ANSWERS May 5, 25. ( points) Fix positive integers m, n and consider the vector space V of all m n matrices with entries in the real numbers R. (a) Find the dimension of V and prove your

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations March 3, 203 6-6. Systems of Linear Equations Matrices and Systems of Linear Equations An m n matrix is an array A = a ij of the form a a n a 2 a 2n... a m a mn where each a ij is a real or complex number.

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Linear Algebra: Sample Questions for Exam 2

Linear Algebra: Sample Questions for Exam 2 Linear Algebra: Sample Questions for Exam 2 Instructions: This is not a comprehensive review: there are concepts you need to know that are not included. Be sure you study all the sections of the book and

More information

Linear Algebra Lecture Notes-I

Linear Algebra Lecture Notes-I Linear Algebra Lecture Notes-I Vikas Bist Department of Mathematics Panjab University, Chandigarh-6004 email: bistvikas@gmail.com Last revised on February 9, 208 This text is based on the lectures delivered

More information

Vector Spaces. (1) Every vector space V has a zero vector 0 V

Vector Spaces. (1) Every vector space V has a zero vector 0 V Vector Spaces 1. Vector Spaces A (real) vector space V is a set which has two operations: 1. An association of x, y V to an element x+y V. This operation is called vector addition. 2. The association of

More information

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Copyright 2018 by James A. Bernhard Contents 1 Vector spaces 3 1.1 Definitions and basic properties.................

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations:

Math 1060 Linear Algebra Homework Exercises 1 1. Find the complete solutions (if any!) to each of the following systems of simultaneous equations: Homework Exercises 1 1 Find the complete solutions (if any!) to each of the following systems of simultaneous equations: (i) x 4y + 3z = 2 3x 11y + 13z = 3 2x 9y + 2z = 7 x 2y + 6z = 2 (ii) x 4y + 3z =

More information

1 Linear transformations; the basics

1 Linear transformations; the basics Linear Algebra Fall 2013 Linear Transformations 1 Linear transformations; the basics Definition 1 Let V, W be vector spaces over the same field F. A linear transformation (also known as linear map, or

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

MAT 242 CHAPTER 4: SUBSPACES OF R n

MAT 242 CHAPTER 4: SUBSPACES OF R n MAT 242 CHAPTER 4: SUBSPACES OF R n JOHN QUIGG 1. Subspaces Recall that R n is the set of n 1 matrices, also called vectors, and satisfies the following properties: x + y = y + x x + (y + z) = (x + y)

More information

Chapter 4 & 5: Vector Spaces & Linear Transformations

Chapter 4 & 5: Vector Spaces & Linear Transformations Chapter 4 & 5: Vector Spaces & Linear Transformations Philip Gressman University of Pennsylvania Philip Gressman Math 240 002 2014C: Chapters 4 & 5 1 / 40 Objective The purpose of Chapter 4 is to think

More information

Calculus II - Basic Matrix Operations

Calculus II - Basic Matrix Operations Calculus II - Basic Matrix Operations Ryan C Daileda Terminology A matrix is a rectangular array of numbers, for example 7,, 7 7 9, or / / /4 / / /4 / / /4 / /6 The numbers in any matrix are called its

More information

Math 205, Summer I, Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b. Chapter 4, [Sections 7], 8 and 9

Math 205, Summer I, Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b. Chapter 4, [Sections 7], 8 and 9 Math 205, Summer I, 2016 Week 3a (continued): Chapter 4, Sections 5 and 6. Week 3b Chapter 4, [Sections 7], 8 and 9 4.5 Linear Dependence, Linear Independence 4.6 Bases and Dimension 4.7 Change of Basis,

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

More information

a (b + c) = a b + a c

a (b + c) = a b + a c Chapter 1 Vector spaces In the Linear Algebra I module, we encountered two kinds of vector space, namely real and complex. The real numbers and the complex numbers are both examples of an algebraic structure

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University March 2, 2018 Linear Algebra (MTH 464)

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

More information

Chapter SSM: Linear Algebra Section Fails to be invertible; since det = 6 6 = Invertible; since det = = 2.

Chapter SSM: Linear Algebra Section Fails to be invertible; since det = 6 6 = Invertible; since det = = 2. SSM: Linear Algebra Section 61 61 Chapter 6 1 2 1 Fails to be invertible; since det = 6 6 = 0 3 6 3 5 3 Invertible; since det = 33 35 = 2 7 11 5 Invertible; since det 2 5 7 0 11 7 = 2 11 5 + 0 + 0 0 0

More information

Family Feud Review. Linear Algebra. October 22, 2013

Family Feud Review. Linear Algebra. October 22, 2013 Review Linear Algebra October 22, 2013 Question 1 Let A and B be matrices. If AB is a 4 7 matrix, then determine the dimensions of A and B if A has 19 columns. Answer 1 Answer A is a 4 19 matrix, while

More information

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3 Answers in blue. If you have questions or spot an error, let me know. 3 4. Find all matrices that commute with A =. 4 3 a b If we set B = and set AB = BA, we see that 3a + 4b = 3a 4c, 4a + 3b = 3b 4d,

More information

GENERAL VECTOR SPACES AND SUBSPACES [4.1]

GENERAL VECTOR SPACES AND SUBSPACES [4.1] GENERAL VECTOR SPACES AND SUBSPACES [4.1] General vector spaces So far we have seen special spaces of vectors of n dimensions denoted by R n. It is possible to define more general vector spaces A vector

More information

MATH 300, Second Exam REVIEW SOLUTIONS. NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic.

MATH 300, Second Exam REVIEW SOLUTIONS. NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic. MATH 300, Second Exam REVIEW SOLUTIONS NOTE: You may use a calculator for this exam- You only need something that will perform basic arithmetic. [ ] [ ] 2 2. Let u = and v =, Let S be the parallelegram

More information

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued)

1. Linear systems of equations. Chapters 7-8: Linear Algebra. Solution(s) of a linear system of equations (continued) 1 A linear system of equations of the form Sections 75, 78 & 81 a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2 a m1 x 1 + a m2 x 2 + + a mn x n = b m can be written in matrix

More information

Final Exam Practice Problems Answers Math 24 Winter 2012

Final Exam Practice Problems Answers Math 24 Winter 2012 Final Exam Practice Problems Answers Math 4 Winter 0 () The Jordan product of two n n matrices is defined as A B = (AB + BA), where the products inside the parentheses are standard matrix product. Is the

More information

Chapter SSM: Linear Algebra. 5. Find all x such that A x = , so that x 1 = x 2 = 0.

Chapter SSM: Linear Algebra. 5. Find all x such that A x = , so that x 1 = x 2 = 0. Chapter Find all x such that A x : Chapter, so that x x ker(a) { } Find all x such that A x ; note that all x in R satisfy the equation, so that ker(a) R span( e, e ) 5 Find all x such that A x 5 ; x x

More information

Linear Algebra (Math-324) Lecture Notes

Linear Algebra (Math-324) Lecture Notes Linear Algebra (Math-324) Lecture Notes Dr. Ali Koam and Dr. Azeem Haider September 24, 2017 c 2017,, Jazan All Rights Reserved 1 Contents 1 Real Vector Spaces 6 2 Subspaces 11 3 Linear Combination and

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.......

More information

MATH2210 Notebook 3 Spring 2018

MATH2210 Notebook 3 Spring 2018 MATH2210 Notebook 3 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 3 MATH2210 Notebook 3 3 3.1 Vector Spaces and Subspaces.................................

More information

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix Professor Joana Amorim, jamorim@bu.edu What is on this week Vector spaces (continued). Null space and Column Space of a matrix............................. Null Space...........................................2

More information

Linear Algebra 1 Exam 2 Solutions 7/14/3

Linear Algebra 1 Exam 2 Solutions 7/14/3 Linear Algebra 1 Exam Solutions 7/14/3 Question 1 The line L has the symmetric equation: x 1 = y + 3 The line M has the parametric equation: = z 4. [x, y, z] = [ 4, 10, 5] + s[10, 7, ]. The line N is perpendicular

More information

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases Worksheet for Lecture 5 (due October 23) Name: Section 4.3 Linearly Independent Sets; Bases Definition An indexed set {v,..., v n } in a vector space V is linearly dependent if there is a linear relation

More information

Vector Spaces ปร ภ ม เวกเตอร

Vector Spaces ปร ภ ม เวกเตอร Vector Spaces ปร ภ ม เวกเตอร 5.1 Real Vector Spaces ปร ภ ม เวกเตอร ของจ านวนจร ง Vector Space Axioms (1/2) Let V be an arbitrary nonempty set of objects on which two operations are defined, addition and

More information

LINEAR ALGEBRA BOOT CAMP WEEK 2: LINEAR OPERATORS

LINEAR ALGEBRA BOOT CAMP WEEK 2: LINEAR OPERATORS LINEAR ALGEBRA BOOT CAMP WEEK 2: LINEAR OPERATORS Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F has characteristic zero. The following are facts

More information

EIGENVALUES AND EIGENVECTORS 3

EIGENVALUES AND EIGENVECTORS 3 EIGENVALUES AND EIGENVECTORS 3 1. Motivation 1.1. Diagonal matrices. Perhaps the simplest type of linear transformations are those whose matrix is diagonal (in some basis). Consider for example the matrices

More information