Matrix Determinant

Determinant with step-by-step reduction

Matrix A
Reduce A to upper-triangular form by row operations, then det(A) = sign × (product of the diagonal pivots).
det(A)
-306
Sign
+1
Row swaps
0
Product of diagonal
6 · -2.666667 · 19.125
Row reduction
  1. R2 → R2 − 0.666667·R1
  2. R3 → R3 − 0.333333·R1
  3. R3 → R3 − -2.875·R2