Up Main page

Determinant and row reduction

Let A be an n×n matrix. Suppose that transforming A to a matrix in reduced row-echelon form using elementary row operations gives us the matrix R.

Recall that there exist elementary matrices M1,,Mk such that MkMk1M1A=R. Taking the determinants of both sides, we get det(MkMk1M1A)=det(R). Now, using the fact that the determinant of a product of matrices is the same as the product of the determinants of the matrices, we get that det(A)=det(R)det(M1)det(Mk). (For this formula to make sense, we must have det(Mi)0 for all i=1,,k. This fact is established below.)

Note that R is either the identity matrix or contains a row of 0's. Hence, det(R) is either 1 or 0. As a result, if we know the determinants of elementary matrices, we can get the value of the determinant of A.

Determinants of elementary matrices

The determinants of elementary matrices are quite easy to compute as we will now see.

1. RiRi+αRj

The elementary matrix that corresponds to adding a scalar multiple of a row to another row is a triangular matrix with 1's on the diagonal. As we have seen, the determinant of a triangular matrix is given by the product of the diagonal entries. Hence, the determinant of such an elementary matrix is 1. For example, the elementary matrix [1201] corresponds to adding 2 times row 2 to row 1. Its determinant is 1.

2. RiαRi, α0

The elementary matrix that corresponds to multiplying row i by a nonzero constant α is a diagonal matrix with 1's on the diagonal except at the ith diagonal entry, which is α. So the determinant, given by the product of the diagonal entries, is simply α. For example, the elementary matrix [1000120001] corresponds to multiplying row 2 by 12. Its determinant is 12.

3. RiRj

Finally, the elementary matrix that corresponds to interchanging row i and row j is a permutation matrix for a permutation with an odd number of inversions. Hence, its determinant is 1.

Computation example

Let A=[101212012]. We will compute det(A) using row reduction.

Performing R2R2+(2)R1 gives [101010012]. Call this matrix Q1. Then det(A)=det(Q1) since the determinant of the elementary martrix that corresponds to the elementary row operation is 1. (See discussion above.)

Now, applying R3R3+R2 to Q1 gives [101010002]. Call this matrix Q2. Then det(Q1)=det(Q2) since the determinant of the elementary martrix that corresponds to the elementary row operation is 1. So det(A)=det(Q2)=2 since Q2 is a triangular matrix and the product of the diagonal entries is 2.

Remark. Note that the elementary row operation that adds a multiple of a row to another row does not alter the determinant. And the elementary row operation that interchange two rows simply flips the sign of the determinant. Hence, one often uses only these operations to bring the matrix into triangular form when computing the determinant using row reduction. For example,

|411120111|=|411120031|(R3R3+R2)=|091120031|(R1R1+4R2)=|002120031|(R1R13R2)=|120002031|(R1R2)=(|120031002|)(R2R3)=|120031002| Now the matrix is upper triangular. So the determinant is 13(2)=6.

Quick Quiz

Exercises

  1. Compute the determinant of each of the following:

    1. [1213].  

    2. [201113100].  

  2. Let A be a 3×3 matrix with det(A)=2. Suppose that B is obtained from A by performing the following sequence of elementary row operations R1R3, R213R2, R3R3+2R1. What is det(B)?