Skip to content

References: Matrix multiplication as composition

Source curriculum (structural mirror, cited as further study):
• 3Blue1Brown, Essence of Linear Algebra, Chapter 4: "Matrix multiplication as composition"
Creator: Grant Sanderson
Lesson page: https://www.3blue1brown.com/lessons/matrix-multiplication
Series index: https://www.3blue1brown.com/?topic=linear-algebra
License: copyright Grant Sanderson; videos published on his site and YouTube
Clawdemy's lessons are original prose that follows the pedagogical arc of this
series. We do not reproduce or transcribe the videos; we cite them as the
recommended companion. All rights to the original videos remain with the creator.
  • Matrix multiplication as composition (3Blue1Brown) by Grant Sanderson. The video this lesson mirrors. Watching the grid get rotated and then sheared, with the two matrices visibly chaining right to left, is what makes “multiplication is composition” stick. The non-commutativity demonstration (the same two moves in opposite orders landing on different grids) is especially worth seeing animated. About ten minutes.

Where this sits in the track.

  • Linear transformations as moves (previous lesson). This lesson chains the single transformations from the previous one. If “apply A to each column of B” felt fast, it is just the previous lesson’s matrix-vector product run once per column, so a quick reread grounds it.

  • Three-dimensional linear transformations (next lesson). Everything so far lives in the flat plane. The next lesson keeps every rule identical (matrix is where the basis lands, multiplication is composition) and adds a third basis vector and a third dimension, so a transformation becomes a 3-by-3 matrix.