The Diagonal Products in a Two by Two Determinant
Sarrus' method is a practical way to calculate the determinant of a matrix. To understand its sign pattern, first recall how to calculate the determinant of a matrix.
If we have a matrix:
Its determinant, or , is calculated as follows:
This is the difference between the product of the main diagonal elements () and the product of the secondary diagonal elements (). Sarrus' method adapts this principle for matrices.
Calculating a Three by Three Determinant with the Sarrus Method
Suppose we have a matrix :
The element is the element in the -th row and -th column.
Step 1: Copy the First Two Columns
Rewrite the first two columns of matrix to the right of the third column:
The copied columns form the three downward and three upward diagonals used in the products.
Step 2: Calculate the Sum of the Products of the Positive Diagonals
Multiply the elements along the three diagonals from the top-left to the bottom-right. Sum these products, call it .
The first term is the product of the main diagonal. The second and third terms are products of parallel diagonals involving elements from the copied columns.
Step 3: Calculate the Sum of the Products of the Negative Diagonals
Multiply the elements along the three diagonals from the top-right to the bottom-left. Sum these products, call it .
The first term is the product of the secondary diagonal (anti-diagonal). The second and third terms are products of parallel diagonals involving elements from the copied columns, moving towards the bottom-left.
Step 4: Calculate the Final Determinant
The determinant of matrix , , is the difference between and :
Substitute the values of and :
Or, after distributing the negative sign:
Numerical Worked Example
Calculate the determinant of matrix :
Keep the two diagonal sums separate until the final subtraction. This makes the sign easier to check:
The determinant is . Expanding the same matrix by cofactors gives the same value, which is a useful independent check.
Six Diagonal Products in the Sarrus Method
Begin with the matrix:
Then, using Sarrus' Method, we expand the matrix and identify the multiplication paths:
Follow the negative paths . The second starts from in copied column 4. The third starts from in copied column 5:
The complete formula becomes:
Sarrus Method Applies Only to Three by Three Matrices
Sarrus' method is only applicable to matrices. The calculation above simply reminds us of the diagonal sign pattern. For larger matrices, such as a matrix, use another method such as cofactor expansion or row reduction.
Practice with a Worked Solution
Use Sarrus' method to calculate the determinant of:
First calculate the two diagonal sums, then subtract the negative-diagonal sum from the positive-diagonal sum:
.