This document provides an introduction to linear algebra. It begins by demonstrating how to solve a system of linear equations using Gaussian elimination, and expresses this process using matrix multiplication and elementary matrices. It then introduces vectors and matrices, describing how a system of linear equations can be expressed as a matrix equation Ax=b. It explains that a solution exists if and only if the vector b lies in the column space of A. The document concludes by describing the LU decomposition, where a matrix A can be factored as A=LU, and how this decomposition can be used to efficiently solve systems of linear equations.