In: Advanced Math
given the initial simplex tableau (Matrix):
x
y
s1
s2
p
6
9
1
0
0
300
5
4
0
1
0
180
-3
-4
0
0
1
0
Show the matrices produced by each pivot
Given initial tableau or matrix and we need to find the further matrices by finding pivot elements
x y s1 s2 p
6 9 1 0 0 300
5 4 0 1 0 180
-3 -4 0 0 1 0
Here the most negative element in the bottom row will indicates the pivot element so here -4 ,so we have in column 2 so I am taking 2nd column as a pivot column and for pivot row the least positive result when last column divided by pivot column will indicates so
i.e. +min (300/9 , 180/4) = 300/9 so 1st row as a pivot row.
R1-> R1 (1/9)
x y s1 s2 p
2/3 1 1/9 0 0 100/3
5 4 0 1 0 180
-3 -4 0 0 1 0
R2-> R2 - 4R1 R3-> R3 + 4R1
x y s1 s2 p
2/3 1 1/9 0 0 100/3
7/3 0 -4/9 1 0 140/3
-1/3 0 4/9 0 1 400/3
Here the most negative element in the bottom row will indicates the pivot element so here –1/3 ,so we have in column 1 so I am taking 1ST column as a pivot column for pivot row the least positive result when last column divided by pivot column will indicates so
i.e. +min ((100/3)/(2/3) , ((140/3)/(7/3)) = (140/3)/(7/3) so 2nd row as a pivot row.
R2-> R2 (3/7)
x y s1 s2 p
2/3 1 1/9 0 0 100/3
1 0 -4/21 3/7 0 20
-1/3 0 4/9 0 1 400/3
R1-> R1 - (2/3) R2 R3-> R3 + (1/3)R2
x y s1 s2 p
0 1 5/21 -2/7 0 20
1 0 -4/21 3/7 0 20
0 0 8/21 1/7 1 140
So the above tableau or matrix is the final matrix