Properties of the determinants of matrices

The determinant of a matrix is a scalarA numeric value. value that helps us understand a matrix's behavior and properties. It is only applicable for a square matrix. For a matrix MM, we can represent its determinant as det(M)det(M) or M|M|.

Note: To learn more about a determinant and he can we calculate it, we refer to this Answer.

Properties of determinants find application in various fields of mathematics to help us perform matrix operations and solve linear equations. In this Answer, we will be discussing various properties of determinants, including the following.

Note: We suppose all the matrices we discuss below are square matrices.

1) Transpose property

If we perform the transposeInterchanging rows with columns or vice versa. of a matrix, the result of the determinant is unchanged. For a matrix MM, we can represent this as:

Note: The transpose property is also known as the reflection property.

Example

Suppose we have a matrix MM such that:

M=[1234]M = \begin{bmatrix}1 & 2 \\3 & 4 \\\end{bmatrix}

MT=[1324]M^T = \begin{bmatrix}1 & 3 \\2 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • Calculating det(MT)det(M^T):

We conclude det(M)=det(MT)det(M) = det(M^T).

2) All zero rows/columns property

If a matrix contains a zero row or zero column (having all zero values), then the determinant of the matrix is equal to 00.

Example

Suppose we have a matrix MM such that:

M=[0034]M = \begin{bmatrix}0 & 0 \\3 & 4 \\\end{bmatrix}

Here the 1st row consists of all zero values, so det(M)det(M) should be equal to zero.

  • Calculating det(M)det(M):

We conclude det(M)=0det(M)=0 when a row or a column in a matrix consists of all zero values.

3) Interchanging rows/columns property

When we interchange two rows or columns in a matrix, its determinant is multiplied by 1-1, meaning the determinant's sign is reversed. For a matrix MM, if we interchange two rows or columns, we can represent this as:

Example

Suppose we have a matrix MM such that:

M=[1234]M = \begin{bmatrix}1 & 2 \\3 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • Interchanging the 1st and 2nd row, so the matrix MMbecomes:
    M=[3412]M = \begin{bmatrix}3 & 4 \\1 & 2\\\end{bmatrix}

  • Calculating det(M)det(M):

We conclude det(M)=det(M)det(M)=-det(M) when we interchange two rows or columns in a matrix.

4) Identity matrix property

An identity matrix is a matrix in which the main diagonal consists of all 11 elements and the rest elements are 00 . For an identity matrix, the determinant equals 1.

Example

Suppose we have an identity matrix MM such that:

M=[1001]M = \begin{bmatrix}1 & 0 \\0 & 1 \\\end{bmatrix}

  • Calculating det(M)det(M):

We conclude det(M)=0det(M)=0 for an identity matrix.

5) Identical rows/columns property

If we have two same rows or columns in a matrix, meaning all the elements are identical, the determinant equals 0.

Example

Suppose we have a matrix MM such that:

M=[3434]M = \begin{bmatrix}3 & 4 \\3 & 4 \\\end{bmatrix}

Here the 1st and 2nd rows are identical.

  • Calculating det(M)det(M):

We conclude det(M)=0det(M)=0 when we have two same rows or columns in a matrix.

6) Scalar multiplication property

If we multiply a scalar with all elements of a row or column of a matrix, the determinant is multiplied by the same scalar. For a matrix MM, we represent this as:

Here aa is a scalar.

Example

Suppose we have a matrix MM such that:

M=[1234]M = \begin{bmatrix}1 & 2 \\3 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • Multiplying 1st row with 22, now MM becomes:

M=[2434]M = \begin{bmatrix}2 & 4 \\3& 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

We conclude det(M)=2×det(M)det(M) = 2×det(M) when a row or column of a matrix is multiplied by the scalar 22.

7) Sum property

If a row or column of a matrix consists of the sum of two values, then the determinant of this matrix equals the determinant of two matrices breaking these elements. We represent this as:

Here M=[a1+a2bc1+c3d]M = \begin{bmatrix}a1+a2 & b \\c1+c3 & d \\\end{bmatrix} , N=[a1bc1d]N= \begin{bmatrix}a1 & b \\c1 & d \\\end{bmatrix} andP=[a2bc2d]P= \begin{bmatrix}a2 & b \\c2 & d \\\end{bmatrix}.

Example

Suppose we have a matrix MM such that:

M=[1+523+64]M = \begin{bmatrix}1+5 & 2 \\3+6 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • We split matrix MM into matrix NN and PP such that:

N=[1234]N = \begin{bmatrix}1 & 2 \\3 & 4 \\\end{bmatrix}

P=[5264]P = \begin{bmatrix}5 & 2 \\6 & 4 \\\end{bmatrix}

  • Calculating det(N)det(N):

  • Calculating det(P)det(P):

We conclude det(M)=det(N)+det(P)det(M)=det(N) +det(P).

8) Triangular property

A triangular matrix is a matrix in which either the elements above the main diagonal are 00 or the elements below the main diagonal are 00 . The matrix is still triangular if both conditions are true. The determinant of a triangular matrix equals the product of the main diagonal elements. We represent this as:

Here aa and dd are scalars andM=[a0cd]M= \begin{bmatrix}a & 0 \\c & d \\\end{bmatrix} or M=[ab0d]M= \begin{bmatrix}a & b \\0 & d \\\end{bmatrix} or M=[a00d]M= \begin{bmatrix}a & 0 \\0 & d \\\end{bmatrix}

Example

Suppose we have a matrix MM such that:

M=[1034]M = \begin{bmatrix}1 & 0 \\3 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • Calculating product of main diagonal elements.

We conclude det(M)det(M) is equal to product of main diagonal values for a triangular matrix.

9) Factor property

If a determinant becomes 00 when we substitute xx with a value kk, then (xk)(x – k) is a factor of that determinant.

Example

Suppose we have a matrix MM such that:

M=[x14x]M = \begin{bmatrix}x & 1 \\4 & x \\\end{bmatrix}

  • Calculating det(M)det(M):

  • We substitute the value of x=2x=2:

We conclude (x2)(x-2) is a factor of det(M)det(M).

10) Co-factor property

If we take the co-factor of a matrix with order nn then the resultant determinant of this co-factor matrix will be equal to (n1)th(n-1)th power of the determinant of the original matrix. We represent this as:

Here CC is the the co-factor matrix of MM.

Example

Suppose we have a matrix MMwith order 2 such that:

M=[1234]M = \begin{bmatrix}1 & 2 \\3 & 4 \\\end{bmatrix}

  • Calculating det(M)det(M):

  • Now we calculate the co-factor matrix of MM represent as CC:
    C=[4321]C = \begin{bmatrix}4 & -3 \\-2 & 1 \\\end{bmatrix}

  • Calculating det(C)det(C):

We conclude det(C)det(C)is equal to (det(M))1(det(M))^1 for a matrix with order 2.

Conclusion

The properties of determinants play a pivotal role in simplifying matrix operations and understanding the behavior of matrices in various mathematical contexts. These properties help us in matrix transformations, equations, and geometric interpretations.

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved