Math 250B Midterm II Information Spring 2019 SOLUTIONS TO PRACTICE PROBLEMS

Size: px
Start display at page:

Download "Math 250B Midterm II Information Spring 2019 SOLUTIONS TO PRACTICE PROBLEMS"

Transcription

1 Math 50B Midterm II Information Spring 019 SOLUTIONS TO PRACTICE PROBLEMS Problem 1. Determine whether each set S below forms a subspace of the given vector space V. Show carefully that your answer is correct: (a): V P 3 (R) and S {x 3 + bx + a : a, b R}. SOLUTION: NO. This set S fails to be closed under addition. For instance, x 3 + x + 3 and x 3 x + 5 both belong to S, but (x 3 + x + 3) + (x 3 x + 5) 4x 3 x + 8 does not belong to S (since the coefficient of x 3 went up to 4). Notice that to show that S was not a subspace, we simply needed to illustrate a specific example of how the closure property was invalid. (b): V M 3 (R) and S is the set of all 3 3 lower triangular matrices. SOLUTION: YES. We will verify (using general matrices) that S is closed under addition and scalar multiplication: Closure under Addition: Suppose A and B are elements of S. Write a b A a a 3 0 and B b b 3 0, a 4 a 5 a 6 b 4 b 5 b 6 which is the general form for the lower triangular matrices. Then observe that a 1 + b A + B a + b a 3 + b 3 0 a 4 + b 4 a 5 + b 5 a 6 + b 6 is still lower-triangular. addition. Thus, A + B S, which means that S is closed under Closure under Scalar Multiplication: Let A be as above, and let k be a scalar. Then ka k A ka ka 3 0, ka 4 ka 5 ka 6

2 which is still lower-triangular. Thus, k A S, which means that S is closed under scalar multiplication. Since S is closed under addition and scalar multiplication, it forms a subspace of V. (c): V {f : [a, b R} and S is the set of all functions in V such that f(a) f(b). SOLUTION: YES. We will verify that S is closed under addition and scalar multiplication: Closure under Addition: Suppose f and g are elements of S. This means that f(a) f(b) and g(a) g(b). We must verify that f + g meets this same condition: (f + g)(a) f(a) + g(a) f(b) + g(b) (f(b) + g(b)) (f + g)(b), which shows that f + g S. Closure under Scalar Multiplication: Let f be as above and let k be a scalar. Then we must verify that the function k f still belongs to S: which shows that k f S. (k f)(a) kf(a) k(f(b)) (kf(b)) ((k f)(b)), Since S is closed under addition and scalar multiplication, it forms a subspace of V. Problem. Which of the following sets of vectors is linearly dependent? For those that are, write a linear dependency among the vectors. (a): 6 x and 1 + x + 4x SOLUTION: LINEARLY INDEPENDENT. To prove this, suppose that c 1 (6 x ) + c (1 + x + 4x ) 0. Then (6c 1 + c ) + c x + ( c 1 + 4c )x 0. Hence, 6c 1 + c c c 1 + 4c 0, from which it follows immediately that c 1 c 0. Hence, the vectors are linearly independent. (b): 1 + 3x + 3x, x + 4x, 5 + 6x + 3x, 7 + x x. SOLUTION: LINEARLY DEPENDENT. The given polynomials all belong to P (R), the 3-dimensional vector space consisting of polynomials of degree at most.

3 Since we have 4 > 3 vectors in this set, they cannot possibly be independent. This part of the answer is quick! Next, we must derive a linear dependency of the form Therefore, Hence, a(1 + 3x + 3x ) + b(x + 4x ) + c(5 + 6x + 3x ) + d(7 + x x ) 0. (a + 5c + 7d) + (3a + b + 6c + d)x + (3a + 4b + 3c d)x 0. a + 5c + 7d 0, 3a + b + 6c + d 0, 3a + 4b + 3c d 0. This gives rise to a linear system with augmented matrix The row echelon form is Setting d t, we use back-substitution to find that Putting t 1, we find that This gives us the linear dependency. a 17 4 t, b 5 4 t, c 9 t, d t. 4 a 17 4, b 5 4, c 9 4, d (1 + 3x + 3x ) 5 4 (x + 4x ) 9 4 (5 + 6x + 3x ) + (7 + x x ) 0. (c): (3, 0, 4), (5, 1, ), and (1, 1, 3).

4 SOLUTION: LINEARLY INDEPENDENT. Suppose that a(3, 0, 4) + b(5, 1, ) + c(1, 1, 3) (0, 0, 0). We wish to solve for a, b, c. To do this, we need to solve the linear system But, we can quickly show that det , so the matrix is 4 3 invertible. This means that the corresponding linear system we are considering has only the trivial solution. That is a b c 0, as desired. Problem 3. Let V : P 5 (R). Show that {1, 1 + x, x + x, x + x 3, x 3 + x 4, x 4 + x 5 } is a basis for V. SOLUTION: We need only show that this set of given vectors is linearly independent (since there are the right number of vectors, they will automatically span the space V once we show they are linearly independent). To this end, suppose that c 1 (1) + c (1 + x) + c 3 (x + x ) + c 4 (x + x 3 ) + c 5 (x 3 + x 4 ) + c 6 (x 4 + x 5 ) 0. We must show that c 1 c c 3 c 4 c 5 c 6 0. Re-combining the terms, we have (c 1 + c ) + (c + c 3 )x + (c 3 + c 4 )x + (c 4 + c 5 )x 3 + (c 5 + c 6 )x 4 + c 6 x 5 0. Comparing powers of x on each side of the equation, we conclude that c 1 + c 0, c + c 3 0, c 3 + c 4 0, c 4 + c 5 0, c 5 + c 6 0, c 6 0. A quick back-substitution argument now shows that c 1 c c 3 c 4 c 5 c 6 0, Problem 4. Suppose that {v 1, v, v 3 } is linearly independent. Let w 1 v 1. Let w v 1 + 3v. Let w 3 4v 1 + 5v + 6v 3. Show that {w 1, w, w 3 } is linearly independent. SOLUTION: Suppose that c 1 w 1 + c w + c 3 w 3 0.

5 We wish to show that c 1 c c 3 0. This means that or c 1 v 1 + c (v 1 + 3v ) + c 3 (4v 1 + 5v + 6v 3 ) 0, (c 1 + c + 4c 3 )v 1 + (3c + 5c 3 )v + 6c 3 v 3 0. Since {v 1, v, v 3 } is linearly independent, we conclude that c 1 + c + 4c 3 0, 3c + 5c 3 0, 6c 3 0. An easy back-substitution argument now shows that c 1 c c 3 0, as desired. Problem 5. Verify that the function T is a linear transformations. (a): T : R 3 M (R) defined by [ a b b c T (a, b, c) : a + b b + c. SOLUTION: We must check that T respects addition and scalar multiplication. Let (a, b, c) R 3 and let (x, y, z) R 3. T respects addition: We have T ((a, b, c) + (x, y, z)) T (a + x, b + y, c + z) [ a + x b y b + y c z a + x + b + y b + y + c + z [ [ a b b c x y y z + a + b b + c x + y y + z T (a, b, c) + T (x, y, z). T respects scalar multiplication: Next, let k be a scalar. We have T (k(a, b, c)) T (ka, kb, kc) [ ka kb kb kc ka + kb kb + kc [ a b b c k a + b b + c kt (a, b, c).

6 (b): T : P (R) R 3 defined by T (a 0 + a 1 x + a x ) : a 0 a 1 a 0 + a 1 3a a a 0. SOLUTION: We must check that T respects addition and scalar multiplication. Let a 0 + a 1 x + a x and b 0 + b 1 x + b x belong to P (R). T respects addition: We have T ((a 0 + a 1 x + a x ) + (b 0 + b 1 x + b x )) T ((a 0 + b 0 ) + (a 1 + b 1 )x + (a + b )x ) (a 0 + b 0 ) (a 1 + b 1 ) (a 0 + b 0 ) + (a 1 + b 1 ) 3(a + b ) (a + b ) (a 0 + b 0 ) a 0 a 1 b 0 b 1 a 0 + a 1 3a a a 0 + b 0 + b 1 3b b b 0 T (a 0 + a 1 x + a x ) + T (b 0 + b 1 x + b x ), T respects scalar multiplication: Next, let k be a scalar. We have T (k(a 0 + a 1 x + a x )) T (ka 0 + ka 1 x + ka x ) (ka 0 ) (ka 1 ) ka 0 + ka 1 3(ka ) ka ka 0 a 0 a 1 k a 0 + a 1 3a a a 0 kt (a 0 + a 1 x + a x ), (c): T : P (R) R defined by T (p(x)) : [ p(0) p(1).

7 SOLUTION: We must check that T respects addition and scalar multiplication. Let p(x) and q(x) belong to P (R). T respects addition: We have T (p(x) + q(x)) T ((p + q)(x)) [ (p + q)(0) (p + q)(1) [ p(0) + q(0) p(1) + q(1) [ [ p(0) q(0) + p(1) q(1) T (p(x)) + T (q(x)), T respects scalar multiplication: Next, let k be a scalar. We have T (k p(x)) T ((kp)(x)) [ (kp)(0) (kp)(1) [ k p(0) k p(1) [ p(0) k p(1) k T (p(x)), (d): T : R 3 W defined by [ a + b + c b c T (a, b, c) : b c a c, where W is the vector space of all symmetric matrices. SOLUTION: We must check that T respects addition and scalar multiplication. Let (a, b, c) and (x, y, z) belong to R 3.

8 T respects addition: We have T ((a, b, c) + (x, y, z)) T (a + x, b + y, c + z) [ (a + x) + (b + y) + (c + z) (b + y) (c + z) (b + y) (c + z) (a + x) (c + z) (a + b + c) + (x + y + z) (b c) + (y z) (b c) + (y z) (a c) + (x z) [ [ a + b + c b c x + y + z y z + b c a c y z x z Next, let k be a scalar. Then we have T (a, b, c) + T (x, y, z), T (k(a, b, c)) T (ka, kb, kc) [ ka + kb + kc kb (kc) kb (kc) ka kc [ k(a + b + c) k(b c) k(b c) k(a c) [ a + b + c b c k b c a c kt (a, b, c), (e): T : R 4 R 3 defined via T (x) Ax, where A SOLUTION: We can express T as a matrix transformation as T (x) Ax, where A

9 Such transformations are always linear: and for all scalars k. T (x + y) A(x + y) Ax + Ay T (x) + T (y) T (kx) A(kx) k(ax) kt (x) Problem 6. Can there be a linear transformation T : R 3 P (R) such that T (, 1, 0) 1 + x, T (3, 0, ) x + x, and T (0, 6, 8) + x? SOLUTION: NO. Note that so that 6(, 1, 0) 4(3, 0, ) (0, 6, 8) (0, 0, 0), 0 T (0, 0, 0) T (6(, 1, 0) 4(3, 0, ) (0, 6, 8)) 6T (, 1, 0) 4T (3, 0, ) T (0, 6, 8) 6(1 + x) 4( x + x ) ( + x ) 10x 6x. But obviously 10x 6x 0, so this is an impossible contradiction! Therefore, the answer is NO. Problem 7. (a): Let S : Span{(1, 1, 1, 0), ( 1, 0, 1, 1), (, 1,, 1)}. Find an orthonormal basis for S relative to the standard inner product on R 4. SOLUTION: Let v 1 (1, 1, 1, 0), v ( 1, 0, 1, 1), and v 3 (, 1,, 1). Set w 1 v 1 (1, 1, 1, 0) and note that w 1 3. Now v, w 1 and w v v, w 1 w 1 w 1 1 ( 1,, 1, 3). 3 Thus, 15 w 3. Next, we have v 3, w 1 1 and v 3, w 1. Thus, 3 w 3 v 3 v 3, w 1 w 1 w 1 v 3, w w w 4 (3, 1,, 1) 5

10 and Thus, an orthonormal basis is { 3 (1, 1, 1, 0), 3 w ( 1,, 1, 3), } (3, 1,, 1). (b): Let S : Span{(1, 0, 1, 0), (1, 1, 1, 0), ( 1, 1, 0, 1)}. Find an orthonormal basis for S relative to the standard inner product on R 4. SOLUTION: Let v 1 (1, 0, 1, 0), v (1, 1, 1, 0) and v 3 ( 1, 1, 0, 1). w 1 v 1 (1, 0, 1, 0), w v, w 1 (1, 1, 1, 0), (1, 0, 1, 0) ( 1)( 1) w v v, w 1 w 1 v 1 (1, 1, 1, 0) (1, 0, 1, 0) (0, 1, 0, 0). w v 3, w 1 ( 1, 1, 0, 1), (1, 0, 1, 0) ( 1) ( 1) v 3, w ( 1, 1, 0, 1), (0, 1, 0, 0) ( 1) w 3 v 3 v 3, w 1 w 1 w 1 v 3, w w w ( 1, 1, 0, 1) + 1 (1, 0, 1, 0) (0, 1, 0, 0) 1 ( 1, 0, 1, ); w Hence, an orthonormal basis is: { } 6 (1, 0, 1, 0), (0, 1, 0, 0), ( 1, 0, 1, ). 6 (c): Let S : Span{1, x }. Find an orthogonal basis for S relative to the inner product given by f, g 1 1 f(t)g(t)dt. SOLUTION: Let v 1 1 and v x. Then set w 1 v 1 1. Now, We have w w v v, w 1 w 1 w 1. dx and v, w x dx 3.

11 Therefore, w x 1 3. The vectors {w 1, w } forms an orthogonal set. Problem 8. Prove that in any inner product space V, if u and v are vectors in V, we have u + v + u v u + v. SOLUTION: We have u + v + u v u + v, u + v + u v, u v [ u, u + u, v + v, u + v, v + [ u, u u, v v, u + v, v u + v. Problem 9. Suppose that T : V W is a linear transformation. We define (This is called the kernel of T.) Ker(T ) {v V : T (v) 0 W }. (a): Show that Ker(T ) is a subspace of V. SOLUTION: This is part (1) of Theorem in the text (p. 363). (b): Let T : R n R m be the matrix transformation given by T v Av, for a fixed m n matrix A. Show that Ker(T ) nullspace(a). SOLUTION: Note that v Ker(T ) if and only if T (v) 0 W if and only if Av 0 if and only if v belongs to nullspace(a). Thus, this is easily proved already. (c): Use part (b) to find a basis and dimension for Ker(T ) for Problem 5(e). SOLUTION: Now, Ker(T ) is the null space of A. A row-echelon form of A is ,

12 with corresponding equation x 3y + 4z + w 0. Set w t, z s, y r and x 3r 4s t. So Ker(T ) {(3r 4s t, r, s, t) : r, s, t R} {r(3, 1, 0, 0) + s( 4, 0, 1, 0) + t(, 0, 0, 1) : r, s, t R}, with basis {(3, 1, 0, 0), ( 4, 0, 1, 0), (, 0, 0, 1)}. Ker(T ) is 3-dimensional. (d): Find a basis and dimension for Ker(T ), where T is given in Problem 5(b). SOLUTION: Note that a 0 + a 1 x + a x belongs to Ker(T ) if and only if a 0 a 1 a 0 + a 1 3a a a 0 0. A short calculation shows that a t is free, then a 0 t, and a 1 t. So Ker(T ) {t + (t)x + tx : t R}, which has basis (by taking t 1) of {1 + x + x }. In this case, Ker(T ) is 1-dimensional. (e): Find a basis and dimension for Ker(T ), where T is given in Problem 5(c). SOLUTION: In this case, p(x) a 0 + a 1 x + a x belongs to Ker(T ) if and only if p(0) p(1) 0. Now p(0) a 0 and p(1) a 0 + a 1 + a. Here, we find that a 0 0, a t is free, and a 1 t. Thus, p(x) x + x is a basis vector for Ker(T ), which is 1-dimensional.

Math 250B Midterm II Review Session Spring 2019 SOLUTIONS

Math 250B Midterm II Review Session Spring 2019 SOLUTIONS Math 250B Midterm II Review Session Spring 2019 SOLUTIONS [ Problem #1: Find a spanning set for nullspace 1 2 0 2 3 4 8 0 8 12 1 2 0 2 3 SOLUTION: The row-reduced form of this matrix is Setting 0 0 0 0

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

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

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Math 308 Practice Final Exam Page and vector y =

Math 308 Practice Final Exam Page and vector y = Math 308 Practice Final Exam Page Problem : Solving a linear equation 2 0 2 5 Given matrix A = 3 7 0 0 and vector y = 8. 4 0 0 9 (a) Solve Ax = y (if the equation is consistent) and write the general solution

More information

XV - Vector Spaces and Subspaces

XV - Vector Spaces and Subspaces MATHEMATICS -NYC- Vectors and Matrices Martin Huard Fall 7 XV - Vector Spaces and Subspaces Describe the zero vector (the additive identity) for the following vector spaces 4 a) c) d) e) C, b) x, y 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

CHAPTER 3 REVIEW QUESTIONS MATH 3034 Spring a 1 b 1

CHAPTER 3 REVIEW QUESTIONS MATH 3034 Spring a 1 b 1 . Let U = { A M (R) A = and b 6 }. CHAPTER 3 REVIEW QUESTIONS MATH 334 Spring 7 a b a and b are integers and a 6 (a) Let S = { A U det A = }. List the elements of S; that is S = {... }. (b) Let T = { A

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

Linear Algebra Final Exam Study Guide Solutions Fall 2012

Linear Algebra Final Exam Study Guide Solutions Fall 2012 . Let A = Given that v = 7 7 67 5 75 78 Linear Algebra Final Exam Study Guide Solutions Fall 5 explain why it is not possible to diagonalize A. is an eigenvector for A and λ = is an eigenvalue for A diagonalize

More information

MATH 1553, SPRING 2018 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9

MATH 1553, SPRING 2018 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9 MATH 155, SPRING 218 SAMPLE MIDTERM 2 (VERSION B), 1.7 THROUGH 2.9 Name Section 1 2 4 5 Total Please read all instructions carefully before beginning. Each problem is worth 1 points. The maximum score

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

Instructions Please answer the five problems on your own paper. These are essay questions: you should write in complete sentences.

Instructions Please answer the five problems on your own paper. These are essay questions: you should write in complete sentences. Instructions Please answer the five problems on your own paper. These are essay questions: you should write in complete sentences.. Recall that P 3 denotes the vector space of polynomials of degree less

More information

Carleton College, winter 2013 Math 232, Solutions to review problems and practice midterm 2 Prof. Jones 15. T 17. F 38. T 21. F 26. T 22. T 27.

Carleton College, winter 2013 Math 232, Solutions to review problems and practice midterm 2 Prof. Jones 15. T 17. F 38. T 21. F 26. T 22. T 27. Carleton College, winter 23 Math 232, Solutions to review problems and practice midterm 2 Prof. Jones Solutions to review problems: Chapter 3: 6. F 8. F. T 5. T 23. F 7. T 9. F 4. T 7. F 38. T Chapter

More information

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

(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

Math 250B Final Exam Review Session Spring 2015 SOLUTIONS

Math 250B Final Exam Review Session Spring 2015 SOLUTIONS Math 5B Final Exam Review Session Spring 5 SOLUTIONS Problem Solve x x + y + 54te 3t and y x + 4y + 9e 3t λ SOLUTION: We have det(a λi) if and only if if and 4 λ only if λ 3λ This means that the eigenvalues

More information

Proofs for Quizzes. Proof. Suppose T is a linear transformation, and let A be a matrix such that T (x) = Ax for all x R m. Then

Proofs for Quizzes. Proof. Suppose T is a linear transformation, and let A be a matrix such that T (x) = Ax for all x R m. Then Proofs for Quizzes 1 Linear Equations 2 Linear Transformations Theorem 1 (2.1.3, linearity criterion). A function T : R m R n is a linear transformation if and only if a) T (v + w) = T (v) + T (w), for

More information

MATH 2360 REVIEW PROBLEMS

MATH 2360 REVIEW PROBLEMS MATH 2360 REVIEW PROBLEMS Problem 1: In (a) (d) below, either compute the matrix product or indicate why it does not exist: ( )( ) 1 2 2 1 (a) 0 1 1 2 ( ) 0 1 2 (b) 0 3 1 4 3 4 5 2 5 (c) 0 3 ) 1 4 ( 1

More information

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION

MATH 1120 (LINEAR ALGEBRA 1), FINAL EXAM FALL 2011 SOLUTIONS TO PRACTICE VERSION MATH (LINEAR ALGEBRA ) FINAL EXAM FALL SOLUTIONS TO PRACTICE VERSION Problem (a) For each matrix below (i) find a basis for its column space (ii) find a basis for its row space (iii) determine whether

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

Final Examination 201-NYC-05 December and b =

Final Examination 201-NYC-05 December and b = . (5 points) Given A [ 6 5 8 [ and b (a) Express the general solution of Ax b in parametric vector form. (b) Given that is a particular solution to Ax d, express the general solution to Ax d in parametric

More information

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b Final Examination -NYC-5 - Linear Algebra I December 8 th 7. (4 points) Let A = has: (a) a unique solution. a a (b) infinitely many solutions. (c) no solution. and b = 4. Find the value(s) of a for which

More information

Math 2114 Common Final Exam May 13, 2015 Form A

Math 2114 Common Final Exam May 13, 2015 Form A Math 4 Common Final Exam May 3, 5 Form A Instructions: Using a # pencil only, write your name and your instructor s name in the blanks provided. Write your student ID number and your CRN in the blanks

More information

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers. Linear Algebra - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

Problem 1: Solving a linear equation

Problem 1: Solving a linear equation Math 38 Practice Final Exam ANSWERS Page Problem : Solving a linear equation Given matrix A = 2 2 3 7 4 and vector y = 5 8 9. (a) Solve Ax = y (if the equation is consistent) and write the general solution

More information

is Use at most six elementary row operations. (Partial

is Use at most six elementary row operations. (Partial MATH 235 SPRING 2 EXAM SOLUTIONS () (6 points) a) Show that the reduced row echelon form of the augmented matrix of the system x + + 2x 4 + x 5 = 3 x x 3 + x 4 + x 5 = 2 2x + 2x 3 2x 4 x 5 = 3 is. Use

More information

MATH 260 LINEAR ALGEBRA EXAM III Fall 2014

MATH 260 LINEAR ALGEBRA EXAM III Fall 2014 MAH 60 LINEAR ALGEBRA EXAM III Fall 0 Instructions: the use of built-in functions of your calculator such as det( ) or RREF is permitted ) Consider the table and the vectors and matrices given below Fill

More information

Math 115 Midterm Solutions

Math 115 Midterm Solutions Math 115 Midterm Solutions 1. (25 points) (a) (10 points) Let S = {0, 1, 2}. Find polynomials with real coefficients of degree 2 P 0, P 1, and P 2 such that P i (i) = 1 and P i (j) = 0 when i j, for i,

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

Solutions to Midterm 2 Practice Problems Written by Victoria Kala Last updated 11/10/2015

Solutions to Midterm 2 Practice Problems Written by Victoria Kala Last updated 11/10/2015 Solutions to Midterm 2 Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated //25 Answers This page contains answers only. Detailed solutions are on the following pages. 2 7. (a)

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

Math 265 Linear Algebra Sample Spring 2002., rref (A) =

Math 265 Linear Algebra Sample Spring 2002., rref (A) = Math 265 Linear Algebra Sample Spring 22. It is given that A = rref (A T )= 2 3 5 3 2 6, rref (A) = 2 3 and (a) Find the rank of A. (b) Find the nullityof A. (c) Find a basis for the column space of A.

More information

Reduction to the associated homogeneous system via a particular solution

Reduction to the associated homogeneous system via a particular solution June PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 5) Linear Algebra This study guide describes briefly the course materials to be covered in MA 5. In order to be qualified for the credit, one

More information

NAME MATH 304 Examination 2 Page 1

NAME MATH 304 Examination 2 Page 1 NAME MATH 4 Examination 2 Page. [8 points (a) Find the following determinant. However, use only properties of determinants, without calculating directly (that is without expanding along a column or row

More information

Math 313 Chapter 5 Review

Math 313 Chapter 5 Review Math 313 Chapter 5 Review Howard Anton, 9th Edition May 2010 Do NOT write on me! Contents 1 5.1 Real Vector Spaces 2 2 5.2 Subspaces 3 3 5.3 Linear Independence 4 4 5.4 Basis and Dimension 5 5 5.5 Row

More information

Solutions to practice questions for the final

Solutions to practice questions for the final Math A UC Davis, Winter Prof. Dan Romik Solutions to practice questions for the final. You are given the linear system of equations x + 4x + x 3 + x 4 = 8 x + x + x 3 = 5 x x + x 3 x 4 = x + x + x 4 =

More information

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP)

MATH 20F: LINEAR ALGEBRA LECTURE B00 (T. KEMP) MATH 20F: LINEAR ALGEBRA LECTURE B00 (T KEMP) Definition 01 If T (x) = Ax is a linear transformation from R n to R m then Nul (T ) = {x R n : T (x) = 0} = Nul (A) Ran (T ) = {Ax R m : x R n } = {b R m

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

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

Projections and Least Square Solutions. Recall that given an inner product space V with subspace W and orthogonal basis for

Projections and Least Square Solutions. Recall that given an inner product space V with subspace W and orthogonal basis for Math 57 Spring 18 Projections and Least Square Solutions Recall that given an inner product space V with subspace W and orthogonal basis for W, B {v 1, v,..., v k }, the orthogonal projection of V onto

More information

Math 240, 4.3 Linear Independence; Bases A. DeCelles. 1. definitions of linear independence, linear dependence, dependence relation, basis

Math 240, 4.3 Linear Independence; Bases A. DeCelles. 1. definitions of linear independence, linear dependence, dependence relation, basis Math 24 4.3 Linear Independence; Bases A. DeCelles Overview Main ideas:. definitions of linear independence linear dependence dependence relation basis 2. characterization of linearly dependent set using

More information

Definitions for Quizzes

Definitions for Quizzes Definitions for Quizzes Italicized text (or something close to it) will be given to you. Plain text is (an example of) what you should write as a definition. [Bracketed text will not be given, nor does

More information

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013

Math 323 Exam 2 Sample Problems Solution Guide October 31, 2013 Math Exam Sample Problems Solution Guide October, Note that the following provides a guide to the solutions on the sample problems, but in some cases the complete solution would require more work or justification

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

(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

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam Math 8, Linear Algebra, Lecture C, Spring 7 Review and Practice Problems for Final Exam. The augmentedmatrix of a linear system has been transformed by row operations into 5 4 8. Determine if the system

More information

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

1. In this problem, if the statement is always true, circle T; otherwise, circle F. Math 1553, Extra Practice for Midterm 3 (sections 45-65) Solutions 1 In this problem, if the statement is always true, circle T; otherwise, circle F a) T F If A is a square matrix and the homogeneous equation

More information

Solving a system by back-substitution, checking consistency of a system (no rows of the form

Solving a system by back-substitution, checking consistency of a system (no rows of the form MATH 520 LEARNING OBJECTIVES SPRING 2017 BROWN UNIVERSITY SAMUEL S. WATSON Week 1 (23 Jan through 27 Jan) Definition of a system of linear equations, definition of a solution of a linear system, elementary

More information

MATH10212 Linear Algebra B Homework 6. Be prepared to answer the following oral questions if asked in the supervision class:

MATH10212 Linear Algebra B Homework 6. Be prepared to answer the following oral questions if asked in the supervision class: MATH0 Linear Algebra B Homework 6 Students are strongly advised to acquire a copy of the Textbook: D C Lay, Linear Algebra its Applications Pearson, 006 (or other editions) Normally, homework assignments

More information

spring, math 204 (mitchell) list of theorems 1 Linear Systems Linear Transformations Matrix Algebra

spring, math 204 (mitchell) list of theorems 1 Linear Systems Linear Transformations Matrix Algebra spring, 2016. math 204 (mitchell) list of theorems 1 Linear Systems THEOREM 1.0.1 (Theorem 1.1). Uniqueness of Reduced Row-Echelon Form THEOREM 1.0.2 (Theorem 1.2). Existence and Uniqueness Theorem THEOREM

More information

Linear transformations

Linear transformations Linear transformations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T. Linear transformations

More information

No books, notes, any calculator, or electronic devices are allowed on this exam. Show all of your steps in each answer to receive a full credit.

No books, notes, any calculator, or electronic devices are allowed on this exam. Show all of your steps in each answer to receive a full credit. MTH 309-001 Fall 2016 Exam 1 10/05/16 Name (Print): PID: READ CAREFULLY THE FOLLOWING INSTRUCTION Do not open your exam until told to do so. This exam contains 7 pages (including this cover page) and 7

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

Linear algebra I Homework #1 due Thursday, Oct Show that the diagonals of a square are orthogonal to one another.

Linear algebra I Homework #1 due Thursday, Oct Show that the diagonals of a square are orthogonal to one another. Homework # due Thursday, Oct. 0. Show that the diagonals of a square are orthogonal to one another. Hint: Place the vertices of the square along the axes and then introduce coordinates. 2. Find the equation

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

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix Math 34H EXAM I Do all of the problems below. Point values for each of the problems are adjacent to the problem number. Calculators may be used to check your answer but not to arrive at your answer. That

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

1. Select the unique answer (choice) for each problem. Write only the answer.

1. Select the unique answer (choice) for each problem. Write only the answer. MATH 5 Practice Problem Set Spring 7. Select the unique answer (choice) for each problem. Write only the answer. () Determine all the values of a for which the system has infinitely many solutions: x +

More information

1 Linear systems, existence, uniqueness

1 Linear systems, existence, uniqueness Jor-el Briones / Math 2F, 25 Summer Session, Practice Midterm Page of 9 Linear systems, existence, uniqueness For each part, construct an augmented matrix for a linear system with the given properties,

More information

Definition 1. A set V is a vector space over the scalar field F {R, C} iff. there are two operations defined on V, called vector addition

Definition 1. A set V is a vector space over the scalar field F {R, C} iff. there are two operations defined on V, called vector addition 6 Vector Spaces with Inned Product Basis and Dimension Section Objective(s): Vector Spaces and Subspaces Linear (In)dependence Basis and Dimension Inner Product 6 Vector Spaces and Subspaces Definition

More information

Exercise Sheet 1.

Exercise Sheet 1. Exercise Sheet 1 You can download my lecture and exercise sheets at the address http://sami.hust.edu.vn/giang-vien/?name=huynt 1) Let A, B be sets. What does the statement "A is not a subset of B " mean?

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 FALL 2013 MIDTERM EXAMINATION Solutions October 11, 2013

Linear Algebra FALL 2013 MIDTERM EXAMINATION Solutions October 11, 2013 Name: Section Number: Linear Algebra FALL MIDTERM EXAMINATION Solutions October, Instructions: The exam is 7 pages long, including this title page The number of points each problem is worth is listed after

More information

3.2 Subspace. Definition: If S is a non-empty subset of a vector space V, and S satisfies the following conditions: (i).

3.2 Subspace. Definition: If S is a non-empty subset of a vector space V, and S satisfies the following conditions: (i). . ubspace Given a vector spacev, it is possible to form another vector space by taking a subset of V and using the same operations (addition and multiplication) of V. For a set to be a vector space, it

More information

Math 217 Midterm 1. Winter Solutions. Question Points Score Total: 100

Math 217 Midterm 1. Winter Solutions. Question Points Score Total: 100 Math 7 Midterm Winter 4 Solutions Name: Section: Question Points Score 8 5 3 4 5 5 6 8 7 6 8 8 Total: Math 7 Solutions Midterm, Page of 7. Write complete, precise definitions for each of the following

More information

Quizzes for Math 304

Quizzes for Math 304 Quizzes for Math 304 QUIZ. A system of linear equations has augmented matrix 2 4 4 A = 2 0 2 4 3 5 2 a) Write down this system of equations; b) Find the reduced row-echelon form of A; c) What are the pivot

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

Inner Product Spaces

Inner Product Spaces Inner Product Spaces Introduction Recall in the lecture on vector spaces that geometric vectors (i.e. vectors in two and three-dimensional Cartesian space have the properties of addition, subtraction,

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

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

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

MATH 33A LECTURE 2 SOLUTIONS 1ST MIDTERM

MATH 33A LECTURE 2 SOLUTIONS 1ST MIDTERM MATH 33A LECTURE 2 SOLUTIONS ST MIDTERM MATH 33A LECTURE 2 SOLUTIONS ST MIDTERM 2 Problem. (True/False, pt each) Mark your answers by filling in the appropriate box next to each question. 2 3 7 (a T F

More information

Math 290, Midterm II-key

Math 290, Midterm II-key Math 290, Midterm II-key Name (Print): (first) Signature: (last) The following rules apply: There are a total of 20 points on this 50 minutes exam. This contains 7 pages (including this cover page) and

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

MATH 221, Spring Homework 10 Solutions

MATH 221, Spring Homework 10 Solutions MATH 22, Spring 28 - Homework Solutions Due Tuesday, May Section 52 Page 279, Problem 2: 4 λ A λi = and the characteristic polynomial is det(a λi) = ( 4 λ)( λ) ( )(6) = λ 6 λ 2 +λ+2 The solutions to the

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

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

MATHEMATICS 217: HONORS LINEAR ALGEBRA Spring Term, First Week, February 4 8

MATHEMATICS 217: HONORS LINEAR ALGEBRA Spring Term, First Week, February 4 8 MATHEMATICS 217: HONORS LINEAR ALGEBRA Spring Term, 2002 The textbook for the course is Linear Algebra by Hoffman and Kunze (second edition, Prentice-Hall, 1971). The course probably will cover most of

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Linear Algebra Practice Problems Page of 7 Linear Algebra Practice Problems These problems cover Chapters 4, 5, 6, and 7 of Elementary Linear Algebra, 6th ed, by Ron Larson and David Falvo (ISBN-3 = 978--68-78376-2,

More information

Advanced Linear Algebra Math 4377 / 6308 (Spring 2015) March 5, 2015

Advanced Linear Algebra Math 4377 / 6308 (Spring 2015) March 5, 2015 Midterm 1 Advanced Linear Algebra Math 4377 / 638 (Spring 215) March 5, 215 2 points 1. Mark each statement True or False. Justify each answer. (If true, cite appropriate facts or theorems. If false, explain

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015

Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015 Midterm for Introduction to Numerical Analysis I, AMSC/CMSC 466, on 10/29/2015 The test lasts 1 hour and 15 minutes. No documents are allowed. The use of a calculator, cell phone or other equivalent electronic

More information

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work.

Assignment 1 Math 5341 Linear Algebra Review. Give complete answers to each of the following questions. Show all of your work. Assignment 1 Math 5341 Linear Algebra Review Give complete answers to each of the following questions Show all of your work Note: You might struggle with some of these questions, either because it has

More information

Linear Algebra (MATH ) Spring 2011 Final Exam Practice Problem Solutions

Linear Algebra (MATH ) Spring 2011 Final Exam Practice Problem Solutions Linear Algebra (MATH 4) Spring 2 Final Exam Practice Problem Solutions Instructions: Try the following on your own, then use the book and notes where you need help. Afterwards, check your solutions with

More information

(a) only (ii) and (iv) (b) only (ii) and (iii) (c) only (i) and (ii) (d) only (iv) (e) only (i) and (iii)

(a) only (ii) and (iv) (b) only (ii) and (iii) (c) only (i) and (ii) (d) only (iv) (e) only (i) and (iii) . Which of the following are Vector Spaces? (i) V = { polynomials of the form q(t) = t 3 + at 2 + bt + c : a b c are real numbers} (ii) V = {at { 2 + b : a b are real numbers} } a (iii) V = : a 0 b is

More information

Practice Final Exam Solutions

Practice Final Exam Solutions MAT 242 CLASS 90205 FALL 206 Practice Final Exam Solutions The final exam will be cumulative However, the following problems are only from the material covered since the second exam For the material prior

More information

MATH SOLUTIONS TO PRACTICE PROBLEMS - MIDTERM I. 1. We carry out row reduction. We begin with the row operations

MATH SOLUTIONS TO PRACTICE PROBLEMS - MIDTERM I. 1. We carry out row reduction. We begin with the row operations MATH 2 - SOLUTIONS TO PRACTICE PROBLEMS - MIDTERM I. We carry out row reduction. We begin with the row operations yielding the matrix This is already upper triangular hence The lower triangular matrix

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

More information

2 Eigenvectors and Eigenvalues in abstract spaces.

2 Eigenvectors and Eigenvalues in abstract spaces. MA322 Sathaye Notes on Eigenvalues Spring 27 Introduction In these notes, we start with the definition of eigenvectors in abstract vector spaces and follow with the more common definition of eigenvectors

More information

18.06 Problem Set 3 - Solutions Due Wednesday, 26 September 2007 at 4 pm in

18.06 Problem Set 3 - Solutions Due Wednesday, 26 September 2007 at 4 pm in 8.6 Problem Set 3 - s Due Wednesday, 26 September 27 at 4 pm in 2-6. Problem : (=2+2+2+2+2) A vector space is by definition a nonempty set V (whose elements are called vectors) together with rules of addition

More information

Midterm 1 Solutions Math Section 55 - Spring 2018 Instructor: Daren Cheng

Midterm 1 Solutions Math Section 55 - Spring 2018 Instructor: Daren Cheng Midterm 1 Solutions Math 20250 Section 55 - Spring 2018 Instructor: Daren Cheng #1 Do the following problems using row reduction. (a) (6 pts) Let A = 2 1 2 6 1 3 8 17 3 5 4 5 Find bases for N A and R A,

More information

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question.

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Math 304 Final Exam (May 8) Spring 206 No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Name: Section: Question Points

More information

Math 3A Winter 2016 Midterm

Math 3A Winter 2016 Midterm Math 3A Winter 016 Midterm Name Signature UCI ID # E-mail address There are 7 problems for a total of 115 points. Present your work as clearly as possible. Partial credit will be awarded, and you must

More information

(b) The nonzero rows of R form a basis of the row space. Thus, a basis is [ ], [ ], [ ]

(b) The nonzero rows of R form a basis of the row space. Thus, a basis is [ ], [ ], [ ] Exam will be on Monday, October 6, 27. The syllabus for Exam 2 consists of Sections Two.III., Two.III.2, Two.III.3, Three.I, and Three.II. You should know the main definitions, results and computational

More information

x y + z = 3 2y z = 1 4x + y = 0

x y + z = 3 2y z = 1 4x + y = 0 MA 253: Practice Exam Solutions You may not use a graphing calculator, computer, textbook, notes, or refer to other people (except the instructor). Show all of your work; your work is your answer. Problem

More information

ANSWERS. E k E 2 E 1 A = B

ANSWERS. E k E 2 E 1 A = B MATH 7- Final Exam Spring ANSWERS Essay Questions points Define an Elementary Matrix Display the fundamental matrix multiply equation which summarizes a sequence of swap, combination and multiply operations,

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

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

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure.

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure. Hints for Exercises 1.3. This diagram says that f α = β g. I will prove f injective g injective. You should show g injective f injective. Assume f is injective. Now suppose g(x) = g(y) for some x, y A.

More information