DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS

Size: px
Start display at page:

Download "DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS"

Transcription

1 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS DEANNA LEGGETT, JOHN PERRY, AND EVE TORRENCE ABSTRACT We consider the problem of zeroes appearing in the interior of a matrix when computing determinants with Dodgson s method We introduce a modification of the method that resolves the problem in many important and interesting cases We show that this modification, called the double-crossing method, generalizes Dodsgon s method 1 INTRODUCTION Algebra students learn the familiar formula to compute the determinant of a 2 2 matrix: a b ad bc c d A similar pattern exists for 3 3 matrices, but larger matrices require the student to learn something a little more complicated Most students usually learn to compute determinants by expansion of minors, first developed by Lagrange Some students learn to compute matrices by triangularizing the matrix Both methods are effective, and triangularization is efficient, but students tend to dislike them In 1866, the Rev Charles Lutwidge Dodgson, better known as Lewis Carrol of Alice in Wonderland fame, developed a conceptually simple method to compute determinants [2] Dodgson s method iterates the familiar 2 2 formula Example 1 Given the matrix A we set A 3 A To compute A 2, compute the determinants of the two-by two submatrices of A 2 : 1 0 A To compute A 1, repeat the computation for A 2, but divide by the interior of A 3 : A , Now go back and compute A using your favorite method expansion of cofactors, triangularization, etc What did you get? Dodgson s method is quick and conceptually simple In general, we can describe the method in the following way: Let A n be the n n matrix given For each k n 1, n 2,, 1: Let B k be the k k matrix of determinants of 2 2 matrices of A k+1 ; 1

2 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 2 Let A k be the k k matrix whose i, j-th element is the i, j-th element of B divided by the i, j-th element of the interior of A k+2 If k + 2 > n, do not perform the division The singleton element of A 1 is the determinant of A Dodgon s method is an example of a condensation method to compute determinants; each iterate A k is a condensation of the previous iterate A k 1 Similar methods appear in [1] Unfortunately, Dodgson s method has a huge drawback, and the attentive eye will have noticed it already: division What s so bad about division? Example 2 Swap the first two rows of the matrix of Example 1 to obtain M , The determinant of this new matrix is -3 What happens when we use Dodgson s method to compute M 1? Did you catch it? To compute M 1, you will take the determinant of M 2, and divide by the interior element of M 3 But M 3 2,2 0! So Dodgson s method fails to compute the determinant of a matrix A whenever a zero appears in the interior of A k for any k > 2 You can swap rows to make the method work in certain circumstances, moving zeroes out of the interior and onto the exterior; swapping the top two rows of M in Example 2 gets us back to A of example 1, for which Dodgson s method worked fine However, there are two drawbacks to this method First, swapping rows may well introduce other zeroes into the matrix, and it isn t easy to predict this from the outset Second, swapping rows simply won t work for some matrices Example 3 It is impossible to swap rows in such a way that allows us to compute N 2 in Dodgson s method if N Will a different repair of Dodgson s method work? Yes! By re-examining its relationship to a theorem of Jacobi, we found a modification that, by the end of this paper, will allow us to compute the determinant of N This modification succeeds at computing the determinant not only when one zero appears in the interior, but even when many zeroes appear in the interior! 2 THE FIX: A DOUBLE-CROSSING METHOD We describe the fix in this section The reader will see quickly why we call it a double-crossing method; an explanation of why it fixes Dodsgon s method most of the time appears in Section 4, after the explanation in Section 3 of why Dodgson s method works Example 4 Recall M from Example 2 The first two condensations in Dodgson s method are 21 M and M We encounter trouble when computing M 1, because of the zero in M 3 Above that interior zero element is a non-zero element, M 3 1,2 3 The fix allows us to divide by this element instead How? Re-compute M 2 in a slightly different manner Cross out the first row and second column of M 3 the ones containing 3 You are left with the 2 2 complementary matrix M

3 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 3 Consider the matrix M of adjoints of M 3 that correspond to the elements of M ; that is, 3 1 M How did we obtain the matrices within each determinant of M? The adjoint of an element is computed by again crossing out the row and column containing that element, and taking the determinant of what s left The upper left element of M is 1; it came from row 2, column 1 of M 3 Cross out row 2 and column 1 of M 3, and you find the matrix in the upper left corner of M Similarly, the lower left element of M is 0; it came from row 3, column 1 of M 3 Cross out row 3 and column 1 of M 3, and you find the matrix in the lower left corner of M Moving on, do the following Put 22 M 2 M conclude by dividing M 2 by the non-zero element of M 3 that we identified earlier: M 2 M As noted in example 2, det M 3 Notice, by the way, that the bottom row of M 2 in line 22 contains the same values as the top row of M 2 in line 21, only swapped We will say more about this later The fix preserves the spirit of Dodgson s method, inasmuch as we computed all determinants by condensing 2 2 matrices The example shows why we call it the double-crossing method: we found a non-zero element adjacent to the zero element; we crossed out its row and column, obtaining the complementary matrix M ; for each element in M, we again cross out the row and column of its location in M 3, and use the determinant of the remaining matrix to compute the element of M 2 When a zero appears in an intermediate matrix A k where n > k > 2, we cross out rows and columns that contain a submatrix of A n Let s look at a matrix where a zero does not appear in A, but does appear in an intermediate matrix Example 5 Let A ; Using Dodgson s method, we compute A 5, A 4, and then A We encounter a zero in the interior! Above it is a non-zero element, 2 Notice that it lies in the top row and central column of A 3 To compute A 2, do the following: cross out the top three rows and central three columns of A 5 the original matrix; this gives us a 2 2 complementary matrix A ;

4 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 4 determine the adjoints of the elements of A in A 5 ; these adjoints give you the matrix A 2 Following these instructions, we have A 0 0 and A We compute the determinants for A 2 using Dodgson s method and again, the bottom two values turn out to have values that you would obtain in the two top rows by ordinary condensation of A 3, while the others are different: A We now compute A 1 by dividing the determinant of A 2 by the non-zero entry of A 3 that we identified above: -2 We obtain A , 2 and in fact A 4 So far we ve been using a special case of the double-crossing method Let s describe it in a theorem Theorem 6 Double-crossing method, special case Let A be an n n matrix Suppose that we try to evaluate A using Dodgson s method, but we encounter a zero in the interior of A k, say in row i and column j of A k If the element α in row i 1 and column j of A k is non-zero, then we compute A k+2 as usual, with the following exception for the element in row i 1 and column j 1: write l n k; identify the l + 3 l + 3 submatrix B whose upper left corner is the element in row i l and column j l of A n ; identify the complementary matrix A by crossing out the l + 1 l + 1 submatrix of B whose upper left corner is the element in row 1 and column 2 of B; compute the matrix A of adjoints of A in B; compute the element in row i 1 and column j 1 of A k+2 by dividing the determinant of A by α We can use Dodgson s method to compute the intermediate determinants A proof of correctness follows after we explain why Dodgson s original method works correctly One can generalize Theorem 6 so that the non-zero element appears immediately above, below, left, right, or catty-corner to the zero; that is, the non-zero element is adjacent to the zero If the zero appears in a 3 3 block of zeroes, then the double-crossing method will not repair Dodgson s method Before proceeding to the next section, we encourage the reader to go back and examine how Theorem 6 describes what we did in the examples of this section We conclude by applying the double-crossing method to compute the deterninant N from Example 3 Example 7 Recall from Example 3 N

5 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 5 Let N 4 N; we have two zero elements in the interior, at i, j 2, 3 and at i, j 3, 2 As described in Theorem 6, these correspond to elements 1, 2 and 2, 1 of N 2 The two other elements of N 2 can be computed as usual: N We use the theorem to compute the other two elements of N 2 N 2 1?? 2 Case 1 i, j 2, 3 The interior zero appears in the original matrix, so l 0 We choose the 3 3 submatrix whose upper left corner is the element in row 1, column 2 of N 4 : B Cross out the 1 1 submatrix in row 1, column 2 of B to obtain the complementary matrix A Compute the matrix of adjoints 1 0 A Thus N 2 1 0? Case 2 i, j 3, 2 The interior zero appears in the original matrix, so l 0 We choose the 3 3 submatrix whose upper left corner is the element in row 2, column 1 of N 4 : B Cross out the 1 1 submatrix in row 1, column 2 of B to obtain the complementary matrix A Compute the matrix of adjoints 1 0 A Thus N We can now conclude by computing N

6 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 6 In fact, the determinant of N is -1 3 JACOBI S THEOREM We now turn to an explanation of why Dodgson s method works in the first place In general, A R m n will denote a matrix, and A its adjugate, also known as its adjoint Both Dodgson s method and the fix make use of submatrices of a matrix, which for a given matrix A we will denote in the following fashion: A ij,kl A i,kl A ij,k rows i, i + 1,, j and columns k, k + 1,, l of A row i and columns k, k + 1,, l of A rows i, i + 1,, j and column k of A Example 8 Let A be the second matrix given in the introduction; that is, A Then A 12, and A 3, Dodgson s method relies on an elegant theorem of Jacobi Theorem Jacobi s Theorem Let Then A be an n n matrix; M an m m minor of A, where m < n, M the corresponding m m minor of A, and M the complementary n m n m minor of A det M det A m 1 det M We will not prove Jacobi s Theorem; a recent proof appears in [2] We ll use a generic 4 4 matrix to illustrate Dodgson s method and compare with various applications of Jacobi s Theorem Example 9 Consider a general 4 4 matrix A; we show how Dodgson s method applied Jacobi s Theorem The first condensation is A 12,12 A 12,23 A 12,34 A 3 A 23,12 A 23,23 A 23,34 A 34,12 A 34,23 A 34,34 and A 2 A 12,12 A 12,23 A 23,12 A 23,23 a 2,2 A 23,12 A 23,23 A 34,12 A 34,23 a 3,2 A 12,23 A 12,34 A 23,23 A 23,34 a 2,3 A 23,23 A 23,34 A 34,23 A 34,34 To see how A 2 is computed from Jacobi s method, consider the upper left 3 3 submatrix of A 4 Choose a1,1 a M 1,3 ; a 3,1 a 3,3 a 3,3

7 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 7 its complement in the 3 3 submatrix is M A 4 2,2 a 2,2 The 2 2 submatrix of A corresponding to the adjoints of M is a 2,2 a 2,3 M a 3,2 a 3,3 a 1,2 a 1,3 a 2,2 a 2,3 By Jacobi s Theorem, a 2,1 a 2,2 a 3,1 a 3,2 a 1,1 a 1,2 a 2,1 a 2,2 A23,23 A 23,12 A 12,23 A 12,12 det M det A 13, det M det M det M det A 13,13 A 12,12 A 12,23 A 23,12 A 23,23 det A a 13,13 2,2 This is precisely the element in the upper left corner of A 2 Look at the next and final condensation in Dodgson s method, A 1 Apply Jacobi s Theorem on A 4 ; A 2 A 23,23 A13,13 A 24,24 A 23,13 A 13,24 A 23,23 A12,12 A 12,23 A 23,12 A 23,23 This is precisely the singleton element of A 3! A A 13,13 A 24,24 A 23,13 A 13,24 A 23,23 We now state a specific case of Jacobi s Theorem on a submatrix B of A, where the 2 2 minor M consists of the corners of the submatrix In Lemma 10, i, j indicates the upper left corner of B, while indicates the row- and column-dimension of B Lemma 10 Let A be an n n matrix Let i, j {1,, n 1} and {1,, n max i, j + 1} If Ai+1i+ 2,j+1j+ 2 0, then Aii+ 2,jj+ 2 Ai+1i+ 1,j+1j+ 1 A ii+ 1,jj+ 1 A ii+ 2,j+1j+ 1 A i+1i+ 1,jj+ 2 Ai+1i+ 2,j+1j+ 2 Proof The proof is immediate from Jacobi s Theorem Figure 31 illustrates the 4 4 case considered in Example 9, and Figure 32, illustrates the arbitrary case Theorem 11 Let A be an n n matrix After k successful condensations, Dodgson s method produces the matrix A1k+1,1k+1 A1k+1,2k+2 A1k+1,n kn A n k A2k+2,1k+1 A2k+2,2k+2 A2k+2,n kn An kn,1k+1 An kn,2k+2 An kn,n kn whose entries are the determinants of the k + 1 k + 1 submatrices of A By successful iterations we mean that one never encounters division by zero

8 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 8 FIGURE 31 Diagram illustrating how Jacobi s Theorem is applied to Dodgson s method, given a 4 4 matrix see Example 9 Consider the generic 4 4 matrix from Example 9 The final condensation from Dodgson s method gave us A 1 A13,13 A 24,24 A 24,13 A 13,24 A 23,23 For Jacobi s Theorem, select the 2 2 minor A 1,1 A 1,4 M A 4,1 A 4,4 Its complementary minor is M A 23,23 Its adjugate is A 1,1 A 1,4 M A 4,1 A 4,4 where A 1,1 A 24,24, A 4,4 A 13,13, A 1,4 A 24,13, and A 4,1 A 13,24 By Jacobi s Theorem, det M det A 2 1 det M det M det M det A A 24,24 A 13,13 A 24,13 A 13,24 A 23,23 det A Notice that det A is the singleton element of A 1 Proof We proceed by induction on k Inductive Base: When k 1, the theorem is trivial: one condensation gives A 12,12 A 12,23 A 12,n 1n A n 1 A 23,12 A 2i+2,2i+2 A 23,n 1n A n 1n,12 A n in,2i+2 A n 1n,n 1n Inductive Hypothesis: Fix k Assume that for all l 1,, k, the lth condensation gives us A n l where for all 1 i, j n A n l i,j A ii+l,jj+l

9 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 9 FIGURE 32 Diagram illustrating how Jacobi s Theorem is applied to Dodgson s method Consider a submatrix of A, B A ii+ 1,jj+ 1 Select the 2 2 minor A i,j A i,j+ 1 M A i+ 1,j A i+ 1,j+ 1 Its complementary minor is M A i+1i+ 2,j+1j+ 2 The submatrix of B corresponding to the adjoints of M is where By Jacobi s Theorem, or 31 det B A i,j A i,j+ 1 M A i+ 1,j A i+ 1,j+ 1 A i,j Ai+1i+ 1,j+1j+ 1 A i,j+ 1 Ai+1i+ 1,jj+ 2 A i+ 1,j A ii+ 2,j+1j+ 1 A i+ 1,j+ 1 A ii+ 2,jj+ 2 A i,j det M det B 2 1 deg M A i,j+ 1 A i+ 1,j Ai+1i+ 2,j+1j+ 2 A i+ 1,j+ 1 In Example 9 we saw that with i j 1 and 3 the upper left element of A 2 had the form of 31 Inductive Step: Let i, j {1,, n k} The next condensation in Dodgson s method gives us A k+1 i,j Ak i,j A k i+1,j+1 Ak i+1,j Ak A k 1 i+1,j+1 i,j+1

10 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 10 From the inductive hypothesis, we can substitute Ai+1i+k+1,j+1j+k+1 A ii+k,jj+k Aii+k,j+1j+k+1 A k+1 A i+1i+k+1,jj+k i,j A i+1i+k,j+1j+k Using k + 2 in Lemma 10, this simplifies to A k+1 i,j A ii+k+1,jj+k+1 4 WHY THE FIX WORKS! The new workaround is based on Theorem 11 The goal in step i of the algorithm, is to compute each determinant A ki+k,ji+j Dodgson s method fails when the corresponding denominator from Lemma 10 is zero However, the fraction from Lemma 10 is not the only way to apply Jacobi s Theorem As long as some i 1 i 1 minor of A ki+k,ji+j has non-zero determinant, we can still recover, reusing most of the computations already performed, from Dodgson s method, calculating only a few new minors using the same approach as Dodgson s method For example, the proof of Theorem 6 can be summarized by applying Jacobi s Theorem with B in Theorem 6 standing in for A of Jacobi s theorem; the l + 1 l + 1 submatrix A of Theorem 6 standing in for M of Jacobi s Theorem; and the adjoints A of Theorem 6 standing in for M of Jacobi s Theorem Example 12 Recall N from Example 3 Dodgson s method would have us compute N 2 1,2 by choosing for Jacobi s Method N1,2 N M 1,4 M N N 3,2 N 2,3, 34 whence N 2 1,2 det N 13,24 det M det M but det M 0 The double-crossing fix allows us to choose instead N2,2 N M 2,4 N 3,2 N 3,4 M N 1,3 ; since N 1,3 1 we have N 2 1,2 det N 13,24 det M det M det M 1,1 det M 2,2 det M 1,2 det M 2, We conclude by showing how Jacobi s Theorem likewise justifies the fix of Example 5

11 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 11 FIGURE 41 Diagram for workaround for Example 12 The problem in computing N 2 1,2 was the zero in position N 2,3 Since N 2 1,2 det N 2,4,24 choose instead the minor N2,2 N M 2,4 N 3,2 N 3,4 whose complementary minor is M N 1,3 1 In this case the adjugate is N 1,3 N 1,4 M N 3,3 N 3,4 N 1,2 N 1,3 N 3,2 N 3,3 1 0 N 1,3 N 1,4 N 2,3 N 2,4 N 1,2 N 1, N 2,2 N 2, By Jacobi s Theorem, det M det B det M Notice that M is the minor created for N 2 1,2 by the double-crossing method in Example 7, we divided its determinant by 1, and obtained N 2 1,2 0 Example 13 Let A As before, we compute A 5, A 4, and then A which has a zero in the interior, corresponding to det A 24,24 This poses a problem for computing A 1 det A 5 Dodgson s method wants us to use for M the minor A1,1 A 1,5 A 5,1 A 5,5, whose complement is A 2,2 A 2,3 A 2,4 A 3,2 A 3,3 A 3,4 A 4,2 A 4,3 A 4,4

12 DETERMINANTS IN WONDERLAND: MODIFYING DODGSON S METHOD TO COMPUTE DETERMINANTS 12 The double-crossing method suggests instead to use A4,1 A M 4,5 A 5,1 A 5,5 whose complement is M the determinant of this matrix is N 3 1,2 to compute the adjoints of M in A 5 A 1,2 A 1,3 A 1,4 A 2,2 A 2,3 A 2,4 A 3,2 A 3,3 A 3, However, to compute N2 1,2 we need det M, which required us Of course, it is possible that both an element of the interior is zero and the element above it is zero The following theorem provides the promised generalization of Theorem 6, and its proof uses Jacobi s method in a manner similar to the proof of Theorem 6 at the beginning of this section Notice that if r s 0, then Theorem 14 generalizes to Dodgson s method: Indeed, if you stop to think about it, Dodgson s method is a double-crossing method! Theorem 14 Let A be an n n matrix Suppose that we try to evaluate A using Dodgson s method, but we encounter a zero in the interior of A k, say in row i and column j of A k Let r, s { 1, 0, 1} If the element α in row i + r and column j + s of A k is non-zero, then we compute A k+2 as usual, with the following exception for the element in row i 1 and column j 1: write l n k; identify the l + 3 l + 3 submatrix B whose upper left corner is the element in row i l and column j l of A n ; identify the complementary matrix A by crossing out the l + 1 l + 1 submatrix of B whose upper left corner is the element in row r + 2 and column s + 2 of B; compute the matrix A of adjoints of A in B; compute the element in row i 1 and column j 1 of A k+2 by dividing the determinant of A by α We can use Dodgson s method to compute the intermediate determinants REFERENCES [1] Alexander Aitken Determinants and Matrices Interscience Publishers, 1951 [2] Adrian Rice and Eve Torrence Shutting up like a telescope : Lewis Carroll s Curious Condensation Method for Evaluating Determinants, The College Mathematics Journal, address: dleggett0014@comcastnet UNIVERSITY OF SOUTHERN MISSISSIPPI address: johnperry@usmedu UNIVERSITY OF SOUTHERN MISSISSIPPI URL: address: etorrenc@rmcedu RANDOLPH-MACON COLLEGE ;

Fraction-Free Methods for Determinants

Fraction-Free Methods for Determinants The University of Southern Mississippi The Aquila Digital Community Master's Theses 5-2011 Fraction-Free Methods for Determinants Deanna Richelle Leggett University of Southern Mississippi Follow this

More information

arxiv: v1 [math.ho] 18 Jul 2016

arxiv: v1 [math.ho] 18 Jul 2016 AN ELEMENTARY PROOF OF DODGSON S CONDENSATION METHOD FOR CALCULATING DETERMINANTS MITCH MAIN, MICAH DONOR, AND R. CORBAN HARWOOD 1 arxiv:1607.05352v1 [math.ho] 18 Jul 2016 Abstract. In 1866, Charles Ludwidge

More information

Determinants of 2 2 Matrices

Determinants of 2 2 Matrices Determinants In section 4, we discussed inverses of matrices, and in particular asked an important question: How can we tell whether or not a particular square matrix A has an inverse? We will be able

More information

Topic 15 Notes Jeremy Orloff

Topic 15 Notes Jeremy Orloff Topic 5 Notes Jeremy Orloff 5 Transpose, Inverse, Determinant 5. Goals. Know the definition and be able to compute the inverse of any square matrix using row operations. 2. Know the properties of inverses.

More information

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 13

STAT 309: MATHEMATICAL COMPUTATIONS I FALL 2018 LECTURE 13 STAT 309: MATHEMATICAL COMPUTATIONS I FALL 208 LECTURE 3 need for pivoting we saw that under proper circumstances, we can write A LU where 0 0 0 u u 2 u n l 2 0 0 0 u 22 u 2n L l 3 l 32, U 0 0 0 l n l

More information

25. Strassen s Fast Multiplication of Matrices Algorithm and Spreadsheet Matrix Multiplications

25. Strassen s Fast Multiplication of Matrices Algorithm and Spreadsheet Matrix Multiplications 25.1 Introduction 25. Strassen s Fast Multiplication of Matrices Algorithm and Spreadsheet Matrix Multiplications We will use the notation A ij to indicate the element in the i-th row and j-th column of

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

A New and Simple Method of Solving Large Linear Systems: Based on Cramer s Rule but Employing Dodgson s Condensation

A New and Simple Method of Solving Large Linear Systems: Based on Cramer s Rule but Employing Dodgson s Condensation , 2-25 October, 201, San Francisco, USA A New and Simple Method of Solving Large Linear Systems: Based on Cramer s Rule but Employing Dodgson s Condensation Okoh Ufuoma Abstract The object of this paper

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

Lectures on Linear Algebra for IT

Lectures on Linear Algebra for IT Lectures on Linear Algebra for IT by Mgr. Tereza Kovářová, Ph.D. following content of lectures by Ing. Petr Beremlijski, Ph.D. Department of Applied Mathematics, VSB - TU Ostrava Czech Republic 11. Determinants

More information

Solve Linear System with Sylvester s Condensation

Solve Linear System with Sylvester s Condensation International Journal of Algebra, Vol 5, 2011, no 20, 993-1003 Solve Linear System with Sylvester s Condensation Abdelmalek Salem Department of Mathematics University of Tebessa, 12002 Algeria And Faculty

More information

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

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

Determinants: Uniqueness and more

Determinants: Uniqueness and more Math 5327 Spring 2018 Determinants: Uniqueness and more Uniqueness The main theorem we are after: Theorem 1 The determinant of and n n matrix A is the unique n-linear, alternating function from F n n to

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Matrix Inversion Algorithm One payoff from this theorem: It gives us a way to invert matrices.

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

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline

ENGR-1100 Introduction to Engineering Analysis. Lecture 21. Lecture outline 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

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

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

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

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices

The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices The Laplace Expansion Theorem: Computing the Determinants and Inverses of Matrices David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative

More information

A PRIMER ON SESQUILINEAR FORMS

A PRIMER ON SESQUILINEAR FORMS A PRIMER ON SESQUILINEAR FORMS BRIAN OSSERMAN This is an alternative presentation of most of the material from 8., 8.2, 8.3, 8.4, 8.5 and 8.8 of Artin s book. Any terminology (such as sesquilinear form

More information

EECS 275 Matrix Computation

EECS 275 Matrix Computation EECS 275 Matrix Computation Ming-Hsuan Yang Electrical Engineering and Computer Science University of California at Merced Merced, CA 95344 http://faculty.ucmerced.edu/mhyang Lecture 17 1 / 26 Overview

More information

1 GSW Sets of Systems

1 GSW Sets of Systems 1 Often, we have to solve a whole series of sets of simultaneous equations of the form y Ax, all of which have the same matrix A, but each of which has a different known vector y, and a different unknown

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

Determinants: Introduction and existence

Determinants: Introduction and existence Math 5327 Spring 2018 Determinants: Introduction and existence In this set of notes I try to give the general theory of determinants in a fairly abstract setting. I will start with the statement of the

More information

Lecture 8: Determinants I

Lecture 8: Determinants I 8-1 MATH 1B03/1ZC3 Winter 2019 Lecture 8: Determinants I Instructor: Dr Rushworth January 29th Determinants via cofactor expansion (from Chapter 2.1 of Anton-Rorres) Matrices encode information. Often

More information

* 8 Groups, with Appendix containing Rings and Fields.

* 8 Groups, with Appendix containing Rings and Fields. * 8 Groups, with Appendix containing Rings and Fields Binary Operations Definition We say that is a binary operation on a set S if, and only if, a, b, a b S Implicit in this definition is the idea that

More information

Lecture 4 Orthonormal vectors and QR factorization

Lecture 4 Orthonormal vectors and QR factorization Orthonormal vectors and QR factorization 4 1 Lecture 4 Orthonormal vectors and QR factorization EE263 Autumn 2004 orthonormal vectors Gram-Schmidt procedure, QR factorization orthogonal decomposition induced

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

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Yet Another Proof of Sylvester s Identity

Yet Another Proof of Sylvester s Identity Yet Another Proof of Sylvester s Identity Paul Vrbik 1 1 University of Newcastle Australia Sylvester s Identity Let A be an n n matrix with entries a i,j for i, j [1, n] and denote by A i k the matrix

More information

HOMEWORK 9 solutions

HOMEWORK 9 solutions Math 4377/6308 Advanced Linear Algebra I Dr. Vaughn Climenhaga, PGH 651A Fall 2013 HOMEWORK 9 solutions Due 4pm Wednesday, November 13. You will be graded not only on the correctness of your answers but

More information

18.06 Quiz 2 April 7, 2010 Professor Strang

18.06 Quiz 2 April 7, 2010 Professor Strang 18.06 Quiz 2 April 7, 2010 Professor Strang Your PRINTED name is: 1. Your recitation number or instructor is 2. 3. 1. (33 points) (a) Find the matrix P that projects every vector b in R 3 onto the line

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

8.6 Partial Fraction Decomposition

8.6 Partial Fraction Decomposition 628 Systems of Equations and Matrices 8.6 Partial Fraction Decomposition This section uses systems of linear equations to rewrite rational functions in a form more palatable to Calculus students. In College

More information

A Multiplicative Operation on Matrices with Entries in an Arbitrary Abelian Group

A Multiplicative Operation on Matrices with Entries in an Arbitrary Abelian Group A Multiplicative Operation on Matrices with Entries in an Arbitrary Abelian Group Cyrus Hettle (cyrus.h@uky.edu) Robert P. Schneider (robert.schneider@uky.edu) University of Kentucky Abstract We define

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Linear Algebra Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination

More information

MAT1302F Mathematical Methods II Lecture 19

MAT1302F Mathematical Methods II Lecture 19 MAT302F Mathematical Methods II Lecture 9 Aaron Christie 2 April 205 Eigenvectors, Eigenvalues, and Diagonalization Now that the basic theory of eigenvalues and eigenvectors is in place most importantly

More information

Introduction to Determinants

Introduction to Determinants Introduction to Determinants For any square matrix of order 2, we have found a necessary and sufficient condition for invertibility. Indeed, consider the matrix The matrix A is invertible if and only if.

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

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

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

Determinants and Scalar Multiplication

Determinants and Scalar Multiplication Properties of Determinants In the last section, we saw how determinants interact with the elementary row operations. There are other operations on matrices, though, such as scalar multiplication, matrix

More information

The Solution of Linear Systems AX = B

The Solution of Linear Systems AX = B Chapter 2 The Solution of Linear Systems AX = B 21 Upper-triangular Linear Systems We will now develop the back-substitution algorithm, which is useful for solving a linear system of equations that has

More information

Notes on the Matrix-Tree theorem and Cayley s tree enumerator

Notes on the Matrix-Tree theorem and Cayley s tree enumerator Notes on the Matrix-Tree theorem and Cayley s tree enumerator 1 Cayley s tree enumerator Recall that the degree of a vertex in a tree (or in any graph) is the number of edges emanating from it We will

More information

Intrinsic products and factorizations of matrices

Intrinsic products and factorizations of matrices Available online at www.sciencedirect.com Linear Algebra and its Applications 428 (2008) 5 3 www.elsevier.com/locate/laa Intrinsic products and factorizations of matrices Miroslav Fiedler Academy of Sciences

More information

18.06 Professor Johnson Quiz 1 October 3, 2007

18.06 Professor Johnson Quiz 1 October 3, 2007 18.6 Professor Johnson Quiz 1 October 3, 7 SOLUTIONS 1 3 pts.) A given circuit network directed graph) which has an m n incidence matrix A rows = edges, columns = nodes) and a conductance matrix C [diagonal

More information

Chapter 4. Solving Systems of Equations. Chapter 4

Chapter 4. Solving Systems of Equations. Chapter 4 Solving Systems of Equations 3 Scenarios for Solutions There are three general situations we may find ourselves in when attempting to solve systems of equations: 1 The system could have one unique solution.

More information

Eigenvalues and eigenvectors

Eigenvalues and eigenvectors Roberto s Notes on Linear Algebra Chapter 0: Eigenvalues and diagonalization Section Eigenvalues and eigenvectors What you need to know already: Basic properties of linear transformations. Linear systems

More information

1111: Linear Algebra I

1111: Linear Algebra I 1111: Linear Algebra I Dr. Vladimir Dotsenko (Vlad) Michaelmas Term 2015 Dr. Vladimir Dotsenko (Vlad) 1111: Linear Algebra I Michaelmas Term 2015 1 / 10 Row expansion of the determinant Our next goal is

More information

Math 103, Summer 2006 Determinants July 25, 2006 DETERMINANTS. 1. Some Motivation

Math 103, Summer 2006 Determinants July 25, 2006 DETERMINANTS. 1. Some Motivation DETERMINANTS 1. Some Motivation Today we re going to be talking about erminants. We ll see the definition in a minute, but before we get into ails I just want to give you an idea of why we care about erminants.

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

c 1 v 1 + c 2 v 2 = 0 c 1 λ 1 v 1 + c 2 λ 1 v 2 = 0

c 1 v 1 + c 2 v 2 = 0 c 1 λ 1 v 1 + c 2 λ 1 v 2 = 0 LECTURE LECTURE 2 0. Distinct eigenvalues I haven t gotten around to stating the following important theorem: Theorem: A matrix with n distinct eigenvalues is diagonalizable. Proof (Sketch) Suppose n =

More information

A Sudoku Submatrix Study

A Sudoku Submatrix Study A Sudoku Submatrix Study Merciadri Luca LucaMerciadri@studentulgacbe Abstract In our last article ([1]), we gave some properties of Sudoku matrices We here investigate some properties of the Sudoku submatrices

More information

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form:

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form: 17 4 Determinants and the Inverse of a Square Matrix In this section, we are going to use our knowledge of determinants and their properties to derive an explicit formula for the inverse of a square matrix

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

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

A Review of Matrix Analysis

A Review of Matrix Analysis Matrix Notation Part Matrix Operations Matrices are simply rectangular arrays of quantities Each quantity in the array is called an element of the matrix and an element can be either a numerical value

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

Determinants - Uniqueness and Properties

Determinants - Uniqueness and Properties Determinants - Uniqueness and Properties 2-2-2008 In order to show that there s only one determinant function on M(n, R), I m going to derive another formula for the determinant It involves permutations

More information

Math 291-2: Lecture Notes Northwestern University, Winter 2016

Math 291-2: Lecture Notes Northwestern University, Winter 2016 Math 291-2: Lecture Notes Northwestern University, Winter 2016 Written by Santiago Cañez These are lecture notes for Math 291-2, the second quarter of MENU: Intensive Linear Algebra and Multivariable Calculus,

More information

PHIL 422 Advanced Logic Inductive Proof

PHIL 422 Advanced Logic Inductive Proof PHIL 422 Advanced Logic Inductive Proof 1. Preamble: One of the most powerful tools in your meta-logical toolkit will be proof by induction. Just about every significant meta-logical result relies upon

More information

Linear Programming Redux

Linear Programming Redux Linear Programming Redux Jim Bremer May 12, 2008 The purpose of these notes is to review the basics of linear programming and the simplex method in a clear, concise, and comprehensive way. The book contains

More information

Determinants of Block Matrices and Schur s Formula by Istvan Kovacs, Daniel S. Silver*, and Susan G. Williams*

Determinants of Block Matrices and Schur s Formula by Istvan Kovacs, Daniel S. Silver*, and Susan G. Williams* Determinants of Block Matrices and Schur s Formula by Istvan Kovacs, Daniel S. Silver*, and Susan G. Williams* For what is the theory of determinants? It is an algebra upon algebra; a calculus which enables

More information

22m:033 Notes: 3.1 Introduction to Determinants

22m:033 Notes: 3.1 Introduction to Determinants 22m:033 Notes: 3. Introduction to Determinants Dennis Roseman University of Iowa Iowa City, IA http://www.math.uiowa.edu/ roseman October 27, 2009 When does a 2 2 matrix have an inverse? ( ) a a If A =

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

Linear Algebra. Min Yan

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

More information

GENERATING SETS KEITH CONRAD

GENERATING SETS KEITH CONRAD GENERATING SETS KEITH CONRAD 1 Introduction In R n, every vector can be written as a unique linear combination of the standard basis e 1,, e n A notion weaker than a basis is a spanning set: a set of vectors

More information

Unit 2, Section 3: Linear Combinations, Spanning, and Linear Independence Linear Combinations, Spanning, and Linear Independence

Unit 2, Section 3: Linear Combinations, Spanning, and Linear Independence Linear Combinations, Spanning, and Linear Independence Linear Combinations Spanning and Linear Independence We have seen that there are two operations defined on a given vector space V :. vector addition of two vectors and. scalar multiplication of a vector

More information

Determinant of a Matrix

Determinant of a Matrix 13 March 2018 Goals We will define determinant of SQUARE matrices, inductively, using the definition of Minors and cofactors. We will see that determinant of triangular matrices is the product of its diagonal

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

Generalizations of Sylvester s determinantal identity

Generalizations of Sylvester s determinantal identity Generalizations of Sylvester s determinantal identity. Redivo Zaglia,.R. Russo Università degli Studi di Padova Dipartimento di atematica Pura ed Applicata Due Giorni di Algebra Lineare Numerica 6-7 arzo

More information

EXAM 2 REVIEW DAVID SEAL

EXAM 2 REVIEW DAVID SEAL EXAM 2 REVIEW DAVID SEAL 3. Linear Systems and Matrices 3.2. Matrices and Gaussian Elimination. At this point in the course, you all have had plenty of practice with Gaussian Elimination. Be able to row

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

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

LAGRANGE MULTIPLIERS

LAGRANGE MULTIPLIERS LAGRANGE MULTIPLIERS MATH 195, SECTION 59 (VIPUL NAIK) Corresponding material in the book: Section 14.8 What students should definitely get: The Lagrange multiplier condition (one constraint, two constraints

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

[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

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

Lecture 9: Elementary Matrices

Lecture 9: Elementary Matrices Lecture 9: Elementary Matrices Review of Row Reduced Echelon Form Consider the matrix A and the vector b defined as follows: 1 2 1 A b 3 8 5 A common technique to solve linear equations of the form Ax

More information

Chapter 2. Solving Systems of Equations. 2.1 Gaussian elimination

Chapter 2. Solving Systems of Equations. 2.1 Gaussian elimination Chapter 2 Solving Systems of Equations A large number of real life applications which are resolved through mathematical modeling will end up taking the form of the following very simple looking matrix

More information

1.2 The Well-Ordering Principle

1.2 The Well-Ordering Principle 36 Chapter 1. The Integers Exercises 1.1 1. Prove the following theorem: Theorem. Let m and a be integers. If m a and a m, thenm = ±a. 2. Prove the following theorem: Theorem. For all integers a, b and

More information

The 4-periodic spiral determinant

The 4-periodic spiral determinant The 4-periodic spiral determinant Darij Grinberg rough draft, October 3, 2018 Contents 001 Acknowledgments 1 1 The determinant 1 2 The proof 4 *** The purpose of this note is to generalize the determinant

More information

Lecture 2e Row Echelon Form (pages 73-74)

Lecture 2e Row Echelon Form (pages 73-74) Lecture 2e Row Echelon Form (pages 73-74) At the end of Lecture 2a I said that we would develop an algorithm for solving a system of linear equations, and now that we have our matrix notation, we can proceed

More information

The Dirichlet Problem for Infinite Networks

The Dirichlet Problem for Infinite Networks The Dirichlet Problem for Infinite Networks Nitin Saksena Summer 2002 Abstract This paper concerns the existence and uniqueness of solutions to the Dirichlet problem for infinite networks. We formulate

More information

Math 110 Linear Algebra Midterm 2 Review October 28, 2017

Math 110 Linear Algebra Midterm 2 Review October 28, 2017 Math 11 Linear Algebra Midterm Review October 8, 17 Material Material covered on the midterm includes: All lectures from Thursday, Sept. 1st to Tuesday, Oct. 4th Homeworks 9 to 17 Quizzes 5 to 9 Sections

More information

CS173 Strong Induction and Functions. Tandy Warnow

CS173 Strong Induction and Functions. Tandy Warnow CS173 Strong Induction and Functions Tandy Warnow CS 173 Introduction to Strong Induction (also Functions) Tandy Warnow Preview of the class today What are functions? Weak induction Strong induction A

More information

arxiv: v1 [cs.sc] 17 Apr 2013

arxiv: v1 [cs.sc] 17 Apr 2013 EFFICIENT CALCULATION OF DETERMINANTS OF SYMBOLIC MATRICES WITH MANY VARIABLES TANYA KHOVANOVA 1 AND ZIV SCULLY 2 arxiv:1304.4691v1 [cs.sc] 17 Apr 2013 Abstract. Efficient matrix determinant calculations

More information

Midterm 1 revision source for MATH 227, Introduction to Linear Algebra

Midterm 1 revision source for MATH 227, Introduction to Linear Algebra Midterm revision source for MATH 227, Introduction to Linear Algebra 5 March 29, LJB page 2: Some notes on the Pearson correlation coefficient page 3: Practice Midterm Exam page 4: Spring 27 Midterm page

More information

Linear Algebra and Vector Analysis MATH 1120

Linear Algebra and Vector Analysis MATH 1120 Faculty of Engineering Mechanical Engineering Department Linear Algebra and Vector Analysis MATH 1120 : Instructor Dr. O. Philips Agboola Determinants and Cramer s Rule Determinants If a matrix is square

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2 Induction 0-8-08 Induction is used to prove a sequence of statements P(), P(), P(3),... There may be finitely many statements, but often there are infinitely many. For example, consider the statement ++3+

More information

19. Basis and Dimension

19. Basis and Dimension 9. Basis and Dimension In the last Section we established the notion of a linearly independent set of vectors in a vector space V and of a set of vectors that span V. We saw that any set of vectors that

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

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

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by Linear Algebra Determinants and Eigenvalues Introduction: Many important geometric and algebraic properties of square matrices are associated with a single real number revealed by what s known as the determinant.

More information

9.4 Radical Expressions

9.4 Radical Expressions Section 9.4 Radical Expressions 95 9.4 Radical Expressions In the previous two sections, we learned how to multiply and divide square roots. Specifically, we are now armed with the following two properties.

More information