Courses / Mathematics I
Matrices and Vectors

Determinants

Mathematics I 216 words Free to read

What is a Determinant?

The determinant is a single number computed from a square matrix that captures essential geometric and algebraic properties. For a 2×22 \times 2 matrix, it is calculated as:

det(abcd)=adbc\det \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc

Geometrically, the determinant is the signed area scaling factor of the linear transformation. A positive value preserves orientation, a negative value includes a reflection, and zero collapses space entirely.

Determinant ValueGeometric EffectInvertibility
det0\det \neq 0Scales space, preserves dimensionInvertible
det=0\det = 0Squashes space to a lower dimensionSingular (no inverse)
The formula computed on the grid itself, then read off a signed bar

Core Properties & Pitfalls

The single most important test: a square matrix is invertible if and only if its determinant is nonzero. If detA=0\det A = 0, the matrix is singular and Ax=bA\mathbf{x} = \mathbf{b} lacks a unique solution.

Multiplicative property: det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B)

Common Pitfalls:

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

9practice questions
2interactive scenes

Matrices and Vectors