0% found this document useful (0 votes)
22 views

Checking DM3

Gauss elimination is a method for solving systems of linear equations. It involves performing elementary row operations on the coefficients matrix to convert it to reduced row echelon form. The method proceeds in steps: 1) The first step performs row operations to introduce zeros below the leading coefficients of the rows. 2) In the second step, back substitution is used with the reduced matrix to solve for the variables. 3) Further row operations are performed to simplify the matrix to reduced row echelon form.

Uploaded by

Claire Tabor
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)
22 views

Checking DM3

Gauss elimination is a method for solving systems of linear equations. It involves performing elementary row operations on the coefficients matrix to convert it to reduced row echelon form. The method proceeds in steps: 1) The first step performs row operations to introduce zeros below the leading coefficients of the rows. 2) In the second step, back substitution is used with the reduced matrix to solve for the variables. 3) Further row operations are performed to simplify the matrix to reduced row echelon form.

Uploaded by

Claire Tabor
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/ 3

c. GAUSS ELIMINATION d.

STEP 1
2 1 -1 2 5 w R1'
4 5 -3 6 9 x
-2 5 -2 6 4 y
4 11 -4 8 2 z

2 1 -1 2 5 R1'
R2' 0 -3 1 -2 1 R2'
R3' 0 6 -3 8 9 R3'
R4' 0 -9 2 -4 8 R4'

STEP 2
2 1 -1 2 5
0 -3 1 -2 1 R2'
R3' 0 0 -1 4 11
R4' 0 0 1 -2 -5

2 1 -1 2 5 R1'
0 -3 1 -2 1 R2'
0 0 -1 4 11 R3'
R4' #NAME? #NAME? #NAME? #NAME? #NAME? R4'

step 2. back substitution


*using algebra

at R4
z= 3
at R3
y= 1
at R2
x -2
at R1
w 1
GAUSS-JORDAN ELIMINATION METHOD
STEP 3
1 1/2 - 1/2 1 2 1/2 1 0 - 1/3
4 5 -3 6 9 0 1 - 1/3
-2 5 -2 6 4 R3' 0 0 1
4 11 -4 8 2 0 0 -1

1 1/2 - 1/2 1 2 1/2 R1' 1 0 0


0 -3 1 -2 1 R2' 0 1 0
0 6 -3 8 9 R3' 0 0 1
0 -9 2 -4 8 R4' 0 0 0

STEP 4
1 1/2 - 1/2 1 2 1/2 1 0 0
#NAME? #NAME? #NAME? #NAME? #NAME? 0 1 0
0 6 -3 8 9 0 0 1
0 -9 2 -4 8 R4' -0 -0 -0

#NAME? #NAME? #NAME? #NAME? #NAME? R1' #NAME? #NAME? #NAME?


0 1 - 1/3 2/3 - 1/3 R2' #NAME? #NAME? #NAME?
#NAME? #NAME? #NAME? #NAME? #NAME? R3' #NAME? #NAME? #NAME?
#NAME? #NAME? #NAME? #NAME? #NAME? R4' 0 0 0
2/3 2 2/3
2/3 - 1/3
-4 -11
2 5

- 2/3 -1
- 2/3 -4
-4 -11
-2 -6

- 2/3 -1
- 2/3 -4
-4 -11
1 3

#NAME? #NAME? w
#NAME? #NAME? x
#NAME? #NAME? y
1 3 z

You might also like