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

Gauss-Jordan Elimination: Equation: X+2y+3z 7 4x+4y+z 13 X+7y+10z 19

1) The document describes Gauss-Jordan elimination to solve a system of linear equations. 2) It provides an example solving the system x+2y+3z=7, 4x+4y+z=13, x+7y+10z=19. 3) The document also shows using the inverse of a matrix A to solve the system of equations AX=B.
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)
59 views2 pages

Gauss-Jordan Elimination: Equation: X+2y+3z 7 4x+4y+z 13 X+7y+10z 19

1) The document describes Gauss-Jordan elimination to solve a system of linear equations. 2) It provides an example solving the system x+2y+3z=7, 4x+4y+z=13, x+7y+10z=19. 3) The document also shows using the inverse of a matrix A to solve the system of equations AX=B.
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- JORDAN ELIMINATION

Equation:
x+2y+3z=7
4x+4y+z=13
x+7y+10z=19

PART A:
x y z =
1 2 3 7
4 4 1 13
1 7 10 19

1 2 3 7
0 -4 -11 -15
0 5 7 12

-4 0 10 2
0 -4 -11 -15
0 0 27 27

-108 0 0 -216
0 -108 0 -108
0 0 27 27

1 0 0 2
0 1 0 1
0 0 1 1

Unknowns
x= 2
y= 1
z= 1
MATRIX INVERSE

Equation:
10x+2y+3z=x
4x+20y+5z=y
6x+7y+10z=z

Formula:
A* X = B
A' * A * X = A' * B
A' * A = I

I * X = A' * B
I*X=X
X = A' * B
PART B:

A * X = B:
x y z =
10 2 3 1 0 0
4 20 5 0 1 0
6 7 10 0 0 1

Inverse of A using the MINIVERSE function:

A':
0.1218611521 0.0007386 -0.036927622
-0.007385524 0.0605613 -0.028064993
-0.067946824 -0.042836 0.1418020679

MultiplyA' with B using the MMULT function:

A' * B:
0.1218611521 0.0007386 -0.036927622
-0.007385524 0.0605613 -0.028064993
-0.067946824 -0.042836 0.1418020679

Answer:
x = 0.1219 0.0007 -0.0369
y = -0.0074 0.0606 -0.0281
z = -0.0679 -0.0428 0.1418

Check to see if A*X = B

A* X:
x= 1.00 0.00 0.00
y= 0.00 1.00 0.00
z= 0.00 0.00 1.00

You might also like