Arithmetic deals in single numbers. Linear algebra deals in whole lists of numbers at once — a point in space, the pixels of an image, the features of a house, the weights of a neural network — and the clean, geometric rules for pushing those lists around. It is the mathematics of vectors, matrices, and the linear transformations that stretch, rotate and flatten space.
It is also, quietly, the most useful maths there is. Computer graphics, search
engines, GPS, quantum mechanics and nearly all of
One thread runs through everything here. A linear map is one that keeps grid lines straight and evenly spaced, and keeps the origin fixed. That single restriction is surprisingly powerful: it means the whole transformation is pinned down by where just a couple of arrows land, and it lets us trade geometry (arrows, areas, rotations) for arithmetic (grids of numbers) and back again, freely, whenever one is easier than the other.
This course moves in six stages, each building on the last.
We begin with the atom of the whole subject — the humble vector. By the end of Stage A you'll see why an arrow and a list of numbers are the same thing.