Given the system
$$\left(\begin{matrix}5&1&2\\-2&5&2\\-1&3&3\end{matrix}\right)\left(\begin{matrix}x_3\\x_1\\x_2\end{matrix}\right) = \left(\begin{matrix}0\\1\\0\end{matrix}\right)$$
I have to say something concerning the convergence of Gauss-Seidel Method.
My work: What I understand is that first of all I should look and see if it fits the convergence criteria for the method.
- The line criteria, i.e., the strictly or irreducibly diagonally dominant criteria for the matrix of coefficients is not true because that $3 < 1 + 3$.
- The symmetric positive-definite it is not true either because the coefficient matrix is not symmetric: e.g. $1\neq-2$.
- Also the Sassenfeld Criteria does not fit.
Could I say as an answer that the method could still converge even though these criteria doesn't hold? Does there exists other ways to prove that the method will converge? Most importantly:
Does there exists an iff statement like 'Gauss-Seidel will converge iff something is true' or at least can such a statement exist? Or could such a thing never exist?