MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

Size: px
Start display at page:

Download "MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS"

Transcription

1 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element of Span(v + cw, w) is in Span(v, w), and that every element of Span(v, w) is in Span(v, w). If x Span(v + cw, w), then x = a(v + cw) + bw for some scalars a, b R. Then x = av + (b + ac)w, so x is in Span(v, w). Similarly, if x Span(v, w), then x = dv+ew for some scalars d, e R. We can rearrange this as x = dv + dcw dcw + ew = d(v + cw) + (e dc)w. Hence, x is in Span(v + cw, w) (a) Using only the properties listed in Exercise 28, prove that for any x R n, we have 0x = 0. We will be extremely formalistic in this exercise. On most problems, you don t have to show quite so much work, but the idea here is to see carefully that the properties in Exercise 28 are really all that s required to do linear algebra. For any vector x R n, we have: 0x + x = 0x + x by (h) = (0 + 1)x by (g) = 1x = x by (g) again Now add x (which exists by property (d)) to both sides of the equation: (0x + x) + ( x) = x + ( x) 0x + (x + ( x)) = x + ( x) 0x + 0 = 0 x = 0 by (b) by (d) by (a) and (c) (b) Prove that ( 1)x = x. First, we have to observe that x is uniquely characterized by the property that x+( x) = 0. If y were some other vector with the property that x + y = 0, then we could write: y + (x + ( x)) = (y + x) + ( x) y + 0 = 0 + ( x) y = xby (c). 1 by (b) by (d) and our assumption on y

2 2 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS Hence, it suffices to show that x + ( 1)x = 0. This is seen as follows: as required. x + ( 1)x = 1x + ( 1)x by (h) = (1 1)x by (g) = 0x = 0 by part (a) of the problem Let y R n. If x y = 0 for all x R n, then prove that y = 0. Let s follow the hint and consider the dot products of y with some strategically chosen vectors. For i = 1,..., n, let e i be the vector with a 1 in the i th entry and 0 everywhere else. Observe that e i y = 0y y i 1 + 1y i + 0y i y n = y i. Thus, since e i y = 0 for all i (which is true by assumption), we see that y 1 = = y n = 0, and hence y = HW 2: Due September Suppose a 0 and P R 3 is the plane through the origin with normal vector a. Suppose P is spanned by u and v, and assume that u v = 0. (a) Show that for every x P, we have x = proj u (x) + proj v (x). Since x P, and P = Span(u, v), we can write x = su + tv for some scalars s, t. We will try to figure out what s and t must be. Compute the dot product of x with u: x u = (su + tv) u = s(u u) + t(v u) = s(u u) so s = x u x v. A similar computation shows that t =. Plugging in these values for s and t, u u v v we have: x = x u u u u + x v v v v = proj u (x) + proj v (x) by definition. (b) Show that for any x R n, we have x = proj a (x) + proj u (x) + proj v (x). Following the hint, let w = x proj a (x), which is just the perpendicular part of x with respect to a. Thus, w a = 0, so w P. Hence, by applying the previous part, we can write and therefore w = proj u (w) + proj v (w), x = proj a (x) + proj u (w) + proj v (w). We just have to check that proj u (x) = proj u (w) and proj v (x) = proj v (w), and then we ll be done.

3 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 3 For the first of these equations, let s write proj a (x) = ca, where c = x a. We have: a a proj u (x) = x u u u u (w + ca) u = u u u = w u u u u + ca u u u u = w u u u u = proj u (w) as required. Here we used the fact that a u = 0, which is true since u P. A similar reasoing applies to show that proj v (x) = proj v (w) (a) Prove or give a counterexample: If A is an m n matrix and x R n satisfies Ax = 0, then either every entry of A is zero or x = 0. This is definitely false: it would be saying that no homogeneous linear equation can have any nonzero solutions! As a very basic counterexample, let A = [ 1 1 ] [ 1, and x =, so 1] that Ax = [1 1] = [0] (which we re considering as a vector in R 1 ). (b) Prove or give a counterexample: If A is an m n matrix, and Ax = 0 for every vector x R n, then every entry of A is 0. Following the hint, notice that the entries of Ax are the dot products A i x, where A i are the rows of A. If Ax = 0 for all x, then A i x = 0 for all x, and therefore A i = 0 by Problem (from last week, solved above). Hence we deduce that A is the zero matrix. 3. HW 3: Due September In each case, give positive integers m and n and an example of m n matrix A with the stated property, or explain why none can exist. (a) Ax = b is inconsistent for every b R m. If b = 0, then the solution Ax = b always has at least one solution, namely x = 0. Therefore, this can t happen. (b) Ax = b has one solution for every b R m. This will be true for any nonsingular n n matrix. The most basic example is m = n = 1 and A = [1]. (c) Ax = b has no solutions for some b R m and one solution for every other b R m. This definitely can t happen. For instance, if Ax = b has no solutions, then Ax = 2b also has no solutions, since if x were a solution to Ax = 2b, then 1 x would be a solution to 2 Ax = b. (d) Ax = b has infinitely many solutions for every b R m. This will be true for any m n matrix A with m < n and rank(a) = m. An example is m = 1, n = 2, A = [ 1 1 ]. (e) Ax = b is inconsistent for some b R m and has infnitely many solutions whenever it is consistent.

4 4 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS This will be true for any m n matrix A where rank(a) < m (which guarantees that it s sometimes inconsistent) and rank(a) < n (which guarantees[ that] there are infinitely many 1 0 solutions). For instance, we could take m = n = 2 and A =. 0 0 (f) There are vectors b 1, b 2, b 3 R m such that Ax = b 1 has no solutions, Ax = b 2 has one solution, and Ax = b 3 has infnitely many solutions. We saw in class that this cannot happen Suppose A is an m n matrix with rank m, and v 1,..., v k R n with Span(v 1,..., v k ) = R n. Prove that Span(Av 1,..., Av k ) = R m. We need to show that every vector in R n can be written as a linear combination of Av 1,..., Av k. Since rank(a) = m, for any b R n, we know that the system Ax = b has a solution, which means that b = Aw for some vector w R n. Since the vectors v 1,..., v k span all of R n, we can write w = c 1 v c k v k for some scalars c 1,..., c k. We then observe: b = Aw = A(c 1 v c k v k ) = c 1 Av c k Av k. So b Span(Av 1,..., Av k ), as required Let A be an m n matrix with row vectors A 1,..., A m. (a) Suppose A 1 + +A m = 0. Deduce that rank(a) < m. First proof: For any vector x = (x 1,..., x n ), we have 0 = (A A m ) x = A 1 x + + A m x, which is the sum of the entries of Ax. This means that if Ax = b has solutions, then the sum of the entries in b must be zero. Equivalently, if b is any vector whose sum of entries is nonzero, then Ax = b has no solutions. This implies that rank(a) < m. Second proof: Let s perform some row operations to A. First, add a multiple of each of the first m 1 rows to the last row, and call the resulting matrix B. By assumption, the new m th row will be all zeros. If we then perform Gaussian elimination to obtain any echelon form of B (which is an echelon form of A), there will be at least one row of zeros at the bottom, and therefore rank(a) < m. (b) More generally suppose there is some linear combination c 1 A 1 + +c m A m = 0, where some c i 0. Show that rank(a) < m. We can easily adapt the first proof from above to show that if Ax = b has solutions, then c 1 b c m b m = 0. If we choose b = (0,..., 1,..., 0), where the 1 is in the i th entry, then we see there are no solutions. 4. HW 4: Due September 27 [ ] a b Find all 2 2 matrices A = satisfying: c d (a) A 2 = I

5 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 5 We need to solve four non-linear equations: a 2 + bc = 1 ab + bd = 0 ac + cd = 0 bc + d 2 = 1. Combining the first and fourth equations tells you that a 2 = d 2 = 1 bc, which means that a = ±d. We can consider two cases: either a = d 0, or a = d. In the first case, the second and third equations tell us that b = c = 0, and therefore the [ first and ] fourth [ equations ] say that a 2 = d 2 = 1. Hence, the only two matrices we obtain are and In the second case, the second and third equations don t give any constraint on b and c. The only constraint is that 1 bc 0, since otherwise a 2 and d[ 2 would be negative. For ] any ± 1 bc b b and c with bc 1, we obtain two possible matrices, namely c. 1 bc (b) A 2 = O We proceed similarly to the preceding problem, where now the right-hand sides of all four equations are 0. As before, we deduce that a 2 = d 2. If a = d, then the second and third equations give b = c = 0, and then the first and fourth give a = d = 0. If a = d, then b and [ c can be any numbers ] with bc 0 (i.e. they have opposite signs), and then we get ± bc b A = c. bc (c) A 2 = I 2 In this case, note that we [ can t have a = d 0, since ] that would force a 2 = d 2 = 1. ± 1 bc b Hence the only solutions are c. 1 bc Find [ all 2 ] 2 matrices A that commute [ with ] all 2 2 matrices B. a b e f Suppose A =, and that for every B =, we have AB = BA. This means c d g h that for all possible e, f, g, h R, we have: ae + bg = ae + cf ce + dg = ag + eh af + bh = be + df cf + dh = bg + dh. In particular, we can plug in (e, f, g, h) = (1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), or (0, 0, 0, 1). This tells us that b = c = 0 and a = d, i.e. A must be a multiple of the identity matrix. (And we already know that any multiple of the diagonal matrix commutes with all matrices B.) (a) Calculate A θ A φ and A φ A θ. [ ] [ ] cos θ sin θ cos φ sin φ A θ A φ = sin θ cos θ sin φ cos φ [ ] cos θ cos φ sin θ sin φ sin θ cos φ cos θ sin φ = sin θ cos φ + cos θ sin φ cos θ cos φ + sin θ sin φ

6 6 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS And A φ A θ equals the same matrix, as can be seen by swapping the roles of θ and φ everywhere. (b) Use your answer to part (a) to derive the addition formulas for sine and cosine. Geometrically, rotating the plane by θ and then rotating it by φ is the same as rotating it by θ + φ all at once. Hence, the above matrix is equal to A θ+φ. This means, in particular, that cos(θ + φ) = cos θ cos φ sin θ sin φ sin(θ + φ) = sin θ cos φ + cos θ sin φ. (Note: If, like me, you always have difficulty remembering the angle addition formulas, you can easily remember them using this method!) For 0 θ π, prove that A θ x = x and that the angle between x and A θ x equals θ. To avoid writing lots of square roots, let s just compute A θ x 2. We have: [ ] A θ x 2 = x1 cos θ x 2 sin θ 2 x 1 sin θ + x 2 cos θ = (x 1 cos θ x 2 sin θ) 2 + (x 1 sin θ + x 2 cos θ) 2 = x 2 1 cos 2 θ 2x 1 x 2 cos θ sin θ + x 2 2 sin 2 θ x 2 1 sin 2 θ + 2x 1 x 2 cos θ sin θ + x 2 2 cos 2 θ = (x x 2 2)(cos 2 θ + sin 2 θ) = x x 2 2 = x 2. If φ denote the angle between x and A θ x, then cos φ = x A θx x A θ x = x 1(x 1 cos θ x 2 sin θ) + x 2 (x 1 sin θ + x 2 cos θ) x 2 = (x2 1 + x 2 2) cos θ x 2 = cos θ Since θ and φ are both between 0 and π and both have the same cosine, we must have θ = φ Suppose A is an n n matrix satisfying A 10 = O. Prove that the matrix I n A is invertible.

7 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 7 There s actually nothing special about 10 here; let s assume A m = O for some integer m > 1. The trick is first to remember some facts about factoring polynomials: and in general t 2 1 = (t 1)(t + 1) t 3 1 = (t 1)(t 2 + t + 1) Analogous formulas hold for matrices: t 4 1 = (t 1)(t 3 + t 2 + t + 1) t m 1 = (t 1)(t m 1 + t m t + 1). A m I n = (A I n )(A m 1 + A m A + I n ). We can prove this by just expanding out the right side and canceling a lot of terms. Now if A m = O, we see that and hence I n = (A I n )(A m 1 + A m A + I n ) I n = (I n A)(A m 1 + A m A + I n ) (I n A) 1 = A m 1 + A m A + I n. 5. HW 5: Due October Suppose A and B are two m n matrices with the same reduced echelon form. Show that there exists an invertible matrix E so that EA = B. Is the converse true? Let C denote the reduced echelon form of both A and B. Since row operations can be realized by multiplying on the left by elementary matrices, there are elementary matrices E 1,..., E k such that C = E k E 1 A and elementary matrices E 1,..., E l such that C = E l E 1B. Equating these two, and using the fact that elementary matrices are invertible, we have: E k E 1 A = E l E 1B A = (E 1 ) 1 (E k ) 1 E l E 1B Hence we define E = (E 1 ) 1 (E k ) 1 E l E 1, which is invertible since it is the product of invertible matrices. To see the converse, suppose EA = B, where E is invertible. This means that E can be row reduced to the identity. It follows that E is equal to a product of elementary matrices. Thus, there is a sequence of row operations taking A to B. By the uniqueness of reduced echelon forms, we see that A and B must have the same reduced echelon form Suppose A is a symmetric n n matrix. If x, y R n are vectors satisfying Ax = 2x and Ay = 3y, show that x and y are orthogonal. Using the fact that A is symmetric, we have x Ay = x T Ay = y T A T x = y T Ax = Ax y. Also, x Ay = x 3y = 3(x y), and Ax y = 2x y = 2(x y). Putting these together, we see that 2(x y) = 3(x y), and hence x y = 0.

8 8 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 6. HW 6: Due October Let V R n be a subspace. Show that V (V ). Do you think more is true? For any vector v V, and any vector w V, we have v w = 0 (since w is orthogonal to every vector in V ). That is, v is orthogonal to every vector in V, so v (V ). This shows that V (V ). The reverse inclusion was shown in class Let V and W be subspaces of R n with the property that V W. Prove that W V. For any vector u W, we have u w = 0 for every vector w W. In particular, this is true for every w V. Thus, u V Let A be an m n matrix, and let B be an n p matrix. (a) Prove that N(B) N(AB). For any vector v N(B), we have Bv = 0, and hence AB(v) = A(Bv) = 0. (Note: here the 0 in the first equation is in R n, and the 0 in the second is in R m.) Hence, v N(AB). (b) Prove that C(AB) C(A). If v C(AB), then there is a vector w R p such that (AB)w = v. (I.e., the system (AB)x = v is consistent.) Rewriting this, we see that A(Bw) = v, which means that the system Ax = v is consistent as well. Hence, v C(A). (c) If A is n n and nonsingular, prove that N(B) = N(AB). We already know from part (a) that N(B) N(AB); we need to prove that N(AB) N(A). For any v N(AB), we have ABv = 0. Multiplying both sides on the left by A 1 (which exists because A is nonsingular), we see that Bv = 0, so v N(B). (d) If B is n n and nonsingular, prove that C(AB) = C(A). We already know from part (b) that C(AB) C(A); we just need to show that C(A) C(AB). For any vector v C(A), there is a vector w R n such that Aw = v. Then AB(B 1 w) = Aw = v, so v C(AB) as well Let A be an m n matrix. Prove that N(A T A) = N(A). The inclusion N(A) N(A T A) follows from the previous problem; we need to see that N(A T A) N(A). If v N(A T A), then A T Av = 0, so Av N(A T ). Also, Av C(A), by definition. And since C(A) = N(A T ), we deduce that Av = 0, so v N(A), as required. 7. HW 7: Due October Suppose v 1,..., v k are nonzero vectors such that v i v j = 0 whenever i j. Prove that {v 1,..., v k } is linearly independent. Suppose that c 1 v c k v k = 0; we will show that this implies that c 1 = = c n = 0, which means that the vectors v 1,..., v k are linearly independent. For each i = 1,..., n, taking the dot product of this equation with v i gives: c 1 v 1 v i + + c i v i v i + + c k v k = 0. By hypothesis, all of the terms in this sum except for the ith are 0, so c i (v i v i ) = 0. Moreover, since v i 0, v i v i 0, so we can divide and deduce c i = 0.

9 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS Suppose v 1,..., v n are nonzero, mutually orthogonal vectors in R n. (a) Prove that they form a basis for R n. By the previous problem, we see that v 1,..., v n are linearly independent, and any n linearly independent vectors in R n must span R n. (b) Given any x R n, give an explicit formula for the coordinates of x with respect to the basis {v 1,..., v n }. Suppose x = a 1 v a n v n. By definition, the coordinates of x are the coefficients a 1,..., a n. Just as in the previous problem, for each i = 1,..., n, we take the dot product of each side with v i : x v i = a 1 v 1 v i + + a i v i v i + + a n v n v i = a i v i v i and therefore a i = x v i v i v i. (c) Deduce from your answer to part (b) that x = n i=1 proj v i (x). We have n n x v i n x = a i v i = v i = proj v i v vi (x). i i=1 i= Suppose k > n. Prove that any k vectors in R n must form a linearly dependent set. Let v 1,..., v k be the vectors, and let A be the n k matrix whose columns are v 1,..., v k. Since rank(a) n < k, there must be a nonzero vector c with Ac = 0. But this means that c 1 v c k v k = 0 and the coefficients c i are not all zero, as required Let A be an n n matrix. Prove that if A is nonsingular and {v 1,..., v k } is linearly independent, then {Av 1,..., Av k } is likewise linearly independent. Give an example to show that the result is false if A is singular. Suppose we have a linear relation c 1 (Av 1 ) + + c k (Av k ) = 0. We may rewrite this as A(c 1 v c k v k ) = 0. Since A is nonsingular, the only solution to Ax = 0 is the zero vector, so c 1 v c k v k = 0. Therefore, c 1 = = c k since v 1,..., v k are linearly independent. [ We ] have thus[ shown that Av 1,..., Av k are linearly independent as well If A = and v =, then Av 1] 1 = {0 0}, so the set {Av 1 } is linearly dependent even though {v 1 } is linearly independent. Note: The proof of is essentially the same Let A be an n n matrix, and suppose v 1, v 2, v 3 R n are nonzero vectors such that Av 1 = v 1, Av 2 = 2v 2, and Av 3 = 3v 3. Prove that {v 1, v 2, v 3 } is linearly independent. Following the hint, we ll first show that {v 1, v 2 } is linearly independent. If not, then v 2 is a nonzero multiple of v 1, say v 2 = av 1, where a 0. On the one hand, we have Av 2 = 2v 2 = 2av 1, but on the other hand Av 2 = A(av 1 ) = av 1. Since a 2a and v 1 0, this is impossible. Hence, {v 1, v 2 } is linearly independent. i=1

10 10 MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS Next, if {v 1, v 2, v 3 } is linearly dependent, then v 3 must be in the span of v 1, v 2 : say v 3 = bv 1 + cv 2, where b and c are not both zero. Then Av 3 = 3v 3 = 3bv 1 + 3cv 2, but at the same time Av 3 = A(bv 1 + cv 2 ) = bv 1 + 2cv 2. Combining these: and hence 3bv 1 + 3cv 2 = bv 1 + 2cv 2 2bv 1 + cv 2 = 0. Since {v 1, v 2 } is linearly independent, this forces b = c = 0, a contradiction. {v 1, v 2, v 3 } is linearly independent. Hence, Let U and V be subspaces of R n. Prove that if U V = {0}, then dim(u + V ) = dim U + dim V. Suppose that dim U = k and dim V = l; we will prove that dim(u + V ) = k + l. Let {u 1,..., u k } be a basis for U and {v 1,..., v l } be a basis for V. We claim that {u 1,..., u k, v 1,..., v l } is a basis for U + V. It is simple to check that these vectors span U +V. Any vector x U +V can be written as u + v, where u U and v V. We can write u = a 1 u a k u k and v = b 1 v b l v l for some a 1,..., a k, b 1,..., b l R, and therefore x = u = a 1 u a k u k + b 1 v b l v l as required. To see that {u 1,..., u k, v 1,..., v l } is linearly independent, suppose we have a linear relation: c 1 u c k u k + d 1 v d l v l = 0. Rewrite this as c 1 u c k u k = d 1 v 1 + d l v l. The left-hand side is an element of U, and the right-hand side is an element of V, and they are equal to each other. Since U V = {0}, each side must equal 0. Since {u 1,..., u k } and {v 1,..., v l } are each linearly independent, we see that c 1 = = c k = d 1 = = d l = 0, as required.

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

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

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

MAT 2037 LINEAR ALGEBRA I web:

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

More information

web: HOMEWORK 1

web:   HOMEWORK 1 MAT 207 LINEAR ALGEBRA I 2009207 Dokuz Eylül University, Faculty of Science, Department of Mathematics Instructor: Engin Mermut web: http://kisideuedutr/enginmermut/ HOMEWORK VECTORS IN THE n-dimensional

More information

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

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

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

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

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

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

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

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

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

Span and Linear Independence

Span and Linear Independence Span and Linear Independence It is common to confuse span and linear independence, because although they are different concepts, they are related. To see their relationship, let s revisit the previous

More information

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3 Chapter 2: Solving Linear Equations 23 Elimination Using Matrices As we saw in the presentation, we can use elimination to make a system of linear equations into an upper triangular system that is easy

More information

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C =

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C = CHAPTER I BASIC NOTIONS (a) 8666 and 8833 (b) a =6,a =4 will work in the first case, but there are no possible such weightings to produce the second case, since Student and Student 3 have to end up with

More information

MODEL ANSWERS TO THE THIRD HOMEWORK

MODEL ANSWERS TO THE THIRD HOMEWORK MODEL ANSWERS TO THE THIRD HOMEWORK 1 (i) We apply Gaussian elimination to A First note that the second row is a multiple of the first row So we need to swap the second and third rows 1 3 2 1 2 6 5 7 3

More information

Solutions of Linear system, vector and matrix equation

Solutions of Linear system, vector and matrix equation Goals: Solutions of Linear system, vector and matrix equation Solutions of linear system. Vectors, vector equation. Matrix equation. Math 112, Week 2 Suggested Textbook Readings: Sections 1.3, 1.4, 1.5

More information

Math 24 Spring 2012 Questions (mostly) from the Textbook

Math 24 Spring 2012 Questions (mostly) from the Textbook Math 24 Spring 2012 Questions (mostly) from the Textbook 1. TRUE OR FALSE? (a) The zero vector space has no basis. (F) (b) Every vector space that is generated by a finite set has a basis. (c) Every vector

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

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

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

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

SECTION 3.3. PROBLEM 22. The null space of a matrix A is: N(A) = {X : AX = 0}. Here are the calculations of AX for X = a,b,c,d, and e. =

SECTION 3.3. PROBLEM 22. The null space of a matrix A is: N(A) = {X : AX = 0}. Here are the calculations of AX for X = a,b,c,d, and e. = SECTION 3.3. PROBLEM. The null space of a matrix A is: N(A) {X : AX }. Here are the calculations of AX for X a,b,c,d, and e. Aa [ ][ ] 3 3 [ ][ ] Ac 3 3 [ ] 3 3 [ ] 4+4 6+6 Ae [ ], Ab [ ][ ] 3 3 3 [ ]

More information

MIT Final Exam Solutions, Spring 2017

MIT Final Exam Solutions, Spring 2017 MIT 8.6 Final Exam Solutions, Spring 7 Problem : For some real matrix A, the following vectors form a basis for its column space and null space: C(A) = span,, N(A) = span,,. (a) What is the size m n of

More information

Chapter 6: Orthogonality

Chapter 6: Orthogonality Chapter 6: Orthogonality (Last Updated: November 7, 7) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). A few theorems have been moved around.. Inner products

More information

Math 54 Homework 3 Solutions 9/

Math 54 Homework 3 Solutions 9/ Math 54 Homework 3 Solutions 9/4.8.8.2 0 0 3 3 0 0 3 6 2 9 3 0 0 3 0 0 3 a a/3 0 0 3 b b/3. c c/3 0 0 3.8.8 The number of rows of a matrix is the size (dimension) of the space it maps to; the number of

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

Solution Set 7, Fall '12

Solution Set 7, Fall '12 Solution Set 7, 18.06 Fall '12 1. Do Problem 26 from 5.1. (It might take a while but when you see it, it's easy) Solution. Let n 3, and let A be an n n matrix whose i, j entry is i + j. To show that det

More information

Math Linear Algebra Final Exam Review Sheet

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

More information

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

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. Review for Exam. Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. x + y z = 2 x + 2y + z = 3 x + y + (a 2 5)z = a 2 The augmented matrix for

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

Math 3C Lecture 25. John Douglas Moore

Math 3C Lecture 25. John Douglas Moore Math 3C Lecture 25 John Douglas Moore June 1, 2009 Let V be a vector space. A basis for V is a collection of vectors {v 1,..., v k } such that 1. V = Span{v 1,..., v k }, and 2. {v 1,..., v k } are linearly

More information

Chapter 3. Vector spaces

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

More information

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015 Chapter : Theory Review: Solutions Math 08 F Spring 05. What two properties must a function T : R m R n satisfy to be a linear transformation? (a) For all vectors u and v in R m, T (u + v) T (u) + T (v)

More information

SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1. I. Topics from linear algebra

SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1. I. Topics from linear algebra SOLUTIONS TO EXERCISES FOR MATHEMATICS 133 Part 1 Winter 2009 I. Topics from linear algebra I.0 : Background 1. Suppose that {x, y} is linearly dependent. Then there are scalars a, b which are not both

More information

Lecture 1 Systems of Linear Equations and Matrices

Lecture 1 Systems of Linear Equations and Matrices Lecture 1 Systems of Linear Equations and Matrices Math 19620 Outline of Course Linear Equations and Matrices Linear Transformations, Inverses Bases, Linear Independence, Subspaces Abstract Vector Spaces

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

Math 220: Summer Midterm 1 Questions

Math 220: Summer Midterm 1 Questions Math 220: Summer 2015 Midterm 1 Questions MOST questions will either look a lot like a Homework questions This lists draws your attention to some important types of HW questions. SOME questions will have

More information

Multiple Choice Questions

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

More information

Introduction to Matrices

Introduction to Matrices POLS 704 Introduction to Matrices Introduction to Matrices. The Cast of Characters A matrix is a rectangular array (i.e., a table) of numbers. For example, 2 3 X 4 5 6 (4 3) 7 8 9 0 0 0 Thismatrix,with4rowsand3columns,isoforder

More information

Solving Systems of Equations Row Reduction

Solving Systems of Equations Row Reduction Solving Systems of Equations Row Reduction November 19, 2008 Though it has not been a primary topic of interest for us, the task of solving a system of linear equations has come up several times. For example,

More information

Vector Spaces. 9.1 Opening Remarks. Week Solvable or not solvable, that s the question. View at edx. Consider the picture

Vector Spaces. 9.1 Opening Remarks. Week Solvable or not solvable, that s the question. View at edx. Consider the picture Week9 Vector Spaces 9. Opening Remarks 9.. Solvable or not solvable, that s the question Consider the picture (,) (,) p(χ) = γ + γ χ + γ χ (, ) depicting three points in R and a quadratic polynomial (polynomial

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 5 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 26, 2017 1 Linear Independence and Dependence of Vectors

More information

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge!

Math Computation Test 1 September 26 th, 2016 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Math 5- Computation Test September 6 th, 6 Debate: Computation vs. Theory Whatever wins, it ll be Huuuge! Name: Answer Key: Making Math Great Again Be sure to show your work!. (8 points) Consider the following

More information

Lecture Summaries for Linear Algebra M51A

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

More information

Chapter 2: Matrix Algebra

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

More information

Lecture 2 Systems of Linear Equations and Matrices, Continued

Lecture 2 Systems of Linear Equations and Matrices, Continued Lecture 2 Systems of Linear Equations and Matrices, Continued Math 19620 Outline of Lecture Algorithm for putting a matrix in row reduced echelon form - i.e. Gauss-Jordan Elimination Number of Solutions

More information

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION)

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) PROFESSOR STEVEN MILLER: BROWN UNIVERSITY: SPRING 2007 1. CHAPTER 1: MATRICES AND GAUSSIAN ELIMINATION Page 9, # 3: Describe

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

Math 346 Notes on Linear Algebra

Math 346 Notes on Linear Algebra Math 346 Notes on Linear Algebra Ethan Akin Mathematics Department Fall, 2014 1 Vector Spaces Anton Chapter 4, Section 4.1 You should recall the definition of a vector as an object with magnitude and direction

More information

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

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

More information

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

Review of Matrices and Block Structures

Review of Matrices and Block Structures CHAPTER 2 Review of Matrices and Block Structures Numerical linear algebra lies at the heart of modern scientific computing and computational science. Today it is not uncommon to perform numerical computations

More information

Worksheet for Lecture 25 Section 6.4 Gram-Schmidt Process

Worksheet for Lecture 25 Section 6.4 Gram-Schmidt Process Worksheet for Lecture Name: Section.4 Gram-Schmidt Process Goal For a subspace W = Span{v,..., v n }, we want to find an orthonormal basis of W. Example Let W = Span{x, x } with x = and x =. Give an orthogonal

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

Linear Algebra Handout

Linear Algebra Handout Linear Algebra Handout References Some material and suggested problems are taken from Fundamentals of Matrix Algebra by Gregory Hartman, which can be found here: http://www.vmi.edu/content.aspx?id=779979.

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

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University Applied Matrix Algebra Lecture Notes Section 22 Gerald Höhn Department of Mathematics, Kansas State University September, 216 Chapter 2 Matrices 22 Inverses Let (S) a 11 x 1 + a 12 x 2 + +a 1n x n = b

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

7. Dimension and Structure.

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

More information

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function

MODEL ANSWERS TO THE FIRST QUIZ. 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function MODEL ANSWERS TO THE FIRST QUIZ 1. (18pts) (i) Give the definition of a m n matrix. A m n matrix with entries in a field F is a function A: I J F, where I is the set of integers between 1 and m and J is

More information

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

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

More information

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

Math 2174: Practice Midterm 1

Math 2174: Practice Midterm 1 Math 74: Practice Midterm Show your work and explain your reasoning as appropriate. No calculators. One page of handwritten notes is allowed for the exam, as well as one blank page of scratch paper.. Consider

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. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

More information

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

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

More information

Chapter 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

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES LECTURES 14/15: LINEAR INDEPENDENCE AND BASES MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Linear Independence We have seen in examples of span sets of vectors that sometimes adding additional vectors

More information

Daily Update. Math 290: Elementary Linear Algebra Fall 2018

Daily Update. Math 290: Elementary Linear Algebra Fall 2018 Daily Update Math 90: Elementary Linear Algebra Fall 08 Lecture 7: Tuesday, December 4 After reviewing the definitions of a linear transformation, and the kernel and range of a linear transformation, we

More information

Offline Exercises for Linear Algebra XM511 Lectures 1 12

Offline Exercises for Linear Algebra XM511 Lectures 1 12 This document lists the offline exercises for Lectures 1 12 of XM511, which correspond to Chapter 1 of the textbook. These exercises should be be done in the traditional paper and pencil format. The section

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

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

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

Math Linear Algebra

Math Linear Algebra Math 220 - Linear Algebra (Summer 208) Solutions to Homework #7 Exercise 6..20 (a) TRUE. u v v u = 0 is equivalent to u v = v u. The latter identity is true due to the commutative property of the inner

More information

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

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

More information

MATH 260 Homework 2 solutions. 7. (a) Compute the dimension of the intersection of the following two planes in R 3 : x 2y z 0, 3x 3y z 0.

MATH 260 Homework 2 solutions. 7. (a) Compute the dimension of the intersection of the following two planes in R 3 : x 2y z 0, 3x 3y z 0. MATH 6 Homework solutions Problems from Dr Kazdan s collection 7 (a) Compute the dimension of the intersection of the following two planes in R 3 : x y z, 3x 3y z (b) A map L: R 3 R is defined by the matrix

More information

Matrices and Matrix Algebra.

Matrices and Matrix Algebra. Matrices and Matrix Algebra 3.1. Operations on Matrices Matrix Notation and Terminology Matrix: a rectangular array of numbers, called entries. A matrix with m rows and n columns m n A n n matrix : a square

More information

4 Elementary matrices, continued

4 Elementary matrices, continued 4 Elementary matrices, continued We have identified 3 types of row operations and their corresponding elementary matrices. To repeat the recipe: These matrices are constructed by performing the given row

More information

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

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

More information

Notes on Row Reduction

Notes on Row Reduction Notes on Row Reduction Francis J. Narcowich Department of Mathematics Texas A&M University September The Row-Reduction Algorithm The row-reduced form of a matrix contains a great deal of information, both

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

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

Solutions to Exam I MATH 304, section 6

Solutions to Exam I MATH 304, section 6 Solutions to Exam I MATH 304, section 6 YOU MUST SHOW ALL WORK TO GET CREDIT. Problem 1. Let A = 1 2 5 6 1 2 5 6 3 2 0 0 1 3 1 1 2 0 1 3, B =, C =, I = I 0 0 0 1 1 3 4 = 4 4 identity matrix. 3 1 2 6 0

More information

Math 308 Midterm November 6, 2009

Math 308 Midterm November 6, 2009 Math 308 Midterm November 6, 2009 We will write A 1,..., A n for the columns of an m n matrix A. If x R n, we will write x = (x 1,..., x n ). he null space and range of a matrix A are denoted by N (A)

More information

pset3-sol September 7, 2017

pset3-sol September 7, 2017 pset3-sol September 7, 2017 1 18.06 pset 3 Solutions 1.1 Problem 1 Suppose that you solve AX = B with and find that X is 1 1 1 1 B = 0 2 2 2 1 1 0 1 1 1 0 1 X = 1 0 1 3 1 0 2 1 1.1.1 (a) What is A 1? (You

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

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.3 VECTOR EQUATIONS VECTOR EQUATIONS Vectors in 2 A matrix with only one column is called a column vector, or simply a vector. An example of a vector with two entries

More information

Linear equations in linear algebra

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

More information

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes.

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes. Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes Matrices and linear equations A matrix is an m-by-n array of numbers A = a 11 a 12 a 13 a 1n a 21 a 22 a 23 a

More information

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 MATH 167: APPLIED LINEAR ALGEBRA Chapter 2 Jesús De Loera, UC Davis February 1, 2012 General Linear Systems of Equations (2.2). Given a system of m equations and n unknowns. Now m n is OK! Apply elementary

More information