SKEDSOFT

Maths For Engineers - 3

Gauss-Seidel Method:

To understand the GaussSeidel method, we consider a system of 3 linear equations in 3 variables:

These equations may be rewritten as;

                               

Now we start with the initial values y0, z0 and compute x1 from the first equation, i.e.,

     

while using second equation to compute y1, we use z0, x1 for z and x (we are taking x0)

     

Now to compute z, for third equation, we use x1 and y1, i.e.,

    

In gereral, this procedure may written as following recurrence relation;