27 July 2014

Gauss Jordan Matrix Equations Elimination Method Step by Step Example

Jordan Matrix Elimination Method Step by Step Example

Jordan Matrix method can be used to solve systems of linear equations involving two or more variables.

Example:
3x + 2y - z = 3
x - y + 2z = 4
2x + 3y - z = 3

Solution:
Given matrix

xyzb
132-13
21-124
323-13

Find the pivot in the 1st column and swap the 2nd and the 1st rows

xyzb
11-124
232-13
323-13

Multiply the 1st row by 3

xyzb
13-3612
232-13
323-13

Subtract the 1st row from the 2nd row and restore it

xyzb
11-124
205-7-9
323-13

Multiply the 1st row by 2

xyzb
12-248
205-7-9
323-13

Subtract the 1st row from the 3rd row and restore it

xyzb
11-124
205-7-9
305-5-5


Make the pivot in the 2nd column by dividing the 2nd row by 5

xyzb
11-124
201-1.4-1.8
305-5-5

Multiply the 2nd row by -1

xyzb
11-124
20-11.41.8
305-5-5


Subtract the 2nd row from the 1st row and restore it

xyzb
1100.60000000000000012.2
201-1.4-1.8
305-5-5

Multiply the 2nd row by 5

xyzb
1100.60000000000000012.2
205-7-9
305-5-5

Subtract the 2nd row from the 3rd row and restore it

xyzb
1100.60000000000000012.2
201-1.4-1.8
30024


Make the pivot in the 3rd column by dividing the 3rd row by 2

xyzb
1100.60000000000000012.2
201-1.4-1.8
30012

Multiply the 3rd row by 0.6000000000000001

xyzb
1100.60000000000000012.2
201-1.4-1.8
3000.60000000000000011.2000000000000002

Subtract the 3rd row from the 1st row and restore it

xyzb
11001
201-1.4-1.8
30012

Multiply the 3rd row by -1.4

xyzb
11001
201-1.4-1.8
300-1.4-2.8

Subtract the 3rd row from the 2nd row and restore it

xyzb
11001
20100.9999999999999998
30012
Solution set:
x1 = 1
x2 = 0.9999999999999998
x3 = 2

No comments:

Post a Comment