Determinant of 4×4 Matrix Calculator

Use this calculator to find the determinant of a 4×4 matrix. Enter the values for each element of the matrix, and the calculator will compute the determinant using cofactor expansion.



































Result

Intermediate Values:

  • Cofactor 1: —
  • Cofactor 2: —
  • Cofactor 3: —
  • Cofactor 4: —

Formula Used:

The determinant is calculated using cofactor expansion along the first row: det(A) = a11*C11 + a12*C12 + a13*C13 + a14*C14, where Cij is the cofactor of element aij. Each cofactor is calculated as (-1)^(i+j) times the determinant of the 3×3 submatrix obtained by deleting the i-th row and j-th column.

Determinant Calculation Table

Matrix Element Value Sub-determinant (Minor) Cofactor
a11
a12
a13
a14

Details of each element’s contribution to the determinant calculation.

Determinant Contribution Chart

Visual representation of how each element’s cofactor contributes to the final determinant value.