2 2 votes $x + y/2 = 9$ $3x + y = 10$ What can be said about the Gauss-Siedel iterative method for solving the above set of linear equations? it will converge It will diverse It will neither converge nor diverse It is not applicable Linear Algebra gateit-2006 linear-algebra normal numerical-methods non-gatecse + – Ishrat Jahan 2.9k views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply Pankaj Joshi commented Jan 13, 2017 reply Follow flag is this still in course? 1 1 replyShare Lakshman Bhaiya commented Jan 15, 2018 reply Follow flag Gauss-Siedel iterative method is not in the syllabus 0 0 replyShare P0535_Yedidyah_Sagar commented Aug 26, 2025 reply Follow flag Out of syllabus 1 1 replyShare Please log in or register to add a comment.
1 1 vote Answer: A As, |1| + |1/2| <= |9| and |3| + |1| <= |10| Rajarshi Sarkar answered Apr 11, 2015 Rajarshi Sarkar comment Share Follow See all 4 Comments 4 4 Comments reply Digvijay Pandey commented Apr 12, 2015 reply Follow flag A system of linear equation applicable iff it is diagonally dominant or symmetric positive definite.. here set of equation are not diagonally dominant because a11>= a12 but a22<= a21 which violates condition of diagonally dominance. so Gauss Seidel not applicable.. m i ryt ?? 0 0 replyShare Digvijay Pandey commented Apr 12, 2015 reply Follow flag even spectral radius i.e. magnitude of max (eigen value) of matrix also greater than 1.. it shouldn't converges. 0 0 replyShare ANKIT CHAUHAN 1 commented Jan 10, 2017 reply Follow flag it is coming in the 2017 0 0 replyShare Kaluti commented Aug 13, 2017 reply Follow flag i think it is positive semi definite as z^(T)M(z) > 0 so it should converge correct if i am wrong 0 0 replyShare Please log in or register to add a comment.