This document discusses iterative methods for solving systems of linear equations. It introduces the Gauss-Jacobi and Gauss-Seidel methods. For Gauss-Jacobi, each new approximation is calculated from the previous approximations. For Gauss-Seidel, the most recent approximation is used. The document provides examples of applying each method and discusses conditions for convergence. As homework, students are asked to use the two methods to approximate solutions for a given system of equations.