Calculator for 4x4 determinants

Online Calculator for Determinant 4x4

The online calculator calculates the value of the determinant of a 4x4 matrix with the Laplace expansion in a row or column and the gaussian algorithm.

Determinant 4x4

det A= | a11a12a13a14 a21a22a23a24 a31a32a33a34 a41a42a43a44 |

Enter the coefficients

a11=
a12=
a13=
a14=
a21=
a22=
a23=
a24=
a31=
a32=
a33=
a34=
a41=
a42=
a43=
a44=

Calculating the determinant value with Laplace expansion

You can select the row or column to be used for expansion.

Calculation with the Gaussian Algorithm

Note: If leading coefficients zero then should be columns or rows are swapped accordingly so that a divison by the leading coefficient is possible. The value of the determinant is correct if, after the transformations the lower triangular matrix is zero, and the elements of the main diagonal are all equal to 1.

Methods explanation

Laplace Expansion Theorem

The Laplacian development theorem provides a method for calculating the determinant, in which the determinant is developed after a row or column. The dimension is reduced and can be reduced further step by step up to a scalar.

det A= i = 1 n -1 i + j a i j det A i j ( Expansion on the j-th column )

det A= j = 1 n -1 i + j a i j det A i j ( Expansion on the i-th row )

where Aij, the sub-matrix of A, which arises when the i-th row and the j-th column are removed.

Example of the Laplace expansion according to the first row on a 3x3 Matrix.

det A= | a11a12a13 a21a22a23 a31a32a33 |

The first element is given by the factor a11 and the sub-determinant consisting of the elements with green background.

| a11a12a13 a21a22a23 a31a32a33 | => a11 | a22a23 a32a33 |

The second element is given by the factor a12 and the sub-determinant consisting of the elements with green background.

| a11a12a13 a21a22a23 a31a32a33 | => a12 | a21a23 a31a33 |

The third element is given by the factor a13 and the sub-determinant consisting of the elements with green background.

| a11a12a13 a21a22a23 a31a32a33 | => a13 | a21a22 a31a32 |

With the three elements the determinant can be written as a sum of 2x2 determinants.

det A= | a11a12a13 a21a22a23 a31a32a33 | = a11 | a22a23 a32a33 | - a12 | a21a23 a31a33 | + a13 | a21a22 a31a32 |

It is important to consider that the sign of the elements alternate in the following manner.

| +-+ -+- +-+ |

Gauss Method

With the Gauss method, the determinant is so transformed that the elements of the lower triangle matrix become zero. To do this, you use the row-factor rules and the addition of rows. The addition of rows does not change the value of the determinate. Factors of a row must be considered as multipliers before the determinat. If the determinat is triangular and the main diagonal elements are equal to one, the factor before the determinant corresponds to the value of the determinant itself.

det A= | a11a12a1n aj1aj2ajn an1an2ann | =λ | 1a12a1n 01ajn 001 | =λdet A'=λ

More Calculators

Here is a list of of further useful calculators:

Index Matrix Determinant Determinant 2x2 Determinant 3x3 Determinant 3x3 symbolic Determinant 4x4 Determinant 4x4 symbolic Determinant 5x5 Determinant 5x5 symbolic Determinant NxN