The document provides an introduction to solving systems of linear equations using Gaussian elimination. It defines linear systems and the matrix formulation. Gaussian elimination transforms the coefficient matrix into upper triangular form through elementary row operations. The method is then demonstrated on an example system. Key steps include choosing pivots, making entries below the pivot zero, and ultimately solving the system using back substitution.