LibreTimes

July 24, 2026 · Theory · LibreTimes

Determinant

The determinant of a square matrix — its meaning, minors and cofactors, Laplace expansion, and computation methods.

A determinant is a numerical characteristic of a square matrix that makes it possible to solve many problems in linear algebra (invertibility of a matrix, solvability of systems, areas and volumes). Geometrically, the determinant can be understood as the "scaling factor" by which a linear transformation changes area (volume).

The determinant of a matrix is denoted or .

Remark. A rigorous definition of a determinant of order is given via permutations (as an algebraic sum of signed products) — see the article Determinant via Permutations. Here we use the equivalent recursive definition: a determinant of order is expressed through determinants of order (expansion along a row or column).

Determinants of Small Orders

Order 1. .

Order 2:

Example:

Minor and Cofactor

These notions are needed for expanding a determinant.

Definition. The minor of the entry is the determinant of order obtained from the matrix by deleting row and column .

Definition. The cofactor of the entry is its minor, taken with the sign :

That is, if is even, and if is odd.

Example. For

the minor of the entry is , and the cofactor is .

Third-Order Determinant

The rule of triangles. A determinant is the algebraic sum of six products: three with a "" sign (the main diagonal and two "triangles" parallel to it) and three with a "" sign (the anti-diagonal and two "triangles" parallel to it):

Expansion along a row (column). The same determinant can be computed by expanding along the first row (using cofactors):

Worked Example

Expand along the first row:

Expansion of a Determinant of Arbitrary Order

Theorem (11 (Laplace expansion)). A determinant equals the sum of the products of the entries of any row (or any column) with their cofactors. For example, expansion along row :

and expansion along column :

It is convenient to expand along the row (or column) with the most zeros. An extreme case:

Corollary. If all the entries of a row (column) except one, , are zero, then

Theorem 12. The sum of the products of the entries of one row (column) with the cofactors of the corresponding entries of a different row (column) equals zero:

(Theorems 11 and 12 together are equivalent to the identity , which underlies the formula for the inverse matrix.)

Methods for Computing Determinants

For matrices of order higher than , direct formulas become unwieldy, so two techniques are used instead.

I. Order-Reduction Method

Using elementary transformations (adding to one row another row multiplied by a number — this does not change the determinant), zero out all entries of some column except one, then expand along that column.

Example. In the determinant

zero out the first column by subtracting twice the first row from the third ():

II. Reduction to Triangular Form

The determinant is reduced by elementary transformations to triangular form; it then equals the product of the diagonal entries (accounting for the sign from row swaps and factored-out multipliers).

Example:

Next, gives :

Properties of Determinants

Determinants have a number of properties (the determinant of the identity and triangular matrix, behavior under transposition, row swaps, scalar multiplication, , and others), which are systematically worked out in a separate article, Properties of Determinants.

0

No comments yet

Be the first to share your thoughts.