This document summarizes three applications of linear algebra:
1) Fast integer multiplication, which can be done in O(n log n) time using linear algebra and Fourier transforms to represent integers as polynomials and multiply the polynomials.
2) Data structures like databases and graphs can be represented using matrices and vectors from linear algebra.
3) Multimedia like images, sound, and video can be stored as vectors and matrices, with images as pixel arrays, sound as amplitude arrays, and video as arrays of images.