0% found this document useful (0 votes)
42 views2 pages

Gauss 3 Stage Equation

This document describes the Gauss Seidel method, an iterative technique for solving systems of linear equations. It provides an example system of three equations with three unknowns (x, y, z) and shows the iterative calculations to solve for each unknown by solving one equation at a time and using the most recent estimates for the other unknowns.

Uploaded by

Khushboo Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views2 pages

Gauss 3 Stage Equation

This document describes the Gauss Seidel method, an iterative technique for solving systems of linear equations. It provides an example system of three equations with three unknowns (x, y, z) and shows the iterative calculations to solve for each unknown by solving one equation at a time and using the most recent estimates for the other unknowns.

Uploaded by

Khushboo Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Gauss Seidal Method

Recursive Iteration
Marker 0
x 3.0000
y
z
2.0000
1.0000 13x -8y -3z = 20
-8x+ 10y- z = -5
-3x – y + 11z = 0
ursive Iteration (The Gauss Seidel Method)

-8y -3z = 20 x = (8y+3z+20)/13


+ 10y- z = -5 y = (8x+z-5)/10
– y + 11z = 0 z = (3x+y)/11

You might also like