Numerical Method - Old Questions

5. Write algorithm for Gauss- Seidel method for solving the system of linear equations. Also solve the following system of linear equations using that method. (4+4)

        10x1 + x2 + x3 = 12

        x1 + 10x2 - x3 = 10

        x1 - 2x2 + 10x = 9

8 marks | Asked in 2072