Back to Questions
CSS Applied Mathematics
QUESTION #1311
Question 1
For the Gauss-Seidel method to be guaranteed to converge, the coefficient matrix should be:
Correct Answer Explanation
A sufficient condition for convergence of Gauss-Seidel (and Jacobi) is that the matrix is strictly diagonally dominant: \(|a_{ii}|>\sum_{j\neq i}|a_{ij}|\) for each row \(i\). Diagonal dominance ensures the iteration converges from any starting point.
Sign in to join the conversation and share your thoughts.
Log In to Comment