Determinants are mathematical objects that are very useful in the analysis and solution of systems of linear equations. The determinant of a matrix defines whether the matrix is invertible or not/has a unique solution.

Finding the determinant

2x2 Matrix

Given matrix :

we write the determinant of the matrix as any of these:

3x3 Matrix

We are breaking the matrix into three smaller matrices. Each element from the first row is multiplied by a matrix constructed by all elements that are outside of the row and column of the element. Signs before the elements are determined in a alternating pattern:

In fact, we can chose any row/column from the matrix and use the its elements as coefficients. The benefit of this flexibility is that we can try to choose rows that have the most zero values, to make our calculation simpler.

Rule of Sarrus

If we add the first two columns of the matrix as new columns on the right side of the matrix,

vectors drawn on a plane

Adding up the blue set of diagonal products, and then subtracting from that the yellow set of diagonal products results in:

Cramer’s rule

Cramer’s rule is a simple little rule that lets us use determinants to solve a system of linear equations.

Lower/Upper Triangular Matrices

The determinant of matrices in upper triangular form can be found easily by multiplying the entries along the main diagonal.

Modifying the determinant

Multiplication by scalar

Let be a matrix and we multiply any of its rows by a scalar then the determinant is also multiplied by the scalar .

If you multiply rows by the constant , then the determinant of the new matrix will be .

Sum of two rows

Let be matrices (and this works for any set of matrices), except that one row in each matrix is different, and that different row is the sum of the different rows from the first and second matrices, then we know the sum of the determinants of the first and second matrices is equal to the determinant of the third matrix.

Example:

When we have this specific case,

Swapped/duplicate rows

Let be a matrix and if we switch any row with any other row in , the determinant of the new β€œswapped-row matrix” is equal to the negative determinant of . In other words,

It works for any matrices.

Based on that rule any matrix with two identical rows or columns has determinant of . And if the matrix determinant is then any matrix with any two identical rows/columns is not invertiable.

Row operations

Simple row operations do not change the value of the determinant, unless we are multiplying by a scalar (see above).