Numerical Method - Old Questions
Question Answer Details
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
Answer
AI Generated Answer
AI is thinking...