Consider the linear system
$$25a+2b+c=69 \\ 2a+10b+c=63 \\ a+2b+c=43 $$
A sufficient condition for the convergence of the Jacobi or Gauss-Seidel methods is that the system matrix is strictly diagonally dominant, which is not the case here. I have tried removing this difficulty by exchanging equation three and two, but the resulting matrix still does not meet the sufficient conditions. Any suggestions on the course of action?