Review Notes for Midterm #2

Size: px
Start display at page:

Download "Review Notes for Midterm #2"

Transcription

1 Review Notes for Midterm #2 Joris Vankerschaver This version: Nov. 2, 200 Abstract This is a summary of the basic definitions and results that we discussed during class. Whenever a proof is provided, I ve taken care to present only the essential idea, without all of the supplementary details; you can consult the textbook for additional discussions and more examples. Understanding the main ideas of the proofs presented here is a good preparation for the conceptual part of the exam. Reading these notes is not a substitute for attending class and working through the book. Please signal any mistakes, omissions, etc. to jvankers@math.ucsd.edu. Matrix Algebra. Be familiar with the definition of a matrix, the addition and multiplication and transposition of matrices. Know how to compute the inverse of a square matrix by reducing [A I] to [I A ]. Note that a non-square matrix can never have an inverse. 2. For a 2 2 matrix, the determinant det A is given by: [ ] a b If A =, then det A = ad bc. c d If det A 0, then A is invertible and A = [ ] d b. () det A c a Sketch of Proof: A simple computation shows that [ ] [ ] a b d b = (det A)I c d c a 2. (2) Therefore, if det A 0, then it follows that A is given by (). Conversely, if A is invertible, then we can multiply both sides of (2) from the left by A and obtain formula () for the inverse. 3. Theorem: If A and B are n n matrices such that AB = I n, then BA = I n. In other words, both A and B are invertible (and A = B ). Sketch of Proof: This is half of the definition of invertibility. This often saves some work when showing that a matrix is invertible. We show first that B is invertible. If x is such that Bx = 0, then by left multiplying by A we get ABx = A0 = 0. But ABx = I n x = x, so that x = 0 and hence Nul(B) = {0}. As B is square, it follows that B is invertible. Multiplying both sides of AB = I n from the right by B, we get that

2 A = B. Multiplying this equation from the left by B, we finally we BA = BB = I n, which is what we had to prove. 4. If A, B are invertible n n matrices, then the following holds: (a) A is invertible and (A ) = A; (b) AB is invertible and (AB) = B A ; (c) A T is invertible and (A T ) = (A ) T. Sketch of Proof: use the previous theorem. 5. Theorem: A square n n matrix A is invertible iff its row-reduced echelon form is the identity matrix I n. 6. A matrix equation Ax = b with A invertible is always consistent and has exactly one solution: multiply both sides of the equation by A to get x = A b. 7. Let A be an n m matrix and consider the matrix transformation T (x) = Ax (for x R m ). The domain of T is R m and the codomain of T is R n. The null space of a matrix A is denoted by Nul(A): Nul(A) = {x R m : Ax = 0} = {Solutions of Ax = 0} = Ker(T ). The column space of A is denoted by Col(A): Col(A) = Span{columns of A} = {b R n s.t. Ax = b has a solution} = Range(T ). 8. Invertible matrix theorem (part I matrices): For a square matrix A, the following are all equivalent (either they are all true or all false). (a) A is invertible; (b) A is row-reducible to I n ; (c) A has n pivot rows; (d) A has n pivot columns; (e) A has n pivot positions. Sketch of Proof: (a) (b) follows from Theorem 3. The equivalence of the other statements follows by observing that if A is square and has n pivots, then the pivots are necessarily located along the diagonal. Hence every column is a pivot column, and every row is a pivot row. 9. Invertible matrix theorem (part II linear transformations): Consider a square matrix A and the matrix transformation T (x) = Ax. The following are equivalent: (a) A is invertible; (b) T is onto; (c) T is one-to-one. Sketch of Proof: It is sufficient to keep in mind that T is onto (resp. one-to-one) iff A has pivots in every row (resp. column). 0. Invertible matrix theorem (part III linear systems): For a square n n matrix A, the following are equivalent: (a) A is invertible; (b) Ax = b has a unique solution for every b; (c) The only solution of Ax = 0 is x = 0; 2

3 (d) The columns of A span R n ; (e) The columns of A are linearly independent. Sketch of Proof: left to the reader! 2 Vector Spaces and Subspaces 2. Vector Spaces. Be familiar with the definition of a vector space. It helps to keep a few relevant examples in mind: (a) R n is a vector space. The addition and scalar multiplication of column vectors is done component-wise: a b a + b a ca a 2 + b 2 = a 2 + b 2 and c a 2 = ca 2, a n b n a n + b n a n ca n and the zero vector is the column with all zeros. (b) P n, the space of polynomials of degree n, is a vector space. Let s take P 2 as an example: a typical element of P 2 is of the form p(t) = a + bt + ct 2, where a, b, c are arbitrary coefficients. Summing two polynomials and scalar multiplication are done term-wise: (a+bt+ct 2 )+(a +b t+c t 2 ) = a+a +(b+b )t+(c+c )t 2 and λ(a + bt + ct 2 ) = λa + λbt + λct 2. The zero polynomial 0 + 0t + 0t 2 (= 0) plays the role of the zero vector in this vector space. (c) The space of all n m-matrices is a vector space. Addition and scalar multiplication are again done component-wise, and the zero matrix plays the role of the zero vector. It is a good exercise to verify explicitly that all of these examples are vector spaces. In general, the main idea is that we have a set whose elements can be added, multiplied by scalars, and which comes equipped with a zero element. 2.2 Subspaces. A subspace H of a vector space V is a subset H V satisfying the following properties: (a) 0 H; (b) For all u, v H, we have u + v H; (c) For all u H and scalars c R, we have that cu H. 2. Examples: for each of these examples, verify whether they are subspaces. (a) For any vector space V, V itself is a subspace of V. (b) The set {0} consisting of only the zero vector is a subspace of any vector space. (c) The set H = {at 2 where a R} is a subspace of P 2. You can check this directly, but observe that any element of H is of the form at 2, that is, (constant) t 2. In other words, H = Span{t 2 }. In a similar vein, the following sets are all examples of subspaces of P 2 : i. K = {at + bt 2 : a, b R} = Span{t, t 2 } ii. L = {a( + t + t 2 ) : a R} = Span{ + t + t 2 }. The following are examples of subsets that are not subspaces: 3

4 (a) In R 2, the set of vectors with positive entries: {[ } x U = R y] 2, with x 0, y 0. (Problem with scalar multiplication). (b) The set of all polynomials p(t) = a + t 2 in P 2, where a is an arbitrary coefficient. (None of the properties to have a subspace is satisfied). On Figure, a few subsets of R 2 are depicted which are not subspaces of R 2. Try to see why. 3. Let v,..., v k be elements of a vector space V. Then the span, denoted by Span{v,..., v k }, is the set of all linear combinations of v,..., v k : Span{v,..., v k } = { c v + + c k v }{{ k } } c,..., c k are arbitrary scalars 4. Theorem: Let v,..., v k be elements of a vector space V. Then Span{v,..., v k } is a subspace of V. Sketch of proof: The zero vector is in the span, since 0 = 0v + + 0v k. The sum of two linear combinations (elements of the span) is again a linear combination: (c v + + c k v k ) + (d v + + d k v k ) = (c + d )v + + (c k + d k )v k. Similarly, you can check that the scalar multiplication property is satisfied. Figure : These sets are not subspaces of R 2. (a) The leftmost subset (the black line) does not contain the zero vector; (b) The center figure (first quadrant) is not closed under scalar multiplication, that is, the multiplication of any vector with a negative scalar is not in the subset. (c) The rightmost figure contains zero and behaves well as far as scalar multiplication is concerned, but here the addition property is missing: take two non-zero vectors on the two different lines and add them together. The result will no longer be in the subset consisting of both black lines. 5. A good way of constructing subspaces (in fact, the only way) is to consider the span of a few vectors. 2.3 Basis and dimension. A basis of a vector space V is a collection of vectors v,..., v k such that (a) V = Span{v,..., v k }; (b) {v,..., v k } is linearly independent. 2. Examples: (a) In R 3, the standard basis: 0 0 e = 0, e 2 =, e 3 =

5 These vectors are linearly independent and any vector in R 3 can be expressed as a linear combination of e, e 2 and e 3. (b) In P 2, the basis consisting of the polynomials p (t) =, p 2 (t) = t and p 3 (t) = t 2. An arbitrary polynomial p(t) = a + bt + ct 2 P 2 can be expressed as a linear combination p(t) = a + bt + ct 2 = ap (t) + bp 2 (t) + cp 3 (t), so that Span{p (t), p 2 (t), p 3 (t)} is the whole of P 2. To check that these polynomials are linearly independent, we check whether the following equation has a non-zero solution (x, x 2, x 3 ): x p (t) + x 2 p 2 (t) + x 3 p 3 (t) = 0 x + x 2 t + x 3 t 2 = 0. However, if a polynomial is zero for all values of the independent variable t, then the coefficients must be zero: x = x 2 = x 3 = 0. Therefore, the polynomials are linearly independent. 3. Spanning set theorem: Consider vectors v,..., v k in a vector space V and let H = Span{v,..., v k }. A basis for H can be found by removing from v,..., v k the vectors that are linear combinations of the other vectors. 4. The dimension of a vector space is the number of vectors in an arbitrary basis. 5. Theorem: any set of n linear independent vectors in R n (or more generally in an n-dimensional vector space) is automatically a basis. Sketch of proof: To have a basis, we need to show that the n vectors span R n (we are given that they are linearly independent). Collect the n vectors v,..., v n in a square matrix A = [v v n ]. The vectors are linearly independent so that the matrix A has n pivot columns. Since A is square, it also has n pivot rows. Hence, the columns span R n. You could make this a little bit shorter by noting that A is invertible and using the invertible matrix theorem. 6. Let v,..., v n be a basis of R n. The coordinates of an arbitrary vector b R n (with respect to the chosen basis) are scalars x, x 2,..., x n such that x v + + x n v n = b. To compute the coordinates, you need to solve this vector equation. 2.4 Null space, column space, row space. The row space of a matrix A is denoted by Row(A): Row(A) = Span{rows of A} = Col(A T ) 2. The rank of A is the dimension of the row space: Ran(A) = dim Row(A) = # of linearly independent rows in A = # of pivots in A. 3. Theorem: If two matrices A and B are row equivalent, then Row(A) = Row(B). Sketch of proof: Keep in mind that Row(A) is the span of the rows of A. Now, by doing row operations (switching, scaling, adding), we are merely replacing the rows of A by linear combinations of the rows. Hence, we do not change the span. 5

6 4. Let A be an m n matrix. Then Nul(A) and Row(A) are subspaces of R n and Col(A) is a subspace of R m. Sketch of proof: Col(A) is the span of the columns of A, so is a subspace by the previous theorem. In the same vein, Row(A) is a subspace since Row(A) is nothing but the span of the row vectors of A. For Nul(A), we check the required properties directly. First, 0 Nul(A) since A0 = 0 regardless of A. Secondly, let u, v Nul(A) (in other words, Au = Av = 0). Then A(u + v) = Au + Av = 0 so that u + v Nul(A). Likewise, if c R is a constant and u Nul(A), then A(cu) = c(au) = 0, so that cu Nul(A). 5. Basis for Nul(A): solve the homogeneous equation Ax = 0 and put the solution in parametric form: x = x a v a + x b v b +, where x a, x b,... are the free variables. By construction v a, v b,... span Nul(A) and it is not hard to show that they are linearly independent and hence form a basis. Observe: dim Nul(A) = # of free variables. 6. Basis for Col(A). The columns of A form a spanning set for Col(A). Now use the spanning set theorem and remove the columns that are linear combinations of others to obtain a basis. 7. Caveat: at the end of the day, the linearly independent columns of A are precisely the pivot columns of A. To find the locations of the pivots, check an echelon form. However, a common mistake is to say that Col(A) is spanned by the pivot columns of the echelon form. This is not true! 8. Dimension of Col(A). We have dim Col(A) = # of pivots in A. 9. Rank-nullity theorem : for any m n matrix A, we have Ran(A) = dim Col(A) and dim Nul(A) + Ran(A) = n. Sketch of proof: We prove the second part. The dimension of Nul(A) is the number of free variables in A while Ran(A) is the number of pivot positions, but since every column either has a pivot or does not have a pivot, we have n = (# pivot columns) + (# non pivot columns) = (# pivot columns) + (# free variables) = Ran(A) + dim Nul(A). 0. Example: This is the example used in class. Take A = = Label the columns by 5 0 a = 0, a 2 =, a 3 = 3, a 4 = We have that a 3 = 2a + 3a 2 and a 4 = 2a 3, so that these vectors are linear combinations of a, a 2. The latter are a basis for Col(A). The null space can be found by solving Ax = 0. solution is x 2 4 x 2 x 3 = x x x 4 0 The 6

7 The two vectors on the right hand side span Nul(A). For the row space, we consult the echelon matrix. The pivot rows (, 0, 2, 4) and (0,, 3, 6) span Row(A) and are linearly independent by construction, so they form a basis. To conclude, you can check your answers to some extent with the rank-nullity theorem: dim Nul(A) + Ran(A) = = 4 and Ran(A) = dim Col(A) = Linear transformations. A linear transformation is a map T : V W between two vector spaces V, W satisfying (a) T (u + v) = T (u) + T (v) for all u, v V ; (b) T (cu) = ct (u) for all u V and all scalars c. We refer to V as the domain and W as the codomain. 2. Given an element v V, the image of v under the transformation T is the element T (v) W. The range of T, denoted as Ran(T ), is the set of all images. 3. The kernel of a linear transformation T : V W is the set of all elements in V that are mapped onto zero: Ker(T ) = {v V s.t. T (v) = 0}. 4. Ker(T ) is a subspace of the domain V, while Ran(T ) is a subspace of the codomain W. To prove this, you could adapt the proof of why Nul(A) and Col(A) are subspaces. 5. A linear transformation T : V W is said to be one-toone if Ker(T ) = 0 and onto if Ran(T ) = W. 6. Examples: in each of these cases, check whether the transformation is linear and determine the kernel and range. (a) Any matrix transformation (T (x) = Ax for some matrix A) is linear. For this kind of transformation, we have that Ker(T ) = Nul(A) and Ran(T ) = Col(A). (b) The transformation T : P 2 R 3 given by a T (a + bt 2 + ct 2 ) = b c is linear. You can show that this transformation is both one-to-one and onto. (c) The transformation T : P P 2 given by T (a + bt) = at + b 2 t2 (integration) is linear. It is one-to-one, but not onto: the range is the set of all quadratic polynomials without constant term: Ran(T ) = {ct + dt 2, for arbitrary c, d}. Note that the range is the span of the polynomials t, t 2 P 2. (d) The transformation T : R 3 P 2 given by a T b = a + bt c 7

8 is linear. The transformation is onto but not one-toone: the kernel is given by 0 Ker(T ) = 0, where c is arbitrary c Note that the kernel is the span of the vector (0, 0, ) R 3. (e) The transformation T : P P 2 given by T (a + bt) = (a + bt) 2 is not linear (why not?). = a 2 + 2abt + b 2 t 2 8

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

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

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

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

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

More information

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

PRACTICE PROBLEMS FOR THE FINAL

PRACTICE PROBLEMS FOR THE FINAL PRACTICE PROBLEMS FOR THE FINAL Here are a slew of practice problems for the final culled from old exams:. Let P be the vector space of polynomials of degree at most. Let B = {, (t ), t + t }. (a) Show

More information

2. (10 pts) How many vectors are in the null space of the matrix A = 0 1 1? (i). Zero. (iv). Three. (ii). One. (v).

2. (10 pts) How many vectors are in the null space of the matrix A = 0 1 1? (i). Zero. (iv). Three. (ii). One. (v). Exam 3 MAS 3105 Applied Linear Algebra, Spring 2018 (Clearly!) Print Name: Apr 10, 2018 Read all of what follows carefully before starting! 1. This test has 7 problems and is worth 110 points. Please be

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

LINEAR ALGEBRA QUESTION BANK LINEAR ALGEBRA QUESTION BANK () ( points total) Circle True or False: TRUE / FALSE: If A is any n n matrix, and I n is the n n identity matrix, then I n A = AI n = A. TRUE / FALSE: If A, B are n n matrices,

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

Math 22 Fall 2018 Midterm 2

Math 22 Fall 2018 Midterm 2 Math 22 Fall 218 Midterm 2 October 23, 218 NAME: SECTION (check one box): Section 1 (S. Allen 12:5) Section 2 (A. Babei 2:1) Instructions: 1. Write your name legibly on this page, and indicate your section

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

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

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

More information

MATH 2210Q MIDTERM EXAM I PRACTICE PROBLEMS

MATH 2210Q MIDTERM EXAM I PRACTICE PROBLEMS MATH Q MIDTERM EXAM I PRACTICE PROBLEMS Date and place: Thursday, November, 8, in-class exam Section : : :5pm at MONT Section : 9: :5pm at MONT 5 Material: Sections,, 7 Lecture 9 8, Quiz, Worksheet 9 8,

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

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

5.3.5 The eigenvalues are 3, 2, 3 (i.e., the diagonal entries of D) with corresponding eigenvalues. Null(A 3I) = Null( ), 0 0

5.3.5 The eigenvalues are 3, 2, 3 (i.e., the diagonal entries of D) with corresponding eigenvalues. Null(A 3I) = Null( ), 0 0 535 The eigenvalues are 3,, 3 (ie, the diagonal entries of D) with corresponding eigenvalues,, 538 The matrix is upper triangular so the eigenvalues are simply the diagonal entries, namely 3, 3 The corresponding

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

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

DEPARTMENT OF MATHEMATICS

DEPARTMENT OF MATHEMATICS DEPARTMENT OF MATHEMATICS. Points: 4+7+4 Ma 322 Solved First Exam February 7, 207 With supplements You are given an augmented matrix of a linear system of equations. Here t is a parameter: 0 4 4 t 0 3

More information

1. Determine by inspection which of the following sets of vectors is linearly independent. 3 3.

1. Determine by inspection which of the following sets of vectors is linearly independent. 3 3. 1. Determine by inspection which of the following sets of vectors is linearly independent. (a) (d) 1, 3 4, 1 { [ [,, 1 1] 3]} (b) 1, 4 5, (c) 3 6 (e) 1, 3, 4 4 3 1 4 Solution. The answer is (a): v 1 is

More information

Solutions to Section 2.9 Homework Problems Problems 1 5, 7, 9, 10 15, (odd), and 38. S. F. Ellermeyer June 21, 2002

Solutions to Section 2.9 Homework Problems Problems 1 5, 7, 9, 10 15, (odd), and 38. S. F. Ellermeyer June 21, 2002 Solutions to Section 9 Homework Problems Problems 9 (odd) and 8 S F Ellermeyer June The pictured set contains the vector u but not the vector u so this set is not a subspace of The pictured set contains

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

Math 544, Exam 2 Information.

Math 544, Exam 2 Information. Math 544, Exam 2 Information. 10/12/10, LC 115, 2:00-3:15. Exam 2 will be based on: Sections 1.7, 1.9, 3.2, 3.3, 3.4; The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/544fa10/544.html)

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

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

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

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns Linear Equation: a x + a 2 x 2 +... + a n x n = b. x, x 2,..., x n : variables or unknowns a, a 2,..., a n : coefficients b: constant term Examples: x + 4 2 y + (2 5)z = is linear. x 2 + y + yz = 2 is

More information

(c)

(c) 1. Find the reduced echelon form of the matrix 1 1 5 1 8 5. 1 1 1 (a) 3 1 3 0 1 3 1 (b) 0 0 1 (c) 3 0 0 1 0 (d) 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 (e) 1 0 5 0 0 1 3 0 0 0 0 Solution. 1 1 1 1 1 1 1 1

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

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

Review for Chapter 1. Selected Topics

Review for Chapter 1. Selected Topics Review for Chapter 1 Selected Topics Linear Equations We have four equivalent ways of writing linear systems: 1 As a system of equations: 2x 1 + 3x 2 = 7 x 1 x 2 = 5 2 As an augmented matrix: ( 2 3 ) 7

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 308 Practice Test for Final Exam Winter 2015

Math 308 Practice Test for Final Exam Winter 2015 Math 38 Practice Test for Final Exam Winter 25 No books are allowed during the exam. But you are allowed one sheet ( x 8) of handwritten notes (back and front). You may use a calculator. For TRUE/FALSE

More information

MTH 464: Computational Linear Algebra

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

More information

Practice Final Exam. Solutions.

Practice Final Exam. Solutions. MATH Applied Linear Algebra December 6, 8 Practice Final Exam Solutions Find the standard matrix f the linear transfmation T : R R such that T, T, T Solution: Easy to see that the transfmation T can be

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

(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 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.3 - Linear Combinations and Independence of Vectors

4.3 - Linear Combinations and Independence of Vectors - Linear Combinations and Independence of Vectors De nitions, Theorems, and Examples De nition 1 A vector v in a vector space V is called a linear combination of the vectors u 1, u,,u k in V if v can be

More information

Linear Algebra Highlights

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

More information

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

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

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

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 6) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

Math 54 First Midterm Exam, Prof. Srivastava September 23, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall.

Math 54 First Midterm Exam, Prof. Srivastava September 23, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall. Math 54 First Midterm Exam, Prof Srivastava September 23, 26, 4:pm 5:pm, 55 Dwinelle Hall Name: SID: Instructions: Write all answers in the provided space This exam includes two pages of scratch paper,

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

Final EXAM Preparation Sheet

Final EXAM Preparation Sheet Final EXAM Preparation Sheet M369 Fall 217 1 Key concepts The following list contains the main concepts and ideas that we have explored this semester. For each concept, make sure that you remember about

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

Midterm #2 Solutions

Midterm #2 Solutions Naneh Apkarian Math F Winter Midterm # Solutions Here is a solution key for the second midterm. The solutions presented here are more complete and thorough than your responses needed to be - in order to

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

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

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

Section 4.5. Matrix Inverses

Section 4.5. Matrix Inverses Section 4.5 Matrix Inverses The Definition of Inverse Recall: The multiplicative inverse (or reciprocal) of a nonzero number a is the number b such that ab = 1. We define the inverse of a matrix in almost

More information

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam MA 242 LINEAR ALGEBRA C Solutions to First Midterm Exam Prof Nikola Popovic October 2 9:am - :am Problem ( points) Determine h and k such that the solution set of x + = k 4x + h = 8 (a) is empty (b) contains

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

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

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

R b. x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 1 1, x h. , x p. x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9

R b. x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 1 1, x h. , x p. x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 The full solution of Ax b x x p x h : The general solution is the sum of any particular solution of the system Ax b plus the general solution of the corresponding homogeneous system Ax. ) Reduce A b to

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

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

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

Summer Session Practice Final Exam

Summer Session Practice Final Exam Math 2F Summer Session 25 Practice Final Exam Time Limit: Hours Name (Print): Teaching Assistant This exam contains pages (including this cover page) and 9 problems. Check to see if any pages are missing.

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

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

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

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 7) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015 Solutions to Final Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated /5/05 Answers This page contains answers only. See the following pages for detailed solutions. (. (a x. See

More information

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

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

More information

MATH10212 Linear Algebra Lecture Notes

MATH10212 Linear Algebra Lecture Notes MATH1212 Linear Algebra Lecture Notes Textbook Students are strongly advised to acquire a copy of the Textbook: D. C. Lay. Linear Algebra and its Applications. Pearson, 26. ISBN -521-28713-4. Other editions

More information

Math 1553 Introduction to Linear Algebra

Math 1553 Introduction to Linear Algebra Math 1553 Introduction to Linear Algebra Lecture Notes Chapter 2 Matrix Algebra School of Mathematics The Georgia Institute of Technology Math 1553 Lecture Notes for Chapter 2 Introduction, Slide 1 Section

More information

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th.

Elementary Linear Algebra Review for Exam 2 Exam is Monday, November 16th. Elementary Linear Algebra Review for Exam Exam is Monday, November 6th. The exam will cover sections:.4,..4, 5. 5., 7., the class notes on Markov Models. You must be able to do each of the following. Section.4

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

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

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

T ((x 1, x 2,..., x n )) = + x x 3. , x 1. x 3. Each of the four coordinates in the range is a linear combination of the three variables x 1

T ((x 1, x 2,..., x n )) = + x x 3. , x 1. x 3. Each of the four coordinates in the range is a linear combination of the three variables x 1 MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

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

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

Solution to Homework 1

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

More information

MATH 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

Dimension. Eigenvalue and eigenvector

Dimension. Eigenvalue and eigenvector Dimension. Eigenvalue and eigenvector Math 112, week 9 Goals: Bases, dimension, rank-nullity theorem. Eigenvalue and eigenvector. Suggested Textbook Readings: Sections 4.5, 4.6, 5.1, 5.2 Week 9: Dimension,

More information

Math 235: Linear Algebra

Math 235: Linear Algebra Math 235: Linear Algebra Midterm Exam 1 October 15, 2013 NAME (please print legibly): Your University ID Number: Please circle your professor s name: Friedmann Tucker The presence of calculators, cell

More information

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

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

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

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

MATH10212 Linear Algebra B Homework Week 4

MATH10212 Linear Algebra B Homework Week 4 MATH22 Linear Algebra B Homework Week 4 Students are strongly advised to acquire a copy of the Textbook: D. C. Lay Linear Algebra and its Applications. Pearson, 26. ISBN -52-2873-4. Normally, homework

More information

SUMMARY OF MATH 1600

SUMMARY OF MATH 1600 SUMMARY OF MATH 1600 Note: The following list is intended as a study guide for the final exam. It is a continuation of the study guide for the midterm. It does not claim to be a comprehensive list. You

More information

MA 265 FINAL EXAM Fall 2012

MA 265 FINAL EXAM Fall 2012 MA 265 FINAL EXAM Fall 22 NAME: INSTRUCTOR S NAME:. There are a total of 25 problems. You should show work on the exam sheet, and pencil in the correct answer on the scantron. 2. No books, notes, or calculators

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

MATH10212 Linear Algebra Lecture Notes

MATH10212 Linear Algebra Lecture Notes MATH10212 Linear Algebra Lecture Notes Last change: 23 Apr 2018 Textbook Students are strongly advised to acquire a copy of the Textbook: D. C. Lay. Linear Algebra and its Applications. Pearson, 2006.

More information

Math113: Linear Algebra. Beifang Chen

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

More information

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

Review Solutions for Exam 1

Review Solutions for Exam 1 Definitions Basic Theorems. Finish the definition: Review Solutions for Exam (a) A linear combination of vectors {v,..., v n } is: any vector of the form c v + c v + + c n v n (b) A set of vectors {v,...,

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

Review for Exam 2 Solutions

Review for Exam 2 Solutions Review for Exam 2 Solutions Note: All vector spaces are real vector spaces. Definition 4.4 will be provided on the exam as it appears in the textbook.. Determine if the following sets V together with operations

More information

Announcements Monday, October 29

Announcements Monday, October 29 Announcements Monday, October 29 WeBWorK on determinents due on Wednesday at :59pm. The quiz on Friday covers 5., 5.2, 5.3. My office is Skiles 244 and Rabinoffice hours are: Mondays, 2 pm; Wednesdays,

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.4 THE MATRIX EQUATION A = b MATRIX EQUATION A = b m n Definition: If A is an matri, with columns a 1, n, a n, and if is in, then the product of A and, denoted by

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