Exercises Chapter II.

Size: px
Start display at page:

Download "Exercises Chapter II."

Transcription

1 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 2A + B 3A + B x For any pair of numbers x, y, set c 1 = 3x + y and c 2 = 2x + y. Then (x, y) = c 1 A + c 2 B. 2 So all vectors in R 2 can be written this way. 7. Let A = (1, 1, 2), B = (0, 1, 0). a. Find all vectors x in R 3 such that x = t 1 A + t 2 B for some constants t 1 and t 2. If x = (x 1, x 2, x 3 ) = t 1 (1, 1, 2) + t 2 (0, 1, 0) = (t 1, t 1 + t 2, 2t 1 ), then we must have x 3 = 2x 1. b. Is the vector (0,0,1) one of the vectors you found in part a? This vector is not a linear combination of the vectors A and B since Let x = (1, 2), y = ( 1, 1). Describe the following sets of vectors. a. {tx + (1 t)y : 0 t 1}. The tips of this set of vectors make up the straight line joining the two points (1, 2) y and ( 1, 1). ( 1,1) (1,2) x A

2 b. {t 1 x + t 2 y : 0 t 1 1, 0 t 2 1} The tips of this set of vectors fill up the parallelogram whose vertices are: (1, 2), (3, 0), ( 1, 1), and (0, 0). y ( 1, 1) (1, 2) x c. {tx + (1 t)y : t any real number} x 2 y = ( 1, 1) x = (1, 2) This set is the straight line through the two points x and y. d. {t 1 x + t 2 y : 0 t 1, 1 t 2 } The set is the infinite triangular region bounded on one side by the line y + tx, for 0 t, and on the other side by the line ty for 1 t. x 1 y + tx ty y x e. {t 1 x + t 2 y : t 1 and t 2 arbitrary} If either of these vectors is a multiple of the other, then the set is the straight line passing through these points and the origin. If they are not multiples of each other, which is the case for our x and y, then the set is all of R 2. 2

3 Page Let V 0 be all 2 2 matrices for which the 1,1 entry is zero. Let V 1 be all 2 2 matrices for which the 1,1 entry is nonzero. Determine if either of these two sets is a vector space. Define addition and multiplication as we did in M mn. The set V 0 is a vector space. Adding two such matrices gives us a matrix with a zero in the 1,1 position, and a scalar multiple of such a matrix also gives us a matrix with a zero in the 1,1 position. It is an easy matter to check that each of the axioms for a vector space is satisfied by the vectors in V 0. The set V 1 is not a vector space. It is not closed under vector addition or scalar multiplication. If A V 1, then so is A, but A + ( A A) has a zero in the 1,1 position so this vector is not in V 1. Similarly 0A is not in V Let V = {A, B,..., Z}; that is, V is the set of capital letters. Define A + B = C, B + C = D, A + E = F ; i.e., the sum of two letters is the first letter larger than either of the summands, unless Z is one of the letters to be added. In that case the sum will always be A. Can you define a way to multiply the elements in V by real numbers in such a way that V becomes a vector space? The answer is no. One reason is that there is no zero vector. 11. Let V = {(x, 0, y): x and y are arbitrary real numbers}. Define addition and scalar multiplication as follows: Is V a vector space? (x 1, 0, y 1 ) + (x 2, 0, y 2 ) = (x 1 + x 2, y 1 + y 2 ) c(x, 0, y) = (cx, cy) V is not a vector space. It is not closed under vector addition or scalar multiplication. 12. Let V c = {(x 1, x 2 ): x 1 + 2x 2 = c}. a. For each value of c sketch V c. y x c = 1 c = 0 c = 1 3

4 b. For what values of c, if any, is V c a vector space? The only value of c for which V c is a vector space is c = 0. If c 0, then V c is not closed under either of the algebraic operations. For example the vector (c, 0) is in V c for any c, but (c, 0) + (c, 0) = (2c, 0) is not back in V c unless c = Let V c = {p: p is in P 4 and p(c) = 0}. For what values of c is V c a vector space? V c is a vector space for every value of c. 16. Let V 1 = {(x 1, x 2 ): x x 2 2 = 1}, V 2 = {(x 1, x 2 ): x x 2 2} 1, V 3 = {(x 1, x 2 ): x 1 0, x 2 0}, and V 4 = {(x 1, x 2 ): x 1 + x 2 0}. Which of these subsets of R 2 is a vector space? None of these subsets of R 2 is a vector space, for they are not closed under either of the vector space operations. 4

5 Page Let A = {(1, 1, 0), ( 1, 0, 1)}. Determine which if any of the following vectors is in S[A]: (1, 1, 1), (0, 1, 1), (2, 3, 1). We are looking for constants c 1 and c 2 such that c 1 (1, 1, 0) + c 2 ( 1, 0, 1) = (x 1, x 2, x 3 ), where (x 1, x 2, x 3 ) is one of the given vectors. This vector equation leads to the following system of equations: c 1 c 2 = x 1, c 1 = x 2, c 2 = x 3. This system will have a solution if and only if x 1 = c 1 c 2 = ( x 2 ) x 3 = (x 2 + x 3 ). For the three vectors we have (1, 1, 1) : x 1 = 1, (x 2 + x 3 ) = 0 this vector is not in S[A] (0, 1, 1) : x 1 = 0, (x 2 + x 3 ) = 0 (0, 1, 1) = (1, 1, 0) + ( 1, 0, 1) (2, 3, 1) : x 1 = 2, (x 2 + x 3 ) = 2 this vector is not in S[A]. 6. Let A = {(1, 2), (6, 3)}. Show that S[A] = R 2. Let (x 1, x 2 ) be any vector in R 2. We want to find constants c 1 and c 2 such that c 1 (1, 2) + c 2 (6, 3) = (x 1, x 2 ). This leads to the system of equations: c 1 + 6c 2 = x 1 2c 1 + 3c 2 = x 2 The solution to this system is c 1 = x 1 + 2x 2 and c 2 = 2x 1 x [ ] Let A =. Let K be the solution set of Ax = 0, for x in R From Example 9 we know that K is a subspace of R 3. Find a vector x 0 such that S[x 0 ] = K. The matrix A is row equivalent to the matrix Thus, K = S[( 3, 3/2, 1)]. x = ( 3x 3, 3x 3 /2, x 3 ) = x 3 ( 3, 3/2, 1). [ ] Thus, if x is in K we have 0 1 3/2 5

6 16. Find spanning sets for each of the following vector spaces: a. V = {(x 1, x 2, x 3 ): x 1 + x 2 6x 3 = 0}) If x is in V, then we must have: x = ( x 2 + 6x 3, x 2, x 3 ) = ( x 2, x 2, 0) + (6x 3, 0, x 3 ) = x 2 ( 1, 1, 0) + x 3 (6, 0, 1) Thus, the vectors {( 1, 1, 0), (6, 0, 1)} form a basis for V. b. V = {p: p is in P 2 and p(1) = 0} If p is in P 2, then p(t) = a 2 t 2 + a 1 t + a 0, and if this polynomial is zero when t = 1, then we have: a 2 + a 1 + a 0 = 0 So if p is also in V, then p(t) = ( a 1 a 0 )t 2 + a 1 t + a 0 = a 1 ( t 2 + t) + a 0 ( t 2 + 1) So a spanning set for V is { t 2 + t, t 2 + 1} c. V = {A = [a ij ]: A is in M 23 and 3 j=1 a ij = 0 for i = 1, 2} If A is in V, then A = [ a1,2 a 1,3 a 12 ] a 1,3 a 2,2 a 2,3 a 2,2 a 2,3 = [ ] [ ] [ ] [ ] a 1,2 + a ,3 + a ,2 + a , Thus, the set {[ ] 1 1 0, [ ] 1 0 1, [ ] 0 0 0, [ 0 0 ]} is a basis for V. 27. Let W = {(x 1, x 2 ): x x 2 2 c}. For which values of c is W a subspace of R 2? The only value of c for which W is a subspace is c = 0. 6

7 28. Let W 1 = {p: p is in P 2 and p(1) = 0}. Let W 2 = {p: p is in P 2 and p(2) = 0}. a. Find a spanning set for W 1 W 2. If p W 1 W 2, then p(1) = p(2) = 0, and if p(t) = a 2 t 2 + a 1 t + a 0, then we have: a 0 + a 1 + a 2 = 0 and a 0 + 2a 1 + 4a 2 = 0. This imlies that a 1 = 2a 2 and a 1 = 3a 2. So p(t) = a 2 (2 3t+t 2 ). Thus, {2 3t+t 2 } is a spanning set for W 1 W 2. b. Find spanning sets for W 1 and W 2 each of which contains the spanning set you found in part a. An equation, which characterizes those p W 1 is a 0 + a 1 + a 2 = 0. If we set a 2 = 0, then we must have a 1 = a 0, so a second vector in W 1 is p(t) = 1 t, and a basis for W 1 is {1 t, 2 3t + t 2 }. An equation characterizing those vectors in W 2 is a 0 + 2a 1 + 4a 2 = 0. Setting a 2 = 0, we must have a 1 = a 0 /2. Thus a spanning set for W 2 is {2 t, 2 3t + t 2 }. 29. Example 9 shows that the solution sets of homogeneous systems of equations are subspaces. Find spanning sets for each of the solution spaces of the following systems of equations: a. 2x 1 + 6x 2 x 3 = 0 A spanning set for the solution set is: {(1, 0, 2), (0, 1, 6)} b. 2x 1 + 6x 2 x 3 = 0, x 2 + 4x 3 = 0 A spanning set is {(25/2, 4, 1)}. c. 2x 1 + 6x 2 x 3 = 0, x 2 + 4x 3 = 0, x 1 + x 2 = 0 The solution set is the zero vector, or the vector space consisting solely of the zero vector, and this vector space has no basis. 7

8 Page Determine whether the following sets of vectors are linearly independent. a. {(1, 3), (1, 4), (8, 12)} This set is linearly dependent. 44(1, 3) + 12(1, 4) 7(8, 12) = (0, 0). b. {(1, 1, 4), (8, 3, 2), (0, 2, 1)} This set is linearly independent. The only solution to c 1 (1, 1, 4) + c 2 (8, 3, 2) + c 3 (0, 2, 1) = (0, 0, 0) is c 1 = c 2 = c 3 = 0. c. {(1, 1, 2, 3), ( 2, 3, 0, 4), (8, 7, 4, 18)} This set is linearly dependent. 2(1, 1, 2, 3) + 3( 2, 3, 0, 4) + (8, 7, 4, 18) = (0, 0, 0, 0). 10. Let A = {(0, 1, 1), (1, 0, 1), (1, 1, 0)}. Is A linearly dependent? S[A] =? A is linearly independent and its span is all of R Let A = {(x 1, x 2 ): x x 2 2 = 1}. Is A a linearly independent subset of R 2? Is A a spanning subset of R 2? A is not linearly independent as it contains the three vectors {(1, 0), (0, 1), (1/ 2, 1/ 2)}, and they are linearly dependent. A is a spanning subset of R Let V = {p(t): p is in P 2 and 1 p(t)dt = 0}. Find a spanning set of V that has exactly 0 two vectors in it. Show that your set is also linearly independent. Integrating a generic vector in P 2, we have 1 0 p(t)dt = 1 0 (a 0 + a 1 t + a 2 t 2 )dt = a 0 + a a 2 3 = 0. Thus, a 0 = ( a a 2 3 ). A basis for V is { 1 + 2t, 3 + 3t 2 }. If a linear combination of these vectors, c 1 ( 1 + 2t) + c 2 ( 3 + 3t 2 ) is the zero polynomial, then we must have c 1 = c 2 = 0. Thus, the vectors are linearly independent. 8

9 17. Let V = {p(t): p is in P 3 and p (0) = 0, p(1) p(0) = 0}. Find a spanning set of V that has exactly two vectors. Is the set also linearly independent? If p(t) = a 0 +a 1 t+a 2 t 2 +a 3 t 3 is a generic vector in P 3, and it is in V, then the coefficients a i satisfy the following equations: a 1 = 0, a 1 + a 2 + a 3 = 0. Thus, a 0 is arbitrary, a 1 = 0, and a 2 = a 3. So an arbitrary vector in V has the form p(t) = a 0 a 3 t 2 + a 3 t 3 = a 0 + a 3 ( t 2 + t 3 ). The two vectors {1, t 2 + t 3 } are linearly independent, hence they are a basis of V. 18. Let V = {A: A is in M 23 and AB = AC = 0 22 }, where B = 1 1 C = Find a linearly independent spanning set of V. How many vectors are in your set? [ ] a1 a Let A = 2 a 3. Then the conditions AB = AC = 0 a 4 a 5 a 2,2 lead to the equations: 6 a 1 + a 2 + a 3 = 0, a 1 a 2 + a 3 = 0, a 4 + a 5 + a 6 = 0, a 4 a 5 + a 6 = 0 a 1 a 2 + a 3 = 0, a 1 + a 2 a 3 = 0, a 4 a 5 + a 6 = 0, a 4 + a 5 a 6 = 0 The solution to this system is a 1 = a 3, a 2 = 0, a 4 = a 6, a 5 = 0. Thus, [ ] [ ] [ ] a3 0 a A = = a a 6 0 a 3 + a {[ ] [ ]} and a basis for V is,

10 Page Find a basis for S[(2, 6, 0, 1, 3), (1, 1, 0, 1, 4), (0, 0, 0, 1, 1)]. The three given vectors are linearly independent so they form a basis for the vector space they span. 10. Let K = {(x 1, x 2, x 3 ): x 1 x 2 + 3x 3 = 0}. a. Find a basis for K. A vector (x 1, x 2, x 3 ) is in K if and only if (x 1, x 2, x 3 ) = (x 2 3x 3, x 2, x 3 ) = x 2 (1, 1, 0) + x 3 ( 3, 0, 1). Thus, a basis of K is {(1, 1, 0), ( 3, 0, 1)}. b. dim(k) =? The dimension of K is two. c. Extend your basis of K to a basis of R 3. All we need is to find a third vector, which is not in K. (1, 0, 0) is one such vector. So a basis of R 3 which contains the basis we found for K is {(1, 1, 0), ( 3, 0, 1), (1, 0, 0)}. 12. Let K = {(x 1, x 2, x 3 ): x 1 x 2 = x 3, x 2 + 2x 3 = 0)}. a. Find a basis B for K. The equations which determine K imply that x 2 = 2x 3, and x 1 = 2x 3 +x 3 = x 3. Thus, a basis for K is {( 1, 2, 1)}. b. dim(k) =? dim(k) = 1. c. How many vectors have to be added to B to get a basis for R 3? Since the dimension of R 3 is 3, we need to add two vectors to a basis of K to get a basis of R Let V = {p: p is in P 4, 1 p(t)dt = 0 = 2 p(t)dt}. Find a basis for V. 0 1 If p(t) = a 0 + a 1 t + a 2 t 2 + a 3 t 3 + a 4 t 4 is in V, then we have a 0 + a a a a 4 5 = 0, a 0 + 3a a a 3 4 The solution to this system is a 0 = 2 3 a a a 4, a 1 = 2a a 3 6a 4 Thus, a basis of V is { 2 3 2t + t2, t + t3, t + t4}. + 31a 4 5 = 0 10

11 25. Let A = {(1, 0, 0), (0, 1, 1), (0, 2, 3), (0, 3, 4)(1, 1, 3)}. a. Show that A is linearly dependent. Since (0, 1, 1) + (0, 2, 3) (0, 3, 4) = (0, 0, 0) the set A must be linearly dependent. b. What is the largest number of vectors in A that can form a linearly independent set? Since these vectors are in R 3, the maximum number is 3. c. For which vectors x in A is it true that S[A] = S[A\x}]? Turns out that this is true for every vector in A. d. Find a subset B of A such that B is linearly independent and for which S[B] = S[A]. One such subset is {(1, 0, 0), (0, 1, 1), (0, 2, 3)}. Note that the last two vectors form a basis of the subspace of R 3 whose vectors have a zero in the first slot, and the first vector is a basis for that subspace of R 3 whose last two slots are zero. Thus, between these three vectors, we have a basis for R 3. 11

12 Page Find the coordinates of x = (1, 1, 2) with respect to each of the following bases: a. {(1, 0, 0), (0, 1, 0), (0, 0, 1)} [(1, 1, 2)] B = [1, 1, 2] b. {(1, 1, 1), (2, 1, 4), ( 1, 1, 1)} We re looking for constants c i such that (1, 1, 2) = c 1 (1, 1, 1)+c 2 (2, 1, 4)+c 3 ( 1, 1, 1). Solving for the constants we have [(1, 1, 2)] B = [ 3/2, 1, 1/2] c. {(2, 0, 6), (4, 2, 0), (0, 3, 2)} [(1, 1, 2)] B = [45/100, 25/1000, 35/100] 4. Let F = {(1, 2), (8, 3)} a. If [x] F = [1, 0], then x =? b. If [x] F = [1, 1], then x =? c. If [x] F = [0, 0], then x =? d. If x = (1, 1), then [x] F =? x = (1, 2) [x] F = x = (9, 1) x = 0 [ 5 19, 3 ] 19 12

13 5. Let V = M 2,2. Let F be the set: {[ 0 ] [ 1 1 ] [ 0 1 ] [ 1 1 ]} a. Show that F is a basis of V. Show that the set F is linearly independent, then note that F contains 4 vectors and dim[m 2,2 ] = 4. Thus, F is a basis of M 22. [ ] 6 4 b. Let x = ; [x] 3 2 F =? We need constants c i such that [ ] [ ] = c [ ] [ ] [ ] c 2 + c c Solving this system we get [x] F = [ 11 3, 19 3, 2 3, 1 ] 3 c. If [x] F = [0, 1, 0, 0], then x equals? x = [ ] Let V = P 2. Let F = {1, 1 + t, 1 + t + t 2 }. a. Show that F is a basis of V. dim [P 2 ] = 3, there are 3 vectors in F, and they are linearly independent. Thus, F must be a basis for V. b. If [x] F = [ 2, 3, 7], then x equals? x = ( 2)1 + (3)(1 + t) + (7)(1 + t + t 2 ) = t + 7t 2. c. [6 t 2 ] F = [6 t 2 ] F = [6, 1, 1] 13

14 7. Let S be the standard basis of R 2, and let G = {(1, 6), (2, 3)}. a. Show that G is a basis. There are 2 vectors in G, G is linearly independent, and the dimension of R 2 is two. Hence, G is a basis of R 2. b. Find the change of basis matrix P such that [x] T S = P [x]t G. [ ] 1 2 P = 6 3 c. Find the change of basis matrix Q such that [x] T G = Q[x]T S. Q = P 1 = 1 [ ] d. Compute P Q and QP. Since Q = P 1, we have P Q = QP = I Let F = {( 1, 7), (2, 3)} and G = {(1, 2), (1, 3)}. a. Show that both F and G are bases of R 2. Both sets have 2 vectors, both sets are linearly independent and dim[r 2 ] = 2. b. Find the change of basis matrix P such that [x] T G = P [x]t F. Let P 1 and P 2 be the change of basis matrices defined by [x] T S = P 1 [x] T F, [x] T S = P 2 [x] T G, where S represents the standard basis of R 2. Then [ ] [ ] P 1 = P = 2 3 Using these two matrices we construct the matrix P. [x] T G = P 1 2 [x] T S = P 1 2 P 1 [x] T F.. Thus, P = P 1 2 P 1 = = [ ] [ ] 1 [ ] 1 2 = 7 3 [ ] [ ]

15 12. Let F = {(1, 1), ( 1, 2)}, G = {( 1, 2), (1, 1)}. a. Find the change of basis matrix P such that [x] T G = P [x]t F. Notice that the bases F and G contain the same vectors, but in a different order. What this means as far as coordinates are concerned is that if [x] T G = [c 1, c 2 ], then [x] T F = [c 2, c 1 ]. So the change of basis matrix P has to switch components of a vector. Thus, [ ] 0 1 P =. 1 0 b. If x = (1, 1), find [x] F and [x] G. The vector (1, 1) is the first basis vector in F and the second basis vector in G. Thus, [x] F = [1, 0], [x] G = [0, 1]. c. Show [x] T F = P 1 [x] T G. P 1 [x] T G = [ ] [ ] = [ ] 1 = [x] 0 F. Note that P = P Let V = P 3. Let F = { 2, t + t 2, t 2 1, t 3 + 1}. Let S denote the standard basis of V. a. Verify that F is a basis of V. Let f i, for 1 i 4 denote the basis vectors of F. Then f 1 generates all of the constant polynomials, a linear combination of f 1 and f 3 equals t 2, a linear combination of f 1 and f 4 equals t 3, and f 2 t 2 = t. Thus, the span of F equals P 3. Since there are four vectors in F and the dimension of P 3 is 4, F is a basis. b. Find the change of basis matrix P such that [x] T S = P [x]t F P =

16 d. Compute the coordinates of t 3, t 2, t, and 1 with respect to the basis F. The matrix P 1 is the change of basis matrix, which converts coordinates with respect to the standard basis to coordinates with respect to the basis F P 1 = /2 1/2 [1] F = = 0 0, [t] F = [t 2 ] F = 1/ , [t3 ] F = 1/ Find the coordinates of (2,6) with respect to each of the following bases of R 2 : a. {(1, 0), (0, 1)} b. {(0, 1), (1, 0)} c. {(2, 6), (3, 0)} d. {(3, 0), (2, 6)} a. [(2, 6)] = [2, 6] b. [(2, 6)] = [6, 2] c. [(2, 6)] = [1, 0] d. [(2, 6)] = [0, 1]. 16

17 Page Let V be the vector space consisting of all real-valued functions defined on [0,1]. Which of the following subsets are subspaces, and which of these are finite-dimensional? a. All polynomials of degree 4 This set is a subspace. In fact, it s P 4, so it s finite dimensional. b. All f(t) for which f( 1 2 ) = 0 This is an infinite dimensional subspace. c. All f(t) such that f(0) = f(1) This is an infinite dimensional subspace. d. All f(t) such that f(0) + f(1) = 1 Not a subspace. The set is not closed under vector addition or scalar multiplication. e. All functions of the form ce rt for some constants c and r Not a subspace. The set is not closed under vector addition. e t and e 2t are in the set, but there are no constants c and r such that e t + e 2t = ce rt. To see that this is the case. Suppose such constants exist. Then c = 2, and r = 3/2 in order that both sides of the equality have the same value at t = 0 and their derivatives have the same value at t = 0, but then the second derivatives will not be equal at t = For which numbers x are the vectors (2, 3) and (1, x) linearly independent? We need a condition on x which will guaranty that if a linear combination of these two equals the zero vector, then it must be the trivial linear combination. So suppose c 1 and c 2 are such that c 1 (2, 3) + c 2 (1, x) = (0, 0) = 2c 1 + c 2 = 0 6c 1 + 3c 2 = 0 3c 1 + xc 2 = 0 6c 1 + 2xc 2 = 0 This tells us that (2x 3)c 2 = 0. To force c 2 = 0 we must have x 3/2. 17

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

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

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

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

2.3. VECTOR SPACES 25

2.3. VECTOR SPACES 25 2.3. VECTOR SPACES 25 2.3 Vector Spaces MATH 294 FALL 982 PRELIM # 3a 2.3. Let C[, ] denote the space of continuous functions defined on the interval [,] (i.e. f(x) is a member of C[, ] if f(x) is continuous

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

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

Row Space, Column Space, and Nullspace

Row Space, Column Space, and Nullspace Row Space, Column Space, and Nullspace MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Introduction Every matrix has associated with it three vector spaces: row space

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

Solutions to Homework 5 - Math 3410

Solutions to Homework 5 - Math 3410 Solutions to Homework 5 - Math 34 (Page 57: # 489) Determine whether the following vectors in R 4 are linearly dependent or independent: (a) (, 2, 3, ), (3, 7,, 2), (, 3, 7, 4) Solution From x(, 2, 3,

More information

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true.

(a) II and III (b) I (c) I and III (d) I and II and III (e) None are true. 1 Which of the following statements is always true? I The null space of an m n matrix is a subspace of R m II If the set B = {v 1,, v n } spans a vector space V and dimv = n, then B is a basis for V III

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

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

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a). .(5pts) Let B = 5 5. Compute det(b). (a) (b) (c) 6 (d) (e) 6.(5pts) Determine which statement is not always true for n n matrices A and B. (a) If two rows of A are interchanged to produce B, then det(b)

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 222 3. M Test # July, 23 Solutions. For each statement indicate whether it is always TRUE or sometimes FALSE. Note: For

More information

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer.

Chapter 3. Directions: For questions 1-11 mark each statement True or False. Justify each answer. Chapter 3 Directions: For questions 1-11 mark each statement True or False. Justify each answer. 1. (True False) Asking whether the linear system corresponding to an augmented matrix [ a 1 a 2 a 3 b ]

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

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true? . Let m and n be two natural numbers such that m > n. Which of the following is/are true? (i) A linear system of m equations in n variables is always consistent. (ii) A linear system of n equations in

More information

Vector space and subspace

Vector space and subspace Vector space and subspace Math 112, week 8 Goals: Vector space, subspace, span. Null space, column space. Linearly independent, bases. Suggested Textbook Readings: Sections 4.1, 4.2, 4.3 Week 8: Vector

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #2 Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #2 Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 3. M Test # Solutions. (8 pts) For each statement indicate whether it is always TRUE or sometimes FALSE. Note: For this

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

Math 54. Selected Solutions for Week 5

Math 54. Selected Solutions for Week 5 Math 54. Selected Solutions for Week 5 Section 4. (Page 94) 8. Consider the following two systems of equations: 5x + x 3x 3 = 5x + x 3x 3 = 9x + x + 5x 3 = 4x + x 6x 3 = 9 9x + x + 5x 3 = 5 4x + x 6x 3

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

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 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

Lecture 3: Linear Algebra Review, Part II

Lecture 3: Linear Algebra Review, Part II Lecture 3: Linear Algebra Review, Part II Brian Borchers January 4, Linear Independence Definition The vectors v, v,..., v n are linearly independent if the system of equations c v + c v +...+ c n v n

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

Fall 2016 MATH*1160 Final Exam

Fall 2016 MATH*1160 Final Exam Fall 2016 MATH*1160 Final Exam Last name: (PRINT) First name: Student #: Instructor: M. R. Garvie Dec 16, 2016 INSTRUCTIONS: 1. The exam is 2 hours long. Do NOT start until instructed. You may use blank

More information

On-Line Geometric Modeling Notes VECTOR SPACES

On-Line Geometric Modeling Notes VECTOR SPACES On-Line Geometric Modeling Notes VECTOR SPACES Kenneth I. Joy Visualization and Graphics Research Group Department of Computer Science University of California, Davis These notes give the definition of

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

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

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

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date April 29, 23 2 Contents Motivation for the course 5 2 Euclidean n dimensional Space 7 2. Definition of n Dimensional Euclidean Space...........

More information

MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian.

MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian. MATH 304 Linear Algebra Lecture 10: Linear independence. Wronskian. Spanning set Let S be a subset of a vector space V. Definition. The span of the set S is the smallest subspace W V that contains S. If

More information

Lecture 16: 9.2 Geometry of Linear Operators

Lecture 16: 9.2 Geometry of Linear Operators Lecture 16: 9.2 Geometry of Linear Operators Wei-Ta Chu 2008/11/19 Theorem 9.2.1 If T: R 2 R 2 is multiplication by an invertible matrix A, then the geometric effect of T is the same as an appropriate

More information

System of Linear Equations

System of Linear Equations Math 20F Linear Algebra Lecture 2 1 System of Linear Equations Slide 1 Definition 1 Fix a set of numbers a ij, b i, where i = 1,, m and j = 1,, n A system of m linear equations in n variables x j, is given

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

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

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

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

(i) [7 points] Compute the determinant of the following matrix using cofactor expansion.

(i) [7 points] Compute the determinant of the following matrix using cofactor expansion. Question (i) 7 points] Compute the determinant of the following matrix using cofactor expansion 2 4 2 4 2 Solution: Expand down the second column, since it has the most zeros We get 2 4 determinant = +det

More information

4.6 Bases and Dimension

4.6 Bases and Dimension 46 Bases and Dimension 281 40 (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

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information

MATH SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER Given vector spaces V and W, V W is the vector space given by

MATH SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER Given vector spaces V and W, V W is the vector space given by MATH 110 - SOLUTIONS TO PRACTICE MIDTERM LECTURE 1, SUMMER 2009 GSI: SANTIAGO CAÑEZ 1. Given vector spaces V and W, V W is the vector space given by V W = {(v, w) v V and w W }, with addition and scalar

More information

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ Question No: 1 (Marks: 1) If for a linear transformation the equation T(x) =0 has only the trivial solution then T is One-to-one Onto Question

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

Exam 2 Solutions. (a) Is W closed under addition? Why or why not? W is not closed under addition. For example,

Exam 2 Solutions. (a) Is W closed under addition? Why or why not? W is not closed under addition. For example, Exam 2 Solutions. Let V be the set of pairs of real numbers (x, y). Define the following operations on V : (x, y) (x, y ) = (x + x, xx + yy ) r (x, y) = (rx, y) Check if V together with and satisfy properties

More information

Abstract Vector Spaces and Concrete Examples

Abstract Vector Spaces and Concrete Examples LECTURE 18 Abstract Vector Spaces and Concrete Examples Our discussion of linear algebra so far has been devoted to discussing the relations between systems of linear equations, matrices, and vectors.

More information

Linear maps. Matthew Macauley. Department of Mathematical Sciences Clemson University Math 8530, Spring 2017

Linear maps. Matthew Macauley. Department of Mathematical Sciences Clemson University  Math 8530, Spring 2017 Linear maps Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 8530, Spring 2017 M. Macauley (Clemson) Linear maps Math 8530, Spring 2017

More information

Math 3013 Problem Set 6

Math 3013 Problem Set 6 Math 3013 Problem Set 6 Problems from 31 (pgs 189-190 of text): 11,16,18 Problems from 32 (pgs 140-141 of text): 4,8,12,23,25,26 1 (Problems 3111 and 31 16 in text) Determine whether the given set is closed

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V.

DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V. 6.2 SUBSPACES DEF 1 Let V be a vector space and W be a nonempty subset of V. If W is a vector space w.r.t. the operations, in V, then W is called a subspace of V. HMHsueh 1 EX 1 (Ex. 1) Every vector space

More information

Vector space and subspace

Vector space and subspace Vector space and subspace Math 112, week 8 Goals: Vector space, subspace. Linear combination and span. Kernel and range (null space and column space). Suggested Textbook Readings: Sections 4.1, 4.2 Week

More information

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005 MATH 225 Summer 25 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 25 Department of Mathematical and Statistical Sciences University of Alberta Question 1. [p 224. #2] The set of all

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

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations & Systems of Linear Equations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

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

4 Vector Spaces. 4.1 Basic Definition and Examples. Lecture 10

4 Vector Spaces. 4.1 Basic Definition and Examples. Lecture 10 Lecture 10 4 Vector Spaces 4.1 Basic Definition and Examples Throughout mathematics we come across many types objects which can be added and multiplied by scalars to arrive at similar types of objects.

More information

Vector Spaces and SubSpaces

Vector Spaces and SubSpaces Vector Spaces and SubSpaces Linear Algebra MATH 2076 Linear Algebra Vector Spaces & SubSpaces Chapter 4, Section 1b 1 / 10 What is a Vector Space? A vector space is a bunch of objects that we call vectors

More information

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve: MATH 2331 Linear Algebra Section 1.1 Systems of Linear Equations Finding the solution to a set of two equations in two variables: Example 1: Solve: x x = 3 1 2 2x + 4x = 12 1 2 Geometric meaning: Do these

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

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur

Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur Advanced Engineering Mathematics Prof. Pratima Panigrahi Department of Mathematics Indian Institute of Technology, Kharagpur Lecture No. # 02 Vector Spaces, Subspaces, linearly Dependent/Independent of

More information

This lecture: basis and dimension 4.4. Linear Independence: Suppose that V is a vector space and. r 1 x 1 + r 2 x r k x k = 0

This lecture: basis and dimension 4.4. Linear Independence: Suppose that V is a vector space and. r 1 x 1 + r 2 x r k x k = 0 Linear Independence: Suppose that V is a vector space and that x, x 2,, x k belong to V {x, x 2,, x k } are linearly independent if r x + r 2 x 2 + + r k x k = only for r = r 2 = = r k = The vectors x,

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

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

This MUST hold matrix multiplication satisfies the distributive property.

This MUST hold matrix multiplication satisfies the distributive property. The columns of AB are combinations of the columns of A. The reason is that each column of AB equals A times the corresponding column of B. But that is a linear combination of the columns of A with coefficients

More information

MATH 304 Linear Algebra Lecture 8: Vector spaces. Subspaces.

MATH 304 Linear Algebra Lecture 8: Vector spaces. Subspaces. MATH 304 Linear Algebra Lecture 8: Vector spaces. Subspaces. Linear operations on vectors Let x = (x 1, x 2,...,x n ) and y = (y 1, y 2,...,y n ) be n-dimensional vectors, and r R be a scalar. Vector sum:

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

SYMBOL EXPLANATION EXAMPLE

SYMBOL EXPLANATION EXAMPLE MATH 4310 PRELIM I REVIEW Notation These are the symbols we have used in class, leading up to Prelim I, and which I will use on the exam SYMBOL EXPLANATION EXAMPLE {a, b, c, } The is the way to write the

More information

Homework 5 M 373K Mark Lindberg and Travis Schedler

Homework 5 M 373K Mark Lindberg and Travis Schedler Homework 5 M 373K Mark Lindberg and Travis Schedler 1. Artin, Chapter 3, Exercise.1. Prove that the numbers of the form a + b, where a and b are rational numbers, form a subfield of C. Let F be the numbers

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

Solutions to Final Exam

Solutions to Final Exam Solutions to Final Exam. Let A be a 3 5 matrix. Let b be a nonzero 5-vector. Assume that the nullity of A is. (a) What is the rank of A? 3 (b) Are the rows of A linearly independent? (c) Are the columns

More information

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

MATH 423 Linear Algebra II Lecture 12: Review for Test 1.

MATH 423 Linear Algebra II Lecture 12: Review for Test 1. MATH 423 Linear Algebra II Lecture 12: Review for Test 1. Topics for Test 1 Vector spaces (F/I/S 1.1 1.7, 2.2, 2.4) Vector spaces: axioms and basic properties. Basic examples of vector spaces (coordinate

More information

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1.

August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei. 1. August 23, 2017 Let us measure everything that is measurable, and make measurable everything that is not yet so. Galileo Galilei 1. Vector spaces 1.1. Notations. x S denotes the fact that the element x

More information

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

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

Chapter 2: Matrix Algebra

Chapter 2: Matrix Algebra Chapter 2: Matrix Algebra (Last Updated: October 12, 2016) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). Write A = 1. Matrix operations [a 1 a n. Then entry

More information

Lecture 9: Vector Algebra

Lecture 9: Vector Algebra Lecture 9: Vector Algebra Linear combination of vectors Geometric interpretation Interpreting as Matrix-Vector Multiplication Span of a set of vectors Vector Spaces and Subspaces Linearly Independent/Dependent

More information

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections ) c Dr. Igor Zelenko, Fall 2017 1 10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections 7.2-7.4) 1. When each of the functions F 1, F 2,..., F n in right-hand side

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

4. Linear transformations as a vector space 17

4. Linear transformations as a vector space 17 4 Linear transformations as a vector space 17 d) 1 2 0 0 1 2 0 0 1 0 0 0 1 2 3 4 32 Let a linear transformation in R 2 be the reflection in the line = x 2 Find its matrix 33 For each linear transformation

More information

Ma 227 Review for Systems of DEs

Ma 227 Review for Systems of DEs Ma 7 Review for Systems of DEs Matrices Basic Properties Addition and subtraction: Let A a ij mn and B b ij mn.then A B a ij b ij mn 3 A 6 B 6 4 7 6 A B 6 4 3 7 6 6 7 3 Scaler Multiplication: Let k be

More information

The Jordan Canonical Form

The Jordan Canonical Form The Jordan Canonical Form The Jordan canonical form describes the structure of an arbitrary linear transformation on a finite-dimensional vector space over an algebraically closed field. Here we develop

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

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

Multiple Choice Questions

Multiple Choice Questions Multiple Choice Questions There is no penalty for guessing. Three points per question, so a total of 48 points for this section.. What is the complete relationship between homogeneous linear systems of

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

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 2. Linear Transformations Math 4377/638 Advanced Linear Algebra 2. Linear Transformations, Null Spaces and Ranges Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

More information

Math 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 9 Applied Linear Algebra Lecture : Null and Column Spaces Stephen Billups University of Colorado at Denver Math 9Applied Linear Algebra p./8 Announcements Study Guide posted HWK posted Math 9Applied

More information

Econ Slides from Lecture 7

Econ Slides from Lecture 7 Econ 205 Sobel Econ 205 - Slides from Lecture 7 Joel Sobel August 31, 2010 Linear Algebra: Main Theory A linear combination of a collection of vectors {x 1,..., x k } is a vector of the form k λ ix i for

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

Lecture 11: Finish Gaussian elimination and applications; intro to eigenvalues and eigenvectors (1)

Lecture 11: Finish Gaussian elimination and applications; intro to eigenvalues and eigenvectors (1) Lecture 11: Finish Gaussian elimination and applications; intro to eigenvalues and eigenvectors (1) Travis Schedler Tue, Oct 18, 2011 (version: Tue, Oct 18, 6:00 PM) Goals (2) Solving systems of equations

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 998 Comments to the author at krm@mathsuqeduau All contents copyright c 99 Keith

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Corrected Version, 7th April 013 Comments to the author at keithmatt@gmail.com Chapter 1 LINEAR EQUATIONS 1.1

More information