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...
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
2×
INVERSE MATRIX A⁻¹ = (1/det) × [[d,−b],[−c,a]]
QUICK EXAMPLES
GEOMETRIC INTERPRETATION
Negative det: clockwise orientation. Area of parallelogram = 2.
DETERMINANT PROPERTIES
CRAMER'S RULE (2×2 SYSTEM)
ax + by = e
cx + dy = f
x = (ed−bf)/det
y = (af−ce)/det
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.
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.
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.
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.
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).
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) ✓.
Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.