2x2 Matrix Determinant Calculator — det([[a,b],[c,d]]) = ad - bc

The 2x2 Matrix Determinant Calculator computes det([[a,b],[c,d]]) = ad - bc instantly. Enter your matrix values and see the full step-by-step working, the inverse matrix (if invertible), and a geometric visualisation showing the parallelogram formed by the row vectors. The signed area of that parall...

ENTER MATRIX

Formula

det([[a,b],[c,d]]) = ad − bc

|
|

DETERMINANT

det = ad − bc

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

= 4 − (6)

= 4 -6

-2

Invertible?

Yes

Sign

Negative

Trace (a+d)

5

Area scale

INVERSE MATRIX A⁻¹ = (1/det) × [[d,−b],[−c,a]]

[
-2
1
1.5
-0.5
]

QUICK EXAMPLES

GEOMETRIC INTERPRETATION

v₁(1,2)v₂(3,4)|det|=2

Negative det: clockwise orientation. Area of parallelogram = 2.

DETERMINANT PROPERTIES

det(I) = 1Identity matrix has determinant 1
det(AB) = det(A)·det(B)Multiplicative property
det(Aᵀ) = det(A)Transpose preserves determinant
det(kA) = k²·det(A)For 2×2 matrix scaled by k
Swap rows → negatedet changes sign on row swap
det = 0 → singularNo inverse, rows are dependent
det > 0 → CCW orientPositive orientation (standard)
det < 0 → CW orientOrientation is reversed

CRAMER'S RULE (2×2 SYSTEM)

ax + by = e
cx + dy = f
x = (ed−bf)/det
y = (af−ce)/det

Created with❤️byeaglecalculator.com

HOW TO USE

  1. 1

    Enter the four values of your 2x2 matrix: a (top-left), b (top-right), c (bottom-left), d (bottom-right). The determinant updates automatically as you type — no button needed.

  2. 2

    The step-by-step working shows: det = ad - bc, then substitutes your values, then shows the two products ad and bc, then computes the final answer.

  3. 3

    The result box shows the determinant value in green (positive) or red (negative). Zero is shown in grey and means the matrix is singular (no inverse). Four properties are shown: invertible, sign, trace, and area scale factor.

  4. 4

    If the matrix is invertible (det not zero), the inverse matrix A-1 = (1/det) * [[d,-b],[-c,a]] is shown automatically below the result.

  5. 5

    The parallelogram visualiser on the right shows the geometric meaning: the two rows of the matrix are vectors, and the determinant equals the signed area of the parallelogram they form. Positive det = counter-clockwise, negative = clockwise, zero = collinear (degenerate).

WORKED EXAMPLE

Matrix A = [[1,2],[3,4]]. det = ad - bc = (1)(4) - (2)(3) = 4 - 6 = -2. det = -2 (negative: clockwise orientation, area scale = 2). Invertible: yes. Inverse = (1/-2)*[[4,-2],[-3,1]] = [[-2,1],[1.5,-0.5]]. Check: [[1,2],[3,4]] * [[-2,1],[1.5,-0.5]] = [[1,0],[0,1]] (identity) ✓.

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE MATRICES CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.