Eفاطمه
Eفاطمه
of deletion
فاطمة خالد ياسر
مصطفى طه
معاذ ليث
Gauss method of deletion
The Gauss-Seidel method is a rapid, easily implementable, and stable technique for
solving systems of linear equations.
a) Zeroing out the value of 21, 31 from the equations, that is, what is successively
below the main diagonal
21 by the formula = 0
Multiply by the first row and add by the second row and likewise
R2=R2-a21/a11*R1
Multiply by the first row and add by the third row, and this becomes the matrix
As follows:
[ 0 0 … 𝑎 𝑚𝑛 :bm]
Example: [3 −1 2 :12]
Using the Gauss elimination method, [ 0 7⁄3 7⁄3 :7]
find a solution to the system of equations:- [ 2 -2 -1 : 2]
Sol/
R3=R3-a31/a11*R1
[531] [5]
[5 3 1 : 5]
A=[1 2 1 ] , B= [2]
[ 0 7/3 4/5 : 1]
[2 -1 1] [9]
[ 0 -11/5 8/5 : 7]
[5 3 1 :5]
R3=R3-a32/a22*R2
A:B=[1 2 1 : 2 ]
[2 -1 2 : 9 ]
R3=R3-a32/a22*R2
[ 5 3 1 : 5]
[ 0 7/3 4/5 : 1}
[0 0 100/35 : 60/7]