Iterative solution methods start with an initial approximation for the solution vector and iteratively update the vector at each step by using the system Ax=b. Different iterative methods like Jacobi, Gauss-Seidel, and Successive Over Relaxation represent the system in the form x=Ex+f and generate the next approximation. The iterative method converges if the spectral radius of E is less than 1 as the number of iterations increases. Different convergence criteria like the norm of the residual vector can be used to check when the iterations have converged to the solution.