4.4 Summary—Important Facts about Determinants

In this section, we summarize the important properties of the determinant needed for the remainder of the text. The results contained in this section have been derived in Sections 4.2 and 4.3; consequently, the facts presented here are stated without proofs.

The determinant of an n×n matrix A having entries from a field F is a scalar in F, denoted by det(A) or |A|, and can be computed as follows.

  1. If A is 1×1, then det(A)=A11, the single entry of A.

  2. If A is 2×2, then det(A)=A11A22A12A21. For example,

    det(1253)=(1)(3)(2)(5)=13.
  3. If A is n×n for n>2, then, for each i, we can evaluate the determinant by cofactor expansion along row i as

    det(A)=j=1n(1)i+jAij·det(A˜ij),

    or, for each j, we can evaluate the determinant by cofactor expansion along column j as

    det(A)=i=1n(1)i+jAij·det(A˜ij),

    where A˜ij is the (n1)×(n1) matrix obtained by deleting row i and column j from A.

In the formulas above, the scalar (1)i+jdet(A˜ij) is called the cofactor of the row i column j entry of A. In this language, the determinant of A is evaluated as the sum of terms obtained by multiplying each entry of some row or column of A by the cofactor of that entry. Thus det(A) is expressed in terms of n determinants of (n1)×(n1) matrices. These determinants are then evaluated in terms of determinants of (n2)×(n2) matrices, and so forth, until 2×2 matrices are obtained. The determinants of the 2×2 matrices are then evaluated as in item 2.

Let us consider two examples of this technique in evaluating the determinant of the 4×4 matrix

A=(2115114120313612).

To evaluate the determinant of A by expanding along the fourth row, we must know the cofactors of each entry of that row. The cofactor of A41=3 is (1)4+1det(B), where

B=(115141031).

Let us evaluate this determinant by expanding along the first column. We have

det(B)=(1)1+1(1)det (4131)+(1)2+1(1)det (1531)+(1)3+1(0)det (1541)=1(1)[(4)(1)(1)(3)]+(1)(1)[(1)(1)(5)(3)]+0=716+0=23.

Thus the cofactor of A41 is (1)5(23)=23. Similarly, the cofactors of A42, A43, and A44 are 8, 11, and 13 respectively. We can now evaluate the determinant of A by multiplying each entry of the fourth row by its cofactor; this gives

det(A)=3(23)+6(8)+1(11)+2(13)=102.

For the sake of comparison, let us also compute the determinant of A by expansion along the second column. The reader should verify that the cofactors of A12, A22, and A42 are 14 40, and 8, respectively. Thus

det(A)=(1)1+2(1)det (141231312)+(1)2+2(1)det (215231312)+(1)3+2(0)det (215141312)+(1)4+2(6)det (215141231)=14+40+0+48=102.

Of course, the fact that the value 102 is obtained again is no surprise since the value of the determinant of A is independent of the choice of row or column used in the expansion.

Observe that the computation of det(A) is easier when expanded along the second column than when expanded along the fourth row. The difference is the presence of a zero in the second column, which makes it unnecessary to evaluate one of the cofactors (the cofactor of A32). For this reason, it is beneficial to evaluate the determinant of a matrix by expanding along a row or column of the matrix that contains the largest number of zero entries. In fact, it is often helpful to introduce zeros into the matrix by means of elementary row operations before computing the determinant. This technique utilizes the first three properties of the determinant.

Properties of the Determinant

  1. If B is a matrix obtained by interchanging any two rows or interchanging any two columns of an n×n matrix A, then det(B)=det(A).

  2. If B is a matrix obtained by multiplying each entry of some row or column of an n×n matrix A by a scalar k, then det(B)=k·det(A).

  3. If B is a matrix obtained from an n×n matrix A by adding a multiple of row i to row j or a multiple of column i to column j for ij then det(B)=det(A).

As an example of the use of these three properties in evaluating determinants, let us compute the determinant of the 4×4 matrix A considered previously. Our procedure is to introduce zeros into the second column of A by employing property 3, and then to expand along that column. (The elementary row operations used here consist of adding multiples of row 1 to rows 2 and 4.) This procedure yields

det(A)=det (2115114120313612)=det (21151056223190528)=1(1)1+2det (1562319528).

The resulting determinant of a 3×3 matrix can be evaluated in the same manner: Use type 3 elementary row operations to introduce two zeros into the first column, and then expand along that column. This results in the value 102 Therefore

det(A)=1(1)1+2(102)=102.

The reader should compare this calculation of det(A) with the preceding ones to see how much less work is required when properties 1, 2, and 3 are employed.

In the chapters that follow, we often have to evaluate the determinant of matrices having special forms. The next two properties of the determinant are useful in this regard:

  1. The determinant of an upper triangular matrix is the product of its diagonal entries. In particular, det(I)=1.

  2. If two rows (or columns) of a matrix are identical, then the determinant of the matrix is zero.

As an illustration of property 4, notice that

det(312045006)=(3)(4)(6)=72.

Property 4 provides an efficient method for evaluating the determinant of a matrix:

  1. Use Gaussian elimination and properties 1, 2, and 3 above to reduce the matrix to an upper triangular matrix.

  2. Compute the product of the diagonal entries.

For instance,

det (112121144510632101)=det (1121015201220144)=det (1121015200340096)=det (1121015200340006)=1·1·3·6=18.

The next three properties of the determinant are used frequently in later chapters. Indeed, perhaps the most significant property of the determinant is that it provides a simple characterization of invertible matrices. (See property 7.)

  1. For any n×n matrices A and B, det(AB)=det(A)·det(B).

  2. An n×n matrix A is invertible if and only if det(A)0. Furthermore, if A is invertible, then det(A1)=1det(A).

  3. For any n×n matrix A, the determinants of A and At are equal.

For example, property 7 guarantees that the matrix A on page 233 is invertible because det(A)=102.

The final property, stated as Exercise 15 of Section 4.3, is used in Chapter 5. It is a simple consequence of properties 6 and 7.

  1. If A and B are similar matrices, then det(A)=det(B).

Exercises

  1. Label the following statements as true or false.

    1. (a) The determinant of a square matrix may be computed by expanding the matrix along any row or column.

    2. (b) In evaluating the determinant of a matrix, it is wise to expand along a row or column containing the largest number of zero entries.

    3. (c) If two rows or columns of A are identical, then det(A)=0.

    4. (d) If B is a matrix obtained by interchanging two rows or two columns of A, then det(B)=det(A).

    5. (e) If B is a matrix obtained by multiplying each entry of some row or column of A by a scalar, then det(B)=det(A).

    6. (f) If B is a matrix obtained from A by adding a multiple of some row to a different row, then det(B)=det(A).

    7. (g) The determinant of an upper triangular n×n matrix is the product of its diagonal entries.

    8. (h) For every AMn×n(F), det(At)=det(A).

    9. (i) If A, BMn×n(F), then det(AB)=det(A)·det(B).

    10. (j) If Q is an invertible matrix, then det(Q1)=[det(Q)]1.

    11. (k) A matrix Q is invertible if and only if det(Q)0.

  2. Evaluate the determinant of the following 2×2 matrices.

    1. (a) (4523)

    2. (b) (1738)

    3. (c) (2+i1+3i12i3i)

    4. (d) (34i6i2i)

  3. Evaluate the determinant of the following matrices in the manner indicated.

    1. (a) (012123230)

      along the first row

    2. (b) (102015130)

      along the first column

    3. (c) (012103230)

      along the second column

    4. (d) (102015130)

      along the third row

    5. (e) (01+i22i01i34i0)

      along the third row

    6. (f) (i2+i0132i011i)

      along the third column

    7. (g) (0213102231011120)

      along the fourth column

    8. (h) (1121341125382641)

      along the fourth row

  4. Evaluate the determinant of the following matrices by any legitimate method.

    1. (a) (123456789)

    2. (b) (132481225)

    3. (c) (011125643)

    4. (d) (123125312)

    5. (e) (i2131+i22i14i)

    6. (f) (12+i31ii13i21+i)

    7. (g) (1023311204112301)

    8. (h) (1231251214199222031491415)

  5. Suppose that MMn×n(F) can be written in the form

    M=(ABOI),

    where A is a square matrix. Prove that det(M)=det(A).

  6. Prove that if MMn×n(F) can be written in the form

    M=(ABOC),

    where A and C are square matrices, then det(M)=det(A)·det(C). Visit goo.gl/pGMdpX for a solution.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.249.42