Home MCQs CSS Applied Mathematics Question #1311
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:
  • Symmetric
  • Orthogonal
  • Diagonally dominant✔️
  • Singular
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.