Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Gauss Seidel Method

This iterative method starts from an approximation to the true solution and, if convergent, derive
a sequence of closer approximations, the cycle of computations being repeated till the required
accuracy is obtained. In general one should prefer a direct method for the solution of a linear
system, but in the case of matrices with a large number of zero elements, it will be advantageous
to use iterative methods, which preserve these elements.

AIM
To solve the given system of equations by using Gauss Seidal Method

MINIMUM HARDWARE AND SOFTWARE:


Hardware: Desktop, minimum 128MB RAM, a suitable HDD
Software: Windows XP/Linux, Turbo C/ C++ or Borland C/ C++ compiler

Problem:
Solve the following equations:
x1 + 2x2 + 3x3 = 10
6x1 + 5x2 + 2x3 = 30
x1 + 3x2 + x3 = 10
OUTPUT

You might also like