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

Size: px
Start display at page:

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

Transcription

1 SSM: Linear Algebra Section Chapter Fails to be invertible; since det = 6 6 = Invertible; since det = = Invertible; since det = = This matrix is clearly not invertible, so the determinant must be zero 9 Invertible; since det = = k 2 11 det 0 when 4k 6, or k det k = 8k, so k 0 will ensure that this matrix is invertible det 0 k = 6k 3 This matrix is invertible when k det k 1 = 2k 2 2 = 2(k 2 1) = 2(k 1)(k + 1) So k cannot be 1 or -1 1 k det 1 1 k 1 k k = k 3 + 2k 2 k = k(k 1) 2 So k cannot be 0 or 1 k k k 21 det k k 1 = k 3 3k + 2 = (k 1) 2 (k + 2) So k cannot be -2 or k 1 λ 2 23 det(a λi 2 ) = det = (1 λ)(4 λ) = 0 if λ is 1 or λ 149

2 Chapter 6 SSM: Linear Algebra 4 λ 2 25 det(a λi 2 ) = det = (4 λ)(6 λ) 8 = (λ 8)(λ 2) = 0 if λ is 2 or 4 6 λ 8 27 A λi 3 is a lower triangular matrix with the diagonal entries (2 λ), (3 λ) and (4 λ) Now, det(a λi 3 ) = (2 λ)(3 λ)(4 λ) = 0 if λ is 2, 3 or 4 29 det(a λi 3 ) = det 3 λ λ 2 = (3 λ)(λ 8)(λ 3) = 0 if λ is 3 or λ 31 This matrix is upper triangular, so the determinant is the product of the diagonal entries, which is By Fact 618, the determinant is equal to det det = (7 16)(10 21) = We will use Fact 615 and expand down the third column Our determinant equals: 2 det Then we expand down the second column, so we have 2( 3) det = 6(24 21) = Here we use Fact 618 to find det det = (35 24)(5) = We repeatedly expand down the first column, finding the determinant to be ( 2) det = Here we expand down the fourth column: 2 det, then down the second column: 2(3) det = 2(3)( 2) det = 12(4 6) = a b a b 43 For a 2 2 matrix A =, we have det( A) = det = ad bc = det(a) c d c d Use Sarrus rule to see that det( A) = det(a) for a 3 3 matrix We may conjecture 150

3 SSM: Linear Algebra Section 61 that det( A) = det(a) for an n n matrix with even n, and det( A) = det(a) when n is odd; in both cases we can write det( A) = ( 1) n det(a) A proof of this conjecture can be based upon the following rule: If a square matrix B is obtained from matrix A by multiplying all the entries in the i th row of A by a scalar k, then det(b) = k det(a) We can show this by expansion along the i th row: n n det(b) = ( 1) i+j b ij det(b ij ) = ( 1) i+j ka ij det(a ij ) j=1 = k j=1 n ( 1) i+j a ij det(a ij ) = k det(a) j=1 We can obtain A by multiplying all the entries in the first row of A by k = 1, then all the entries in the second row, and so forth down to the n th row; each time the determinant gets multiplied by k = 1 Thus, det( A) = k n det(a) = ( 1) n det(a), as claimed a b a c 45 If A =, then det(a c d T ) = det = ad cb = det(a) It turns out that b d det(a T ) = det(a) 47 We have det(a) = (ah cf)k + bef + cdg aeg bdh Thus matrix A is invertible for all k if (and only if) the coefficient (ah cf) of k is 0, while the sum bef + cdg aeg bdh is nonzero A numerical example is a = c = d = f = h = g = 1 and b = e = 2, but there are infinitely many other solutions as well 49 The kernel of T consists of all vectors x such that the matrix [ x v w] fails to be invertible This is the case if x is a linear combination of v and w, as discussed on Pages 247 and 248 Thus ker(t ) = span( v, w) The image of T isn t {0}, since T ( v w) 0, for example Being a subspace of R, the image must be all of R 51 We expand down the first column: det(m n ) = 1 det det = det(a n 1 ) det 0 A = det(a n 1 ) 1 det(a n 2 ) Using Example 9, n this equals n (n 1) = 1 151

4 Chapter 6 SSM: Linear Algebra det(e n ) = det 1 A n = 2 det(a n 1 ) 1 det = 2 det(a n 1 ) 1 det An = 2 det(a n 1 ) det det(a n 4 ) (by Fact 618) = 2 det(a n 1 ) 3 det(a n 4 ) = 2n 3(n 3) = 2n 3n + 9 = 9 n So, det(e 9 ) = a d n = det

5 SSM: Linear Algebra Section = 1 det det = d n 1 1 det 0 M n 2 = d n 1 d n b d 1 = det[1] = 1 d 2 = det = 0 d = 0 1 = 1 d 4 = 1 0 = 1 d 5 = 1 ( 1) = 0 d 6 = 0 ( 1) = 1 d 7 = 1 0 = 1 d 8 = 1 1 = 0 Note that d 7 = d 1 = 1 and d 8 = d 2 = 0, so that the values are repeated, with a period of 6, meaning that d k = d k+6 for all k c Following part b, we have d 100 = d (6) = d 4 = 1 57 Repeatedly expanding down the first column, we see that the determinant will be 1 or -1, since it is the product of n terms that are all 1 or Let M n be the number of multiplications required to compute the determinant of an n n matrix by Laplace expansion We will use induction on n to prove that M n > n!, for n 3 In the lowest applicable case, n = 3, we can check that M 3 = 9 and 3! = 6 Now let s do the induction step If A is an n n matrix, then det(a) = a 11 det(a 11 ) + + ( 1) n+1 a n1 det(a n1 ), by Definition 614 We need to compute n determinants of (n 1) (n 1) matrices, and then do n extra multiplications a i1 det(a i1 ), so that M n = nm n 1 + n If n > 3, then M n 1 > (n 1)!, by induction hypothesis, so that M n > n(n 1)! + n > n!, as claimed 153

6 Chapter 6 SSM: Linear Algebra 62 1 A = I B = Now det(a) = det(b) = 6, by Algorithm 623b I A = I B = Now det(a) = det(b) = 24, by I I Algorithm 623b After three row swaps, we end up with B = Now, by Algorithm 623b, det(a) = ( 1) 3 det(b) = 24 7 After two row swaps, we end up with an upper triangular matrix B with all 1 s along the diagonal Now det(a) = ( 1) 2 det(b) = 1, by Algorithm 623b 9 If we subtract the first row from every other row, then we have an upper triangular matrix B, with diagonal entries 1, 1, 2, 3 and 4 Then det(a) = det(b) = 24 by Algorithm 623b 11 By Fact 621a, the desired determinant is ( 9)(8) = By Fact 621b, applied twice, since there are two row swaps, the desired determinant is ( 1)( 1)(8) = 8 15 By Fact 621c, the desired determinant is 8 17 The standard matrix of T is A = , so that det(t ) = det(a) = The standard matrix of T is A = , so that det(t ) = det(a) = The standard matrix of T is A =, so that det(t ) = det(a) =

7 SSM: Linear Algebra Section Consider the matrix M of T with respect to a basis consisting of n(n + 1)/2 symmetric matrices and n(n 1)/2 skew-symmetric matrices (see Exercises 54 and 55 or Section 53) Matrix M will be diagonal, with n(n + 1)/2 entries 1 and n(n 1)/2 entries -1 on the diagonal Thus, det(t ) = det(m) = ( 1) n(n 1)/2 25 The standard matrix of T is A = , so that det(t ) = det(a) = The matrix of T with respect to the basis cos(x), sin(x) is A = det(t ) = det(a) = a 2 + b 2 b a, so that a b 29 Expand down the first column, realizing that all but the first contribution are zero, since a 21 = 0 and A i1 has two equal rows for all i > 2 Therefore, det(p n ) = det(p n 1 ) Since det(p 1 ) = 1, we can conclude that det(p n ) = 1, for all n [ a If n = 1, then A = a 0 a 1 ], so det(a) = a 1 a 0 (and the product formula holds) b Expanding the given determinant down the right-most column, we see that the coefficient k of t n is the n 1 Vandermonde determinant which we assume is (a i a j ) n 1 i>j Now f(a 0 ) = f(a 1 ) = = f(a n 1 ) = 0, since in each case the given matrix has two identical columns, hence its determinant equals zero Therefore f(t) = n 1 i>j (a i a j ) (t a 0 )(t a 1 ) (t a n 1 ) and det(a) = f(a n ) = (a i a j ), n i>j as required 155

8 Chapter 6 SSM: Linear Algebra 33 Think of the i th column of the given matrix as a i 1 a i a 2 i ai n a 1 a 2 a n a 2 1 a 2 2 a 2 n, so by Fact 621a, the determi- nant can be written as (a 1 a 2 a n ) det The new determinant a1 n 1 a2 n 1 an n 1 is a Vandermonde determinant (see Exercise 31), and we get n a i (a i a j ) i=1 i>j 35 [ x1 x 2 ] must satisfy det x 1 a 1 b 1 = 0, ie, must satisfy the linear equation x 2 a 2 b 2 (a 1 b 2 a 2 b 1 ) x 1 (b 2 a 2 ) + x 2 (b 1 a 1 ) = 0 x1 a1 x1 We can see that = and = x 2 a 2 x 2 has two identical columns in these cases [ b1 b 2 ] satisfy this equation, since the matrix 37 Applying Fact 624 to the equation AA 1 = I n we see that det(a) det(a 1 ) = 1 The only way the product of the two integers det(a) and det(a 1 ) can be 1 is that they are both 1 or both -1 Therefore, det(a) = 1 or det(a) = 1 39 det(a T A) = det(a T ) det(a) = [det(a)] 2 > 0 Fact 624 Fact det(a) = det(a T ) = det( A) = ( 1) n (det A) = det(a), so that det(a) = 0 We have used Facts 627 and 621a ( ) v 43 det(a T T v v v w v 2 v w A) = det w T [ v w] = det = det v w w w v w w 2 = v 2 w 2 ( v w) 2 0 by the Cauchy-Schwarz inequality (Fact 5111) 156

9 SSM: Linear Algebra Section f(x) is a linear function, so f (x) is the coefficient of x (the slope) Expanding down the first column, we see that the coefficient of x is det = 24, so f (x) = x b 47 Yes! For example, T = dx + by is given by the matrix [d b], so that T is linear in y d the first column 49 For example, we can start with an upper triangular matrix B with det(b) = 13, such as B = Adding the first row of B to both the second and the third to make all entries nonzero, we end up with A = Note that det(a) = det(b) = Notice that it takes n row swaps (swap row i with n + i for each i between 1 and n) to turn A into I 2n So, det(a) = ( 1) n det(i 2n ) = ( 1) n 53 a See Exercise 37 a b d b b If A =, then A c d 1 = 1 det(a) has integer entries c a 55 We start out with a preliminary remark: If a square matrix A has two equal rows, then D(A) = 0 Indeed, if we swap the two equal rows and call the resulting matrix B, then B = A, so that D(A) = D(B) = D(A), by property b, and D(A) = 0 as claimed Next we need to understand how the elementary row operations affect D Properties a and b tell us about how row multiplications and row swaps, but we still need to think about row additions We will show that if B is obtained from A by adding k times the i th row to the j th, then D(B) = D(A) Let s label the row vectors of A by v 1, v n By linearity of D in the j th row (property c) we have 157

10 Chapter 6 SSM: Linear Algebra D(B) = D v i v j + k v i = D(A) + kd v i v i = D(A) Note that in the last step we have used the preliminary remark Now, using the terminology introduced on Page 262, we can write D(A) = ( 1) s k 1 k 2 k r D(rref A) Next we observe that D(rref A) = det(rref A) for all square matrices A Indeed, if A is invertible, then rref(a) = I n, and D(I n ) = 1 = det(i n ) by property c of function D If A fails to be invertible, then D(rref A) = 0 = det(rref A) by linearity in the last row It follows that D(A) = ( 1) s k 1 k 2 k r D(rref A) = ( 1) s k 1 k 2 k r det(rref A) = det(a) for all square matrices, as claimed 57 Note that matrix A 1 is invertible, since det(a 1 ) 0 Now y y T = [A x 1 A 2 ] = A x 1 y + A 2 x = 0 when A 1 y = A 2 x, or, y = A 1 1 A 2 x This shows that for every x there is a unique y (that is, y is a function of x); furthermore, this function is linear, with matrix M = A 1 1 A det = 0 = det, but these matrices fail to be similar [ ] In 0 A B A B 61 We follow the hint: = C A C D CA + AC CB + AD ( ) A B In 0 A B = So, det = det(a) det(ad CB) 0 AD CB C A C D () A B Thus, det(i n ) det(a) det = det(a) det(ad CB), which leads to C D () A B det = det(ad CB), since det(a) 0 C D 63 1 By Fact 633, the area equals det 3 8 = 50 =

11 SSM: Linear Algebra Section 63 Figure 61: for Problem Area of triangle = 1 2 det = 13 (See Figure 61) The volume of the tetrahedron T 0 defined by e 1, e 2, e 3 is 1 3 (base)(height) = 1 6 Here we are using the formula for the volume of a pyramid (See Figure 62) Figure 62: for Problem 635 The tetrahedron T defined by v 1, v 2, v 3 can be obtained by applying the linear transformation with matrix [ v 1 v 2 v 3 ] to T 0 Now we have vol(t ) = det[ v 1 v 2 v 3 ] vol(t 0 ) = 1 6 det[ v 1 v 2 v 3 ] = 1 6 V ( v 1, v 2, v 3 ) Fact 638 and Page 282 Fact Area = det det = 110 (See Figure 63) By Fact 633, det[ v 1 v 2 ] = area of the parallelogram defined by v 1 and v 2 But v 1 is the base of that parallelogram and v 2 sin θ is its height, hence det[ v 1 v 2 ] = v 1 v 2 sin θ 159

12 Chapter 6 SSM: Linear Algebra Figure 63: for Problem The matrix of the transformation T with respect to the basis v 1, v 2 is B = that det(a) = det(b) = 12, by Fact By Fact 637, the desired 2-volume is 1 1 det = det = , so If v 1, v 2,, v m are linearly dependent and if A = [ v 1 v m ], then det(a T A) = 0 since A T A and A have equal and nonzero kernels (by Fact 542), hence A T A fails to be invertible On the other hand, since the v i are linearly dependent, at least one of them will be redundant For such a redundant v i, we will have v i = v i and v i = 0, so that V ( v 1,, v m ) = 0, by Definition 636 This discussion shows that V ( v 1,, v m ) = 0 = det(a T A) if the vectors v 1,, v m are linearly dependent 160

13 SSM: Linear Algebra Section a Let w = v 1 v 2 v 3 Note that w is orthogonal to v 1, v 2 and v 3, by Exercise 6244c Then V ( v 1, v 2, v 3, w) = V ( v 1, v 2, v 3 ) w = V ( v 1, v 2, v 3 ) w b By Exercise 6244e, Definition 636 V ( v 1, v 2, v 3, v 1 v 2 v 3 ) = det [ v 1 v 2 v 3 v 1 v 2 v 3 ] = det [ v 1 v 2 v 3 v 1 v 2 v 3 ] = v 1 v 2 v 3 2 c By parts a and b, V ( v 1, v 2, v 3 ) = v 1 v 2 v 3 If the vectors v 1, v 2, v 3 are linearly dependent, then both sides of the equation are 0, by Exercise 15 and Exercise 6244a 19 det[ v 1 v 2 v 3 ] = v 1 ( v 2 v 3 ) = v 1 v 2 v 3 cos θ where θ is the angle between v 1 and v 2 v 3 so det[ v 1 v 2 v 3 ] > 0 if and only if cos θ > 0, ie, if and only if θ is acute (0 θ π 2 ) (See Figure 64) Figure 64: for Problem a Reverses Consider v 2 and v 3 in the plane (not parallel), and let v 1 = v 2 v 3 ; then v 1, v 2, v 3 is a positively oriented basis, but T ( v 1 ) = v 1, T ( v 2 ) = v 2, T ( v 3 ) = v 3 is negatively oriented b Preserves 161

14 Chapter 6 SSM: Linear Algebra Consider v 2 and v 3 orthogonal to the line (not parallel), and let v 1 = v 2 v 3 ; then v 1, v 2, v 3 is a positively oriented basis, and T ( v 1 ) = v 1, T ( v 2 ) = v 2, T ( v 3 ) = v 3 is positively oriented as well c Reverses The standard basis e 1, e 2, e 3 is positively oriented, but T ( e 1 ) = e 1, T ( e 2 ) = e 2, T ( e 3 ) = e 3 is negatively oriented 23 Here A = 5 3, det(a) = 17, 6 7 b = det x 1 = 1, so by Fact = 7 det 17 17, x 2 = = By Fact 6310, the ij th entry of adj(a) is given by ( 1) i+j det(a ji ), so since A = for i = 1, j = 1, we get ( 1) 2 det = 1, and for i = 1, j = 2 we [ 1 ] 0 1 get ( 1) 3 det = 0, and so forth 0 1 Completing this process gives adj(a) = , hence by Fact 6310, A 1 = 1 det(a) adj(a) = = [ a b 27 By Fact 639, using A = b a x = det ( ) 1 b 1 0 a a 2 +b = a 2 a 2 +b, y = det 2 ], det(a) = a 2 + b 2, b = [ 1 0 ], we get ( ) a 1 1 b 0 a 2 +b = b 2 a 2 +b, 2 so x is positive, y is negative (since a, b > 0), and x decreases as b increases 29 By Fact 639, dx 1 = 2 det6 4 0 R 1 (1 α) 0 1 α (1 α) 2 R 2 de 2 R 2 (1 α) α D = R1R2(1 α)2 de 2 R 2(1 α) 2 de 2 D 162

15 SSM: Linear Algebra Section 63 dy 1 = 2 det6 4 2 det6 4 R 1 0 (1 α) α 0 (1 α) 2 R 2 R 2 de 2 (1 α)2 D R 1 R 1 0 α 1 α 0 R 2 R 2 R 2 de 2 α = R2de2(R1(1 α)2 +α(1 α)) D > 0 dp = D = R1R2de2 D > 0 31 Using the procedure outlined in Exercise 25, we find adj(a) = Using the procedure outlined in Exercise 25, we find that adj(a) = Note that the matrix adj(a) is diagonal, and the i th diagonal entry of adj(a) is the product of all a jj where j i 35 det(adj(a)) = det(det(a)a 1 ) Taking the product det(a)a 1 amounts to multiplying each row of A 1 by det(a), so that det(adj(a)) = (det A) n det(a 1 ) = (det A) n 1 det(a) = (det A) n 1 37 adj(a 1 ) = det(a 1 )(A 1 ) 1 = (det A) 1 (A 1 ) 1 = (adja) 1 39 Yes, let S be an invertible matrix such that AS = SB, or SB 1 = A 1 S Multiplying both sides by det(a) = det(b), we find that S(det(B)B 1 ) = (det(a)a 1 )S, or, S(adjB) = (adja)s, as claimed 41 If A has a nonzero minor det(a ij ), then the n 1 columns of the invertible matrix A ij will be independent, so that the n 1 columns of A, minus the j th, will be independent as well Thus, the rank of A (the dimension of the image) is at least n 1 Conversely, if rank(a) n 1, then we can find n 1 independent columns of A The n (n 1) matrix consisting of those n 1 columns will have rank n 1, so that there will be exactly one redundant row (compare with Exercises 3349 through 51) Omitting this redundant row produces an invertible (n 1) (n 1) submatrix of A, giving us a nonzero minor of A 43 A direct computation shows that A(adjA) = (adja)a = (det A)(I n ) for all square matrices Thus we have A(adjA) = (adja)a = 0 for noninvertible matrices, as claimed Let s write B = adj(a), and let s verify the equation AB = (det A)(I n ) for the diagonal entries; the verification for the off-diagonal entries is analogous The i th diagonal entry 163

16 Chapter 6 SSM: Linear Algebra of AB is ith [i th row of A] column = a i1 b 1i + + a in b ni = of B n a ij b ji j=1 Since B is the adjunct of A, b ji = ( 1) j+i det(a ij ) So, our summation equals n a ij ( 1) i+j det(a ij ) j=1 which is our formula for Laplace expansion across the i th row, and equals det(a), proving our claim for the diagonal entries a b a c d b 45 Let A = We want A c d T = adj(a), or = So, a = d and b d c a a b b = c Thus, the equation A T = adj(a) holds for all matrices of the form b a 47 Note that 1 2 det x1 x 2 is the area of the triangle OP y 1 y 1 P 2, where O denotes the origin 2 This is likewise true[ for one-half ] the second matrix However, because of the reversal 1 in orientation, 2 det x3 x 4 is negative the area of the triangle OP y 3 y 3 P 4 ; likewise for 4 the last matrix (See the discussion on Page 277) Finally, note that the area of the quadrilateral P 1 P 2 P 3 P 4 is equal to: the area of triangle OP 1 P 2 + area of triangle OP 2 P 3 area of triangle OP 3 P 4 area of triangle OP 4 P 1 49 We will use the terminology introduced in the solution [ of Exercise 48 throughout Note 2 2/ 3 that the transformation L 1, with matrix A 1 = ], maps the circle C (with 0 3 radius 1/ 3) into the ellipse E Now consider a radial vector v = cos θ 1 3 of C, sin θ and find the maximal value M and the minimal value m of A 1 v 2 = sin2 θ (sin θ)(cos θ) = (cos 2θ) 3 (sin 2θ) (we are taking the square to facilitate 3 the computations) Then M and m will be the lengths of the semi-axes of E The function above is sinusoidal with average value and amplitude = Thus M = and m = , so that the length of the semi-major axis of E is M = , and for the semi-minor axis we get 164

17 SSM: Linear Algebra True or False m = True or False 1 T, by Fact 616 (a diagonal matrix is triangular as well) 3 T, by Definition F; Let A = B = I 5, for example 7 F; In fact, det(a) = 0, since A fails to be invertible 9 T, by Fact 621a, applied to the columns 11 T, by Fact T, by Fact T; The determinant is 0 for k = 1 or k = 2, so that the matrix is invertible for all positive k 17 T; It would be tedious to compute the exact value of the determinant, but we can show that the determinant is nonzero without finding its exact value One method is to show that the determinant is an odd integer Expanding down the third column, we see that det(a) = 3 det even terms = 3( 7 det + even terms ) + even terms 6 5 = 21 + even terms = odd, as claimed Alternatively, we can use the permutation formula for the determinant (Fact 6210), and argue that one of the 24 terms is very large (namely = 10 8 ) compared to the other terms [those are less than (100 2 )(10 2 ) = 10 6 each in absolute value], so that the determinant turns out to be positive (In fact, this determinant is 97,763,383) 19 T; Matrix A is invertible 21 T, by Fact 634, since v i v i = 1 for all column vectors v i 165

18 Chapter 6 SSM: Linear Algebra F; Let A =, for example T; Let A = The column vectors of A are orthogonal and they all have length 2 27 F; In fact, det(a) = det[ u v w] = det[ v u w] = v ( u w) We have used Fact 621b and Definition F; Note that det = F; Let A = 2I 2, for example 33 F; Let A = I 2 and B = I 2, for example 35 T; Let s do Laplace expansion along the first row, for example (see Fact 615) n Then det(a) = ( 1) 1+j a 1j det(a 1j ) 0 Thus det(a 1j ) 0 for at least one j, so that A 1j is invertible j=1 37 T, since adj(a) = (det A)(A 1 ), by Fact F; Note that det(s 1 AS) = det(a) but det(2a) = 2 3 (det A) = 8(det A) 41 T; We can use induction on n to show that det(a) is an odd integer If we expand det(a) down the first column, then the first term, a 11 det(a 11 ), will be odd, since a 11 is odd, and det(a 11 ) is odd by the induction hypothesis However, all the other terms a i1 det(a i1 ), where i > 1, will be even, since a i1 is even in this case Thus, det(a) is odd as claimed, and A is invertible a b 43 T; Let A = c d [ 0 1 B = 0 0 [ 0 0 If a 0, let B = ], and if d 0, let B = ] ; if b 0, let B = 0 0 ; if c 0, let T; A(adjA) = A(det(A)A 1 ) = det(a)i n = det(a)a 1 A = adj(a)a 47 F; A = and B = are both orthogonal and det(a) = det(b) = 1 However, AB BA 166

Linear Systems and Matrices

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

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

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

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

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

More information

1. General Vector Spaces

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

More information

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS

MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS MATH 320: PRACTICE PROBLEMS FOR THE FINAL AND SOLUTIONS There will be eight problems on the final. The following are sample problems. Problem 1. Let F be the vector space of all real valued functions on

More information

3 Matrix Algebra. 3.1 Operations on matrices

3 Matrix Algebra. 3.1 Operations on matrices 3 Matrix Algebra A matrix is a rectangular array of numbers; it is of size m n if it has m rows and n columns. A 1 n matrix is a row vector; an m 1 matrix is a column vector. For example: 1 5 3 5 3 5 8

More information

SOLUTIONS: ASSIGNMENT Use Gaussian elimination to find the determinant of the matrix. = det. = det = 1 ( 2) 3 6 = 36. v 4.

SOLUTIONS: ASSIGNMENT Use Gaussian elimination to find the determinant of the matrix. = det. = det = 1 ( 2) 3 6 = 36. v 4. SOLUTIONS: ASSIGNMENT 9 66 Use Gaussian elimination to find the determinant of the matrix det 1 1 4 4 1 1 1 1 8 8 = det = det 0 7 9 0 0 0 6 = 1 ( ) 3 6 = 36 = det = det 0 0 6 1 0 0 0 6 61 Consider a 4

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Math Linear Algebra Final Exam Review Sheet

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

More information

MATH 2030: EIGENVALUES AND EIGENVECTORS

MATH 2030: EIGENVALUES AND EIGENVECTORS MATH 2030: EIGENVALUES AND EIGENVECTORS Determinants Although we are introducing determinants in the context of matrices, the theory of determinants predates matrices by at least two hundred years Their

More information

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

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

More information

Lecture Notes in Linear Algebra

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

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

More information

Evaluating Determinants by Row Reduction

Evaluating Determinants by Row Reduction Evaluating Determinants by Row Reduction MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives Reduce a matrix to row echelon form and evaluate its determinant.

More information

det(ka) = k n det A.

det(ka) = k n det A. Properties of determinants Theorem. If A is n n, then for any k, det(ka) = k n det A. Multiplying one row of A by k multiplies the determinant by k. But ka has every row multiplied by k, so the determinant

More information

Chapter 2: Matrices and Linear Systems

Chapter 2: Matrices and Linear Systems Chapter 2: Matrices and Linear Systems Paul Pearson Outline Matrices Linear systems Row operations Inverses Determinants Matrices Definition An m n matrix A = (a ij ) is a rectangular array of real numbers

More information

Determinants Chapter 3 of Lay

Determinants Chapter 3 of Lay Determinants Chapter of Lay Dr. Doreen De Leon Math 152, Fall 201 1 Introduction to Determinants Section.1 of Lay Given a square matrix A = [a ij, the determinant of A is denoted by det A or a 11 a 1j

More information

Homework Set #8 Solutions

Homework Set #8 Solutions Exercises.2 (p. 19) Homework Set #8 Solutions Assignment: Do #6, 8, 12, 14, 2, 24, 26, 29, 0, 2, 4, 5, 6, 9, 40, 42 6. Reducing the matrix to echelon form: 1 5 2 1 R2 R2 R1 1 5 0 18 12 2 1 R R 2R1 1 5

More information

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants THE ALGEBRA OF DETERMINANTS 1. Determinants We have already defined the determinant of a 2 2 matrix: det = ad bc. We ve also seen that it s handy for determining when a matrix is invertible, and when it

More information

Math 320, spring 2011 before the first midterm

Math 320, spring 2011 before the first midterm Math 320, spring 2011 before the first midterm Typical Exam Problems 1 Consider the linear system of equations 2x 1 + 3x 2 2x 3 + x 4 = y 1 x 1 + 3x 2 2x 3 + 2x 4 = y 2 x 1 + 2x 3 x 4 = y 3 where x 1,,

More information

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2

ANSWERS (5 points) Let A be a 2 2 matrix such that A =. Compute A. 2 MATH 7- Final Exam Sample Problems Spring 7 ANSWERS ) ) ). 5 points) Let A be a matrix such that A =. Compute A. ) A = A ) = ) = ). 5 points) State ) the definition of norm, ) the Cauchy-Schwartz inequality

More information

2 b 3 b 4. c c 2 c 3 c 4

2 b 3 b 4. c c 2 c 3 c 4 OHSx XM511 Linear Algebra: Multiple Choice Questions for Chapter 4 a a 2 a 3 a 4 b b 1. What is the determinant of 2 b 3 b 4 c c 2 c 3 c 4? d d 2 d 3 d 4 (a) abcd (b) abcd(a b)(b c)(c d)(d a) (c) abcd(a

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

Determinants. 2.1 Determinants by Cofactor Expansion. Recall from Theorem that the 2 2 matrix

Determinants. 2.1 Determinants by Cofactor Expansion. Recall from Theorem that the 2 2 matrix CHAPTER 2 Determinants CHAPTER CONTENTS 21 Determinants by Cofactor Expansion 105 22 Evaluating Determinants by Row Reduction 113 23 Properties of Determinants; Cramer s Rule 118 INTRODUCTION In this chapter

More information

5.3 Determinants and Cramer s Rule

5.3 Determinants and Cramer s Rule 304 53 Determinants and Cramer s Rule Unique Solution of a 2 2 System The 2 2 system (1) ax + by = e, cx + dy = f, has a unique solution provided = ad bc is nonzero, in which case the solution is given

More information

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

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

More information

MATH 15a: Linear Algebra Practice Exam 2

MATH 15a: Linear Algebra Practice Exam 2 MATH 5a: Linear Algebra Practice Exam 2 Write all answers in your exam booklet. Remember that you must show all work and justify your answers for credit. No calculators are allowed. Good luck!. Compute

More information

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS KOLMAN & HILL NOTES BY OTTO MUTZBAUER 11 Systems of Linear Equations 1 Linear Equations and Matrices Numbers in our context are either real numbers or complex

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

NOTES FOR LINEAR ALGEBRA 133

NOTES FOR LINEAR ALGEBRA 133 NOTES FOR LINEAR ALGEBRA 33 William J Anderson McGill University These are not official notes for Math 33 identical to the notes projected in class They are intended for Anderson s section 4, and are 2

More information

Chapter 2. Square matrices

Chapter 2. Square matrices Chapter 2. Square matrices Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/18 Invertible matrices Definition 2.1 Invertible matrices An n n matrix A is said to be invertible, if there is a

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

Math 215 HW #9 Solutions

Math 215 HW #9 Solutions Math 5 HW #9 Solutions. Problem 4.4.. If A is a 5 by 5 matrix with all a ij, then det A. Volumes or the big formula or pivots should give some upper bound on the determinant. Answer: Let v i be the ith

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

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 317, Tathagata Basak, Some notes on determinant 1 Row operations in terms of matrix multiplication 11 Let I n denote the n n identity matrix Let E ij denote the n n matrix whose (i, j)-th entry is

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

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

CHAPTER 8: Matrices and Determinants

CHAPTER 8: Matrices and Determinants (Exercises for Chapter 8: Matrices and Determinants) E.8.1 CHAPTER 8: Matrices and Determinants (A) means refer to Part A, (B) means refer to Part B, etc. Most of these exercises can be done without a

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

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

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. MATH 311-504 Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product. Determinant is a scalar assigned to each square matrix. Notation. The determinant of a matrix A = (a ij

More information

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C Topic 1 Quiz 1 text A reduced row-echelon form of a 3 by 4 matrix can have how many leading one s? choice must have 3 choice may have 1, 2, or 3 correct-choice may have 0, 1, 2, or 3 choice may have 0,

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

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates

More information

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues.

Therefore, A and B have the same characteristic polynomial and hence, the same eigenvalues. Similar Matrices and Diagonalization Page 1 Theorem If A and B are n n matrices, which are similar, then they have the same characteristic equation and hence the same eigenvalues. Proof Let A and B be

More information

Inverses and Determinants

Inverses and Determinants Engineering Mathematics 1 Fall 017 Inverses and Determinants I begin finding the inverse of a matrix; namely 1 4 The inverse, if it exists, will be of the form where AA 1 I; which works out to ( 1 4 A

More information

Determinants by Cofactor Expansion (III)

Determinants by Cofactor Expansion (III) Determinants by Cofactor Expansion (III) Comment: (Reminder) If A is an n n matrix, then the determinant of A can be computed as a cofactor expansion along the jth column det(a) = a1j C1j + a2j C2j +...

More information

LINEAR ALGEBRA WITH APPLICATIONS

LINEAR ALGEBRA WITH APPLICATIONS SEVENTH EDITION LINEAR ALGEBRA WITH APPLICATIONS Instructor s Solutions Manual Steven J. Leon PREFACE This solutions manual is designed to accompany the seventh edition of Linear Algebra with Applications

More information

MTH 102A - Linear Algebra II Semester

MTH 102A - Linear Algebra II Semester MTH 0A - Linear Algebra - 05-6-II Semester Arbind Kumar Lal P Field A field F is a set from which we choose our coefficients and scalars Expected properties are ) a+b and a b should be defined in it )

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

II. Determinant Functions

II. Determinant Functions Supplemental Materials for EE203001 Students II Determinant Functions Chung-Chin Lu Department of Electrical Engineering National Tsing Hua University May 22, 2003 1 Three Axioms for a Determinant Function

More information

MATH 369 Linear Algebra

MATH 369 Linear Algebra Assignment # Problem # A father and his two sons are together 00 years old. The father is twice as old as his older son and 30 years older than his younger son. How old is each person? Problem # 2 Determine

More information

SPRING OF 2008 D. DETERMINANTS

SPRING OF 2008 D. DETERMINANTS 18024 SPRING OF 2008 D DETERMINANTS In many applications of linear algebra to calculus and geometry, the concept of a determinant plays an important role This chapter studies the basic properties of determinants

More information

TBP MATH33A Review Sheet. November 24, 2018

TBP MATH33A Review Sheet. November 24, 2018 TBP MATH33A Review Sheet November 24, 2018 General Transformation Matrices: Function Scaling by k Orthogonal projection onto line L Implementation If we want to scale I 2 by k, we use the following: [

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

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12

a 11 a 12 a 11 a 12 a 13 a 21 a 22 a 23 . a 31 a 32 a 33 a 12 a 21 a 23 a 31 a = = = = 12 24 8 Matrices Determinant of 2 2 matrix Given a 2 2 matrix [ ] a a A = 2 a 2 a 22 the real number a a 22 a 2 a 2 is determinant and denoted by det(a) = a a 2 a 2 a 22 Example 8 Find determinant of 2 2

More information

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants. MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants. Elementary matrices Theorem 1 Any elementary row operation σ on matrices with n rows can be simulated as left multiplication

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

(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

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

More information

Definitions for Quizzes

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

More information

Lecture 23: Trace and determinants! (1) (Final lecture)

Lecture 23: Trace and determinants! (1) (Final lecture) Lecture 23: Trace and determinants! (1) (Final lecture) Travis Schedler Thurs, Dec 9, 2010 (version: Monday, Dec 13, 3:52 PM) Goals (2) Recall χ T (x) = (x λ 1 ) (x λ n ) = x n tr(t )x n 1 + +( 1) n det(t

More information

MATRICES AND MATRIX OPERATIONS

MATRICES AND MATRIX OPERATIONS SIZE OF THE MATRIX is defined by number of rows and columns in the matrix. For the matrix that have m rows and n columns we say the size of the matrix is m x n. If matrix have the same number of rows (n)

More information

4. Determinants.

4. Determinants. 4. Determinants 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 2 2 determinant 4.1. Determinants; Cofactor Expansion Determinants of 2 2 and 3 3 Matrices 3 3 determinant 4.1.

More information

MH1200 Final 2014/2015

MH1200 Final 2014/2015 MH200 Final 204/205 November 22, 204 QUESTION. (20 marks) Let where a R. A = 2 3 4, B = 2 3 4, 3 6 a 3 6 0. For what values of a is A singular? 2. What is the minimum value of the rank of A over all a

More information

Calculating determinants for larger matrices

Calculating determinants for larger matrices Day 26 Calculating determinants for larger matrices We now proceed to define det A for n n matrices A As before, we are looking for a function of A that satisfies the product formula det(ab) = det A det

More information

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

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

More information

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Math 520 Exam 2 Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Exam 2 will be held on Tuesday, April 8, 7-8pm in 117 MacMillan What will be covered The exam will cover material from the lectures

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

TOPIC III LINEAR ALGEBRA

TOPIC III LINEAR ALGEBRA [1] Linear Equations TOPIC III LINEAR ALGEBRA (1) Case of Two Endogenous Variables 1) Linear vs. Nonlinear Equations Linear equation: ax + by = c, where a, b and c are constants. 2 Nonlinear equation:

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

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions.

Examples True or false: 3. Let A be a 3 3 matrix. Then there is a pattern in A with precisely 4 inversions. The exam will cover Sections 6.-6.2 and 7.-7.4: True/False 30% Definitions 0% Computational 60% Skip Minors and Laplace Expansion in Section 6.2 and p. 304 (trajectories and phase portraits) in Section

More information

235 Final exam review questions

235 Final exam review questions 5 Final exam review questions Paul Hacking December 4, 0 () Let A be an n n matrix and T : R n R n, T (x) = Ax the linear transformation with matrix A. What does it mean to say that a vector v R n is an

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

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

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

MATH 235. Final ANSWERS May 5, 2015

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

More information

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

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

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

ANSWERS. E k E 2 E 1 A = B

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

More information

Foundations of Matrix Analysis

Foundations of Matrix Analysis 1 Foundations of Matrix Analysis In this chapter we recall the basic elements of linear algebra which will be employed in the remainder of the text For most of the proofs as well as for the details, the

More information

Math 18.6, Spring 213 Problem Set #6 April 5, 213 Problem 1 ( 5.2, 4). Identify all the nonzero terms in the big formula for the determinants of the following matrices: 1 1 1 2 A = 1 1 1 1 1 1, B = 3 4

More information

k=1 ( 1)k+j M kj detm kj. detm = ad bc. = 1 ( ) 2 ( )+3 ( ) = = 0

k=1 ( 1)k+j M kj detm kj. detm = ad bc. = 1 ( ) 2 ( )+3 ( ) = = 0 4 Determinants The determinant of a square matrix is a scalar (i.e. an element of the field from which the matrix entries are drawn which can be associated to it, and which contains a surprisingly large

More information

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway Linear Algebra: Lecture Notes Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway November 6, 23 Contents Systems of Linear Equations 2 Introduction 2 2 Elementary Row

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

Properties of the Determinant Function

Properties of the Determinant Function Properties of the Determinant Function MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Overview Today s discussion will illuminate some of the properties of the determinant:

More information

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

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

More information

18.S34 linear algebra problems (2007)

18.S34 linear algebra problems (2007) 18.S34 linear algebra problems (2007) Useful ideas for evaluating determinants 1. Row reduction, expanding by minors, or combinations thereof; sometimes these are useful in combination with an induction

More information

Math 240 Calculus III

Math 240 Calculus III The Calculus III Summer 2015, Session II Wednesday, July 8, 2015 Agenda 1. of the determinant 2. determinants 3. of determinants What is the determinant? Yesterday: Ax = b has a unique solution when A

More information

ENGR-1100 Introduction to Engineering Analysis. Lecture 21

ENGR-1100 Introduction to Engineering Analysis. Lecture 21 ENGR-1100 Introduction to Engineering Analysis Lecture 21 Lecture outline Procedure (algorithm) for finding the inverse of invertible matrix. Investigate the system of linear equation and invertibility

More information

NOTES ON LINEAR ALGEBRA. 1. Determinants

NOTES ON LINEAR ALGEBRA. 1. Determinants NOTES ON LINEAR ALGEBRA 1 Determinants In this section, we study determinants of matrices We study their properties, methods of computation and some applications We are familiar with the following formulas

More information

Components and change of basis

Components and change of basis Math 20F Linear Algebra Lecture 16 1 Components and change of basis Slide 1 Review: Isomorphism Review: Components in a basis Unique representation in a basis Change of basis Review: Isomorphism Definition

More information

The Determinant: a Means to Calculate Volume

The Determinant: a Means to Calculate Volume The Determinant: a Means to Calculate Volume Bo Peng August 16, 2007 Abstract This paper gives a definition of the determinant and lists many of its well-known properties Volumes of parallelepipeds are

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

Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2018 8 Lecture 8 8.1 Matrices July 22, 2018 We shall study

More information

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

Determinants. Recall that the 2 2 matrix a b c d. is invertible if Determinants Recall that the 2 2 matrix a b c d is invertible if and only if the quantity ad bc is nonzero. Since this quantity helps to determine the invertibility of the matrix, we call it the determinant.

More information