Get AI summaries of any video or article — Sign up free
Linear Algebra 51 | Determinant for Linear Maps thumbnail

Linear Algebra 51 | Determinant for Linear Maps

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A square matrix a defines a linear map f_a(x) = ax, and every linear map f: R^n → R^n corresponds to a unique matrix a.

Briefing

Determinants aren’t just a matrix trick—they measure how an abstract linear map changes n-dimensional volume. For a linear map f: R^n → R^n, the determinant of the associated matrix a tells how the oriented volume of the unit “box” (the unit cube) transforms under f. Geometrically, f can stretch, rotate, or reflect space; the determinant captures both the scaling of volume and the orientation change (via its sign). This matters because it lets volume change be computed for any linear transformation, not only for shapes described by coordinates in a particular basis.

The discussion starts by recalling the bridge between matrices and linear maps: every square matrix a defines a linear map f_a by f_a(x) = ax, and conversely every linear map f: R^n → R^n corresponds to exactly one matrix a. That matrix is built from the images of the canonical unit vectors e_1, …, e_n: the i-th column of a is f(e_i). With that identification in place, the determinant’s geometric meaning follows from what happens to the unit cube. The unit cube in R^n has oriented volume 1, and applying f turns it into a parallelotope whose oriented volume equals det(a). In one sentence, det(a) gives the relative change of volume caused by the linear map f.

From there, the determinant is lifted to the abstract level. Instead of defining det only for matrices, det is defined for linear maps by setting det(f) := det(a), where a is the unique matrix representing f. This makes the determinant a basis-independent quantity tied to the linear transformation itself. The multiplication rule also transfers cleanly: for linear maps, det(f ∘ g) = det(f) det(g), mirroring the matrix determinant rule for products.

Finally, the volume-change idea is extended beyond the unit cube. Any reasonable n-dimensional figure with a well-defined volume can be decomposed into finitely many pieces (like rectangles in 2D or their higher-dimensional analogs), and linear maps scale each piece in the same way. Because each small piece’s volume scales by det(a), the entire figure’s volume scales by the same factor. Orientation is included automatically: det(a) > 0 preserves orientation, while det(a) < 0 reverses it. A key takeaway is that det(a) = 1 means the transformation preserves volume—typically corresponding to pure rotations or combinations that don’t expand or contract n-dimensional volume.

In short, determinants provide a single number that encodes how a linear map scales and flips oriented n-dimensional volume, and that number behaves multiplicatively under composition—making it a powerful tool for analyzing linear transformations in any dimension.

Cornell Notes

For a linear map f: R^n → R^n, the determinant measures how f changes oriented n-dimensional volume. Using the one-to-one correspondence between square matrices and linear maps, f is represented by a unique matrix a whose columns are f(e_1), …, f(e_n). The unit cube (or unit parallelotope) has oriented volume 1, and after applying f its oriented volume becomes det(a), so det(a) is the relative volume scaling factor. This definition extends to arbitrary linear maps by setting det(f) = det(a). Under composition, determinants multiply: det(f ∘ g) = det(f) det(g).

How does a linear map f: R^n → R^n connect to a matrix a, and why does that matter for determinants?

Every square matrix a defines a linear map f_a(x) = ax, and every linear map f corresponds to exactly one square matrix a. That matrix is determined by how f acts on the canonical unit vectors: the i-th column of a is f(e_i). Because det(a) already has a geometric meaning (volume scaling for the unit cube), defining det(f) := det(a transfers that meaning to the abstract linear map.

Why does det(a) equal the oriented volume of the transformed unit cube?

The unit cube in R^n has oriented volume 1. A linear map f sends the cube’s spanning directions (the unit vectors) to new spanning directions, producing a parallelotope. The oriented volume of that parallelotope is given by det(a). The sign of det(a) captures orientation change: positive preserves orientation, negative reverses it.

How does the volume-scaling result extend from the unit cube to more general shapes?

For shapes with a well-defined n-dimensional volume, the shape can be decomposed into finitely many pieces (rectangles/parallelotope-like components). A linear map scales each piece’s volume by the same factor det(a). Since the total volume is the sum of the pieces’ volumes, the entire figure’s volume scales by det(a) as well.

What does det(a) = 1 imply about the linear map’s effect on volume?

If det(a) = 1, the linear map preserves oriented n-dimensional volume. That means the transformation does not expand or contract volumes; it can still rotate or shear, but the net volume change factor is exactly 1.

Why does det(f ∘ g) = det(f) det(g) hold for linear maps?

Linear maps compose, and each linear map corresponds to a unique matrix. Composition of linear maps corresponds to multiplication of their matrices, and determinants satisfy the matrix rule det(AB) = det(A) det(B). Translating back to linear maps gives det(f ∘ g) = det(f) det(g).

Review Questions

  1. Given a linear map f: R^n → R^n, how would you construct the matrix a used to define det(f)?
  2. Explain how the sign of det(a) relates to orientation change under a linear map.
  3. How would you justify that an arbitrary well-defined-volume figure scales by det(a) under a linear transformation?

Key Points

  1. 1

    A square matrix a defines a linear map f_a(x) = ax, and every linear map f: R^n → R^n corresponds to a unique matrix a.

  2. 2

    The matrix a for a linear map is built from columns f(e_1), …, f(e_n), where e_i are canonical unit vectors.

  3. 3

    The determinant det(a) gives the relative change of oriented n-dimensional volume caused by the linear map f.

  4. 4

    Defining det(f) := det(a) lifts the determinant from matrices to abstract linear maps in a basis-independent way.

  5. 5

    Determinants multiply under composition: det(f ∘ g) = det(f) det(g).

  6. 6

    Any figure with a well-defined n-dimensional volume scales by det(a) under a linear map, because the figure can be decomposed into pieces whose volumes scale uniformly.

  7. 7

    If det(a) = 1, the linear map preserves n-dimensional volume (with orientation preserved as well, since the determinant is positive).

Highlights

The determinant of a linear map is the single number that scales oriented n-dimensional volume under that transformation.
det(f) is defined by representing f with its unique matrix whose columns are f(e_i), then using the usual matrix determinant.
Orientation change is encoded in the sign of the determinant: det(a) < 0 flips orientation.
Volume scaling extends from the unit cube to any well-defined-volume figure via decomposition into smaller pieces.
Determinants behave multiplicatively under composition of linear maps.

Topics

  • Determinant for Linear Maps
  • Volume Scaling
  • Matrix-Linear Map Correspondence
  • Oriented Volume
  • Determinant Multiplication