The document discusses various iterative methods for solving systems of linear equations represented by ax=b, focusing on both stationary methods (Jacobi, Gauss-Seidel, Successive Over Relaxation) and non-stationary methods (Conjugate Gradient, Preconditioned Conjugate Gradient). It demonstrates the use of MATLAB for implementing these algorithms, comparing their convergence rates, and concluding that non-stationary methods yield faster and more accurate results in practice. The paper also highlights the significance of these methods in fields like finite element methods and emphasizes the impact of the choice of relaxation factors on convergence.