Is there any elementary way of showing that the Jacobi method converges for the following system?
$$\begin{pmatrix}10 & -2 & -11\\-3 & 10 & 2\\-1 & 1& 10\end{pmatrix}X= \begin{pmatrix} 13\\9\\11 \end{pmatrix}$$
The problem I face is that the iteration matrix has two complex eigenvalues, so how could I show that this eigenvalues have an absolute value which is less than $1$?