Foundations — Scalar multiplication
This page is the ground floor. The parent note Scalar multiplication throws a lot of notation at you — , , , , the zero matrix . We will not use a single one of those before it is built from nothing. Read top to bottom; each block only uses ideas from the blocks above it.
1. A number (a "scalar")
Why does the topic need a special word "scalar"? Because we are about to meet grids of numbers. We need one word for "a lonely single number" () and a different word for "a whole grid" (), so we never confuse them. The lonely single number is the scalar.
The picture of a scalar is a point on a number line: its distance from is its size, its side tells its sign.

You already know scalars from 2.2.04-Vectors-and-scalars — there a scalar is contrasted with a vector (something with direction). Here we contrast it with a grid.
2. Multiplying one number by another = stretching
This is the seed of the whole topic. Before scaling a grid, be crystal-clear on scaling one number.
- : the number gets twice as far from (a stretch).
- : half as far from (a shrink).
- : same distance, opposite side (a flip through ).
- : lands exactly on , no matter where it started.
- : doesn't move at all.

Notice all five behaviours above — stretch, shrink, flip, collapse-to-zero, stay-put. Every one of them will happen to a whole grid later, cell by cell. Nothing new is added; it's the same move done many times.
3. A row and a column of numbers
Before a full grid, meet its two building strips.
The picture: a row is numbers standing shoulder to shoulder; a column is numbers stacked head to foot. The topic needs both words because we will count how many rows and how many columns a grid has — that count is its shape.
4. The grid: a matrix, and the bracket
Why the bracket? So the eye instantly sees one thing (a grid ), not four loose numbers. This is exactly the "container" the parent note talks about. Full detail lives in 2.6.01-Introduction-to-matrices.
The picture is a filing cabinet: fixed rows and columns of pigeon-holes, one number in each hole.

5. Naming a spot:
Now the trickiest piece of notation the parent leans on hardest.
Read it aloud as ", row , column ." So in
- (row 1, column 1),
- (row 1, column 2),
- (row 2, column 1),
- (row 2, column 2).
Why does the topic need ? Because scalar multiplication happens to every hole at once, and is the one symbol that can say "take whatever number lives in hole " without writing them all out. It's a placeholder that stands for all the entries simultaneously.
6. The shape:
The matrix has 2 rows and 2 columns, so it is a matrix. The grid is (2 rows, 3 columns).
The picture: is the frame size of the filing cabinet. Scalar multiplication is going to change what's inside the holes but never the frame — so we need a name for the frame to say "the frame stays the same."
7. Two shorthand symbols: and
Why introduce ? So the topic can say "any real scalar is allowed" in three symbols instead of a sentence. The symbol just means "belongs to / is a member of."
8. The zero matrix
Its picture: the filing cabinet with every drawer empty (holding ). We need it because when the scalar is , every hole collapses to (recall the "collapse-to-zero" move in §2), so the whole grid becomes . The parent note writes this as .
9. Putting it together — reading
Now the parent's headline formula uses nothing you haven't built:
Read it slowly, symbol by symbol, using the sections above:
- — a lonely scalar, a point on the line (§1), a stretch factor (§2).
- — the grid (§4).
- — whatever number lives in row , column (§5).
- — that hole's number stretched by (§2), the single-number move done in one hole.
- — collect all those stretched holes back into a grid of the same frame size (§6, §7).
So the formula says, in full English: "To make , walk every hole of the grid and replace its number by that number times , keeping the frame unchanged." That is the entire topic.
Prerequisite map
This foundation feeds forward: once you can scale a grid you can combine it with matrix addition, meet the harder matrix multiplication, collect the shared rules in properties of matrix operations, and later see grids act as linear transformations.
Equipment checklist
Cover the right side and answer each before moving on to the parent topic.