JOVANA
Home Library Glossary Getting Started Calculus Arcade
JOVANA Arcade · Bonus chapter

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.

Start playing

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.

Your vector
(0, 0)
Length
0

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.

🧭
GPS & maps
Your position and heading are stored as vectors.
🎮
Games
Every character's movement is a velocity vector.
✈️
Planes
Pilots add the plane's vector to the wind's vector.
Sports
A kicked ball's speed and direction is one vector.

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.

Current
(0, 0)
Your engine
(0, 0)
Where you land (sum)
(0, 0)

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.

🚁
Drones
They fight the wind by adding a vector that cancels it.
🏊
Swimming
A river current pushes you sideways as you swim across.
🚀
Rockets
Thrust, gravity and drag are all added as vectors.
🎮
Game physics
A jump = your run vector plus an upward jump vector.

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).

Your matrix
[1.0 0.0]
[0.0 1.0]
Match
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.

🎬
3D movies
Pixar spins and poses characters with transformation matrices.
📸
Photo filters
Rotate, zoom and skew tools are matrices on every pixel.
🕹️
3D games
The camera orbiting a world is one matrix multiply per frame.
🤖
Robots
A robot arm turns its joints using rotation matrices.

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.

🍿
Netflix
“Because you watched…” is a vector-similarity search.
🎵
Spotify
Your playlist mix is built from nearby song vectors.
🔎
Search
Search engines match your words' vector to web pages'.
🤝
Friend suggestions
“People you may know” compares your connection vectors.

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.

🔒 Clear all 5 missions above to unlock your badge.
🚀

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.

🛹 Bonus chapter
Calculus Arcade
Park a skateboard at the summit, slice a lake, and launch a rocket.
📚 Go deeper
Linear algebra, step by step
Ready for the real thing? The Getting Started guides climb from zero to mastery.