The document discusses numerical methods for solving linear equations, including Gauss-Seidel, Jacobi, and Cholesky methods. It provides MATLAB code implementations of each method. It applies the different methods to example matrices and right-hand side vectors to compute the solutions and compares the performance of the methods. In particular, it finds that Gauss-Seidel diverges more quickly than Jacobi in some cases.