3 Properties of determinants

Often, especially with determinants of large order, we can simplify the evaluation rules. In this Section we quote some useful properties of determinants in general.

  1. If two rows (or two columns) of a determinant are interchanged then the value of the determinant is multiplied by ( 1 ) .

    For example 4 3 1 2 = 8 3 = 5 but (interchanging columns) 3 4 2 1 = 3 8 = 5 and (interchanging rows) 1 2 4 3 = 3 8 = 5.

  2. The determinant of a matrix A and the determinant of its transpose A T are equal.

    1 2 3 4 = 1 3 2 4 = 4 6 = 2

  3. If two rows (or two columns) of a matrix A are equal then it has zero determinant.

    For example, the following determinant has two identical rows:

    1 2 3 1 2 3 4 5 6 = 1 × 2 3 5 6 + 2 × 1 3 4 6 + 3 × 1 2 4 5 = 3 + 2 × ( 6 ) + 3 × ( 3 ) = 0 .
  4. If the elements of one row (or one column) of a determinant are multiplied by k , then the resulting determinant is k times the given determinant:

    1 2 3 4 8 6 7 8 9 = 2 1 2 3 2 4 3 7 8 9 .

    Note that if one row (or column) of a determinant is a multiple of another row (or column) then the value of the determinant is zero. (This follows from properties 3 and 4.)

    For example:

    2 4 1 4 2 1 4 8 2 = 2 × 2 1 8 2 + 4 × 4 1 4 2 1 × 4 2 4 8

    = 2 ( 12 ) + 4 ( 12 ) ( 24 ) = 0

    This is predictable as the 3rd row is ( 2 ) times the first row.

  5. If we add (or subtract) a multiple of one row (or column) to another, the value of the determinant is unchanged.

    Given 1 2 4 5 , add (2 × row 1) to (row 2) gives

    1 2 4 + 2 × 1 5 + 2 × 2 = 1 2 6 9 = 9 12 = 3 = 1 2 4 5

  6. The determinant of a lower triangular matrix, an upper triangular matrix or a diagonal matrix is the product of the elements on the leading diagonal.

    As an example, it is easily confirmed that each of the following determinants has the same value 1 × 4 × 6 = 24 .

    1 2 3 0 4 5 0 0 6 , 1 0 0 2 4 0 3 5 6 , 1 0 0 0 4 0 0 0 6

Task!

This task is in four parts. Consider

Δ = 1 4 8 2 2 1 1 3 0 2 4 2 0 3 6 3

  1. Use property 2 to find another matrix whose determinant is equal to Δ :

    Δ = 1 2 0 0 4 1 2 3 8 1 4 6 2 3 2 3 , by transposing the matrix.

  2. Now expand along the top row to express Δ as the sum of two products, each of a number and a 3 × 3 determinant:

    Δ = 1 × 1 2 3 1 4 6 3 2 3 2 × 4 2 3 8 4 6 2 2 3

  3. Use the statement after property 4 to show that the second of the 3 × 3 determinants is zero:

    In the second 3 × 3 determinant, row 2 = 2 × row 1 hence the determinant has value zero.

  4. Use the statement after property 4 to evaluate the first determinant:

    In the first 3 × 3 determinant column 3 = 3 2 × column 2. Hence this determinant is also zero. Therefore Δ = 0.

Exercises
  1. Use Laplace expansion along the 1st row to determine

    3 1 4 6 9 2 1 2 1

    Show that the same value is obtained if you choose any other row or column for your expansion.

  2. Using any of the properties of determinants to minimise the arithmetic, evaluate

    (a) 12 27 12 28 18 24 70 15 40 (b) 2 4 6 4 0 4 6 9 2 1 4 0 1 2 3 2

  3. Find the cofactors of x , y , z in the determinant

    1 1 1 2 3 4 x y z

  4. Prove that, no matter what the values of x , y , z , are

    y + z z + x x + y x y z 1 1 1 = 0

  1. 3 9 2 2 1 1 6 2 1 1 4 6 9 1 2 = 3 ( 9 + 4 ) 1 ( 6 2 ) 4 ( 12 + 9 ) = 49
    1. Take out common factors in rows and columns

      720 2 3 1 7 3 3 7 1 2 = 720 0 0 1 1 6 3 3 5 2   using ( 2 C 3 + C 1 ) then ( 3 C 3 + C 2 ) .

      The value of the determinant (expand along top row) is then easily found

      as 720 × 13 = 9360 .

    2. Zero since (row 1) is 2   × (row 4).
  2. Cofactors of x , y , z are 1 , 2 , 1 respectively.