Linear algebra moves everything.
It sounds scary, but it's built from two friendly things: arrows (called vectors) that point and push, and grids (called matrices) that can spin, stretch and squish a whole world at once. It's the secret math inside every video game, every movie, and every “you might also like…”. Play 5 missions to earn your badge.
Arrow Pilot
Your rocket travels along an arrow. The way it points is the direction; how long it is, the distance. Mission: drag the arrow's tip onto the planet, then launch.
Drag the round tip of the arrow. The two numbers (x, y) are how far it goes across and up.
That arrow is a vector.
A vector is just an arrow: it stores a direction and a length, written as a little list of numbers like (x, y). With vectors you can describe where things are and which way they move — a spaceship, a game character, even the wind. Two numbers, and you can point anywhere on a map.
Tip to Tail
A space current (the blue arrow) is pushing your rocket. You only control your engine (the green arrow). Where you actually end up is the two arrows joined tip-to-tail. Mission: aim your engine so the combined path lands on the planet.
Adding vectors = lay them tip to tail. Current + Engine = your real path.
You just added two vectors.
To add vectors, put the tail of one on the tip of the other — the arrow from start to finish is the sum. This is how the world combines pushes: wind plus engine, current plus swimmer, gravity plus a jump. Real life is almost never one arrow — it's lots of them, added up.
Grid Warp
A matrix is a machine that grabs all of space and bends it — turning, stretching, squishing every point at once. Mission: turn the flag a quarter-turn to match the glowing ghost (a clean 90° spin, no stretching).
[0.0 1.0]
The 4 numbers in the matrix say exactly where the two main arrows (red →, green ↑) land after the warp.
That's a matrix — a space-warping machine.
A matrix is a small grid of numbers that transforms everything at once: rotate, stretch, flip, or shear the entire grid in a single move. Computers love this, because one matrix can spin a whole 3D world, or every pixel in a photo, in one step. Movies, games and photo filters are basically matrices applied millions of times a second.
The Recommendation Machine
Your taste is a vector: how much you like Action, Funny and Scary. Each movie is a vector too. The app recommends the movie whose vector points the most like yours. Mission: set your taste sliders so the machine's top pick becomes the target movie.
The match score is a dot product — it's big when two vectors point the same way.
This is how apps read your mind.
Comparing two vectors to see how alike they are uses a dot product. Netflix, Spotify, YouTube and TikTok turn you — and every show, song and clip — into vectors, then recommend the ones pointing closest to yours. No magic, no mind-reading: just arrows, compared with multiplication and addition.
Where Vectors Hide
Vectors and matrices are the quiet engine inside the tech you use every day. Mission: flip all 9 cards to uncover them.
Welcome to the matrix (the real one).
Almost everything a computer does with pictures, sound, space, or recommendations is really just vectors and matrices crunched at lightning speed. Learn these two ideas and you've got a backstage pass to games, movies, AI, robots and space travel.
You're a Vector Voyager!
You steered with vectors, added them tip-to-tail, warped space with a matrix, and built a recommendation engine out of dot products. That's the real heart of linear algebra — and the math powering most of the screens around you.