Intermediate

Determinant Calculator — 2×2 and 3×3 Matrix

Enter the elements of a 2×2 or 3×3 matrix to calculate its determinant, see the full cofactor-expansion working, and check whether the matrix is invertible.

Matrix size

Determinant
10

Matrix is invertible (det ≠ 0)

det(A)
10
Invertible
Yes
Area scale factor |det|
10
Step-by-step solution
1

Matrix

[[3, 2], [1, 4]]
2

Formula

det = a·d − b·c
3

Substitution

det = (3)(4) − (2)(1)
=

Result

det = 10
The unit square is transformed by the matrix — its new area equals |det(A)|
Step by step
  1. 1

    Multiply main-diagonal entries

    3 × 4 = 12
  2. 2

    Multiply off-diagonal entries

    2 × 1 = 2
  3. 3

    Determinant = ad − bc

    12 − 2 = 10
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

For a 2×2 matrix [[a,b],[c,d]]: det = ad − bc. For a 3×3 matrix: det = a(ei−fh) − b(di−fg) + c(dh−eg). Zero determinant → singular (non-invertible). |det| = area/volume scale factor of the transformation. Enter matrix elements and get the determinant with full step-by-step working.

Formula
2×2: det = ad − bc • 3×3: det = a(ei−fh) − b(di−fg) + c(dh−eg)
How this is calculated

The determinant of a square matrix is a scalar that encodes key geometric and algebraic properties of the linear transformation the matrix defines. For a 2×2 matrix [[a, b], [c, d]], the determinant is simply ad − bc — the signed area of the parallelogram spanned by the two column vectors.

For a 3×3 matrix, this calculator uses cofactor expansion along the first row: det = a × M₁₁ − b × M₁₂ + c × M₁₃, where each 2×2 minor Mᵢⱼ is the determinant of the submatrix formed by removing row 1 and the corresponding column. The alternating +/− signs follow the standard chessboard sign pattern of the cofactor matrix.

A determinant of zero means the matrix is singular: its rows (or columns) are linearly dependent, the system Ax = b has no unique solution, and no inverse exists. The absolute value of the determinant gives the area scale factor (2×2) or volume scale factor (3×3) — the unit square or cube is stretched or squished by exactly |det(A)| under the transformation.

Frequently asked questions

For matrix [[a, b], [c, d]], the determinant is ad − bc. Multiply the main-diagonal elements and subtract the product of the off-diagonal elements. For example, [[3, 2], [1, 4]] gives det = 3×4 − 2×1 = 10.

A zero determinant means the matrix is singular: rows are linearly dependent, the matrix has no inverse, and the linear system Ax = b either has no solution or infinitely many. Geometrically, the transformation collapses the space into a lower dimension.

For a 2×2 matrix, |det(A)| is the area of the parallelogram spanned by the column vectors. For a 3×3 matrix it is the volume of the parallelepiped. The sign indicates whether the orientation is preserved (positive) or reversed (negative).

Also known as

matrix determinant calculator
2x2 determinant ad minus bc
3x3 matrix determinant cofactor
is matrix invertible calculator
linear algebra determinant solver
singular matrix checker
cofactor expansion determinant

APA

TG we-Calculate Editorial Team. (2026). Determinant Calculator — 2×2 and 3×3 Matrix [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/determinant-calculator

Chicago

TG we-Calculate Editorial Team. "Determinant Calculator — 2×2 and 3×3 Matrix." TG we-Calculate. 2026. https://we-calculate.com/calculator/determinant-calculator.

IEEE

TG we-Calculate Editorial Team, "Determinant Calculator — 2×2 and 3×3 Matrix," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/determinant-calculator

BibTeX

@misc{wecalculate_determinant_calculator, title = {Determinant Calculator — 2×2 and 3×3 Matrix}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/determinant-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?