Linear Algebra A — Matrices & Determinants
Part 1 of 2. Matrices as machines that transform space, the determinant as an area-scaling factor (ad − bc), and the transpose.
A matrix is a machine for many numbers at once — one multiplication can rotate, stretch, and shear a whole space. Graphics, robotics, circuit analysis, and machine learning all run on them. This is part 1 of 2.
- 01 Matrices as machines ELI5: a matrix is a grid of numbers that acts on space — feed it a point and it moves that point (rotating, stretching, shearing). Enter one with rows…
- 02 The determinant — the area factor ELI5: the determinant crushes a 2×2 machine down to one telling number — the factor by which it scales area. det = 5 → areas come out 5× bigger; det = 0 → the…
next course: Linear Algebra B — Inverses & Solving Systems →