Courses / Business I
Mathematics I

Determinants

Business I 230 words Free to read

One Number That Judges a Matrix

The determinant compresses a square matrix into a single number answering: does this matrix destroy information?

Calculations:

detA\det AMatrixSystem Ax=bAx=b
0\neq 0Regular, A1A^{-1} existsExactly one solution
=0= 0Singular, rows dependentNone or infinitely many

Key properties: Swap rows changes sign; det(AB)=detAdetB\det(AB) = \det A \cdot \det B; detAT=detA\det A^T = \det A. A row of zeros or equal rows gives det=0\det = 0.

Tip: Check detA\det A before inverting. If zero, save the work; if tiny, be wary of amplified errors.

The Determinant Is an Area

Geometrically, detA|\det A| is the area of the parallelogram spanned by the matrix's column vectors. In 3D, it scales volumes. The sign shows orientation (negative = flipped).

columns aligned    area=0    det=0\text{columns aligned} \iff \text{area} = 0 \iff \det = 0

Why singularity destroys information: When det=0\det = 0, the transformation squashes the plane onto a line. Two inputs land on one output, so you cannot un-squash it (A1A^{-1} fails).

Common pitfall: Forgetting absolute value. Area is detA|\det A|; the sign is orientation, not negative area.
Determinant as Area: The Collapse to Zero

Practise this lesson

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

14practice questions
2interactive scenes

Mathematics I