2×2 Matrix Determinant Calculator

Written by Thierno Sadou Diallo, formula verified per our methodology • Last checked on 9/6/2026

The determinant of a 2×2 matrix [[a,b],[c,d]] is calculated with a×d − b×c. For the matrix [[3,8],[4,6]], the determinant equals 3×6 − 8×4 = −14.

Explanation

The determinant of a 2×2 matrix is a single number that summarizes several important properties of the linear transformation the matrix represents. Geometrically, its absolute value corresponds to the factor by which the matrix scales an area: applying the matrix to a unit square gives a parallelogram whose area equals exactly |determinant|. A zero determinant signals a singular matrix — not invertible — which happens when the matrix's two rows (or columns) are proportional to each other, as in the example [[2,4],[1,2]], where the second row is exactly half the first. The sign of the determinant also indicates whether the transformation preserves or flips the plane's orientation (a negative determinant corresponds to a transformation that "flips" space, like a reflection). This concept generalizes to larger matrices (3×3 and beyond), but the formula quickly becomes more complex beyond the 2×2 case. For comparing coordinates directly rather than a full matrix, see our distance between two points calculator.

Example: matrix [[3,8],[4,6]]

Inputs

a = 3, b = 8, c = 4, d = 6.

Calculation

Determinant = a×d − b×c = 3×6 − 8×4 = 18 − 32 = −14.

Result

This matrix's determinant is −14.

Frequently asked questions

What does a determinant of zero mean?

A zero determinant means the matrix is not invertible: it "collapses" the plane onto a line or a point, without preserving the information needed to reverse the transformation. This happens precisely when the matrix's two rows (or columns) are proportional to each other.

Why can the determinant be negative?

The sign of the determinant indicates whether the linear transformation represented by the matrix preserves the plane's orientation (positive determinant) or flips it, like a mirror reflection would (negative determinant). The absolute value, meanwhile, always measures the area scale factor, regardless of sign.

How do you calculate the determinant of a 3×3 matrix?

Calculating a 3×3 determinant generally uses Laplace expansion (or the rule of Sarrus), a combination of three 2×2 determinants extracted from the original matrix. The principle is the same — a number that measures the volume scale factor — but the formula becomes noticeably longer than in dimension 2, the same jump in complexity seen when moving from a linear to a quadratic equation.

Related resources

Similar calculators