1. The document discusses methods for solving systems of linear equations and calculating eigen values and eigen vectors of matrices. It describes direct and iterative methods for solving linear systems, including Gauss-Jacobi and Gauss-Seidel iterative methods.
2. It also covers the concepts of diagonal dominance and consistency conditions for linear systems. Rayleigh's power method is introduced for finding the dominant eigen value and vector of a matrix.
3. Examples are provided to illustrate solving linear systems by Jacobi's method and checking for diagonal dominance and consistency of systems. The convergence criteria for Gauss-Jacobi and Gauss-Seidel methods are also outlined.