📱

Get Our Mobile App

Take your business learning on the go!

Download on the App StoreGet it on Google Play

Matrix Rank Is Just Information

DataMListic1:15

Transcription

Here's a matrix holding 20 numbers, but how much information is actually in there? Let's walk through the columns one by one.

The first column is genuinely new, and so is the second, but the third is just the first plus the second. The fourth is the first plus three times the second, and the fifth is simply twice the first.

Only two columns carry real information, so the rank of this matrix is two. And once you know that, you can factor the whole thing. The 4 by 5 matrix is exactly a 4 by 2 times a 2 by 5. The two independent columns are the ingredients, and the small matrix on the right holds the recipes for rebuilding every other column. Multiply them together, and all 20 numbers come back exactly.

Now scale that up. A matrix with a thousand rows and a thousand columns stores a million numbers, but if it's rank is just 10, the two factors store only 20,000, 98% smaller. That's the idea behind image compression and PCA. The rank is how much information a matrix really holds.