Khan Academy on a Stick
Matrices
Basic matrix operations
Keanu Reeves' virtual world in the The Matrix (I guess we can call all three movies "The Matrices") have more in common with this tutorial than you might suspect. Matrices are ways of organizing numbers. They are used extensively in computer graphics, simulations and information processing in general. The super-intelligent artificial intelligences that created The Matrix for Keanu must have used many matrices in the process. This tutorial introduces you to what a matrix is and how we define some basic operations on them.
Matrix multiplication
You know what a matrix is, how to add them and multiply them by a scalar. Now we'll define multiplying one matrix by another matrix. The process may seem bizarre at first (and maybe even a little longer than that), but there is a certain naturalness to the process. When you study more advanced linear algebra and computer science, it has tons of applications (computer graphics, simulations, etc.)