|
Neither of the two previous methods will work for an n by n system if n is larger than three, so we will use another method called expansion by minors. Actually, this method works for any size square matrix, so let's use the same 3 by 3 example with the new method. First, we need to learn some new notation. The real number Mij is the determinant of a submatrix of dimension n-1 by n-1 which contains everything except row i and column j of the original matrix. The number Mij is called the minor for element ij of the matrix. For example, if
We will also need something to determine the sign. We set Sij = (-1)i + j
so that sij is always either positive
one or negative one. For a 4 by 4 matrix,
so s12 is negative one. The cofactor for aij is Cij = sijMij. This means that C12 = (-1)(-4) = 4 for our example. Now we can write det(A) = ai1Ci1 + ai2Ci2 + ... + ainCin = a1jC1j + a2jC2j + ... + anjCnj. This means that you take each element of a row or column and multiply it by its cofactor. When you add these terms together, you have the determinant of A. This is a lot easier to see than to explain, so let's find det(A) for
This gives us the same number for the determinant that we found before. Did you notice that by choosing the first column or the second row, we only had to find 2 minors because we know that 0 times anything is 0. Generally, choosing the row or column with the most zeros will save you a lot of work. Now, let's find the determinant of the 4 by 4 matrix,
|
Send comments on material to Tamara Carter
These pages are maintained by Hilena Vargas
(hvargas@rice.edu)
Updated: August 23, 2000
Copyright ©1995 - 2000 Tamara Lynn Anthony