This document discusses numerical methods for solving linear systems of equations. It begins by introducing linear systems in general and matrix forms, and classifying them as homogeneous or non-homogeneous. It then discusses checking for consistency. The main methods covered for obtaining solutions are: Gauss elimination, Gauss-Jordan elimination, using the inverse matrix if it exists, and iterative techniques. Specific examples are provided to demonstrate how to apply Gauss elimination, Gauss-Jordan elimination and using the inverse matrix to solve sample systems.