Topic: Asnwer to 6.2 Q29
Hw 6.2 Q29
There are total of 15 steps. I will only post those procedures since it will be too long to post the entire solution.
Pivot element: 1 fourth row and second colm. Basic Var: S1,S2,S3,S4,P.
Step I:
5R4 +R5 -> R5
Step II:
-4R4 +R3 -> R3
Step III:
-3R4 +R2 ->R2
Step IV:
-2R4 +R1 ->R1
Second Pivot:
Pivot Element: 1 first col and third row. Basic element: S1,S2,S3, X2,P.
Step V:
-R3 +R1->R1
Step VI:
-R3 +R2 ->R2
Step VII:
2R3 +R5 ->R5
Third Pivot:
Pivot element: 1 sixth colm and second row. Basic var: S1,S2,X1,X2,P.
Step VIII:
-2R2 +R1 -> R1
Step IX:
4R2 +R3 ->R3
Step X:
-R2 +R4 ->R4
Step XI:
3R2 + R5 -> R5
Fourth Pivot:
Pivot element: 1, fifth col and first row.
Basic Var: S3,S4,X1,X2, P.
Step XII:
R1 + R2 ->R2
Step XIII:
3R1 +R3 -> R3
Step XIV:
-R1 + R4 ->R4
Step XV:
R1+ R5 -> R5.
Then set: S1=0 and S2=0.
Solve the following with the above conditions:
S1 - 2S2 + S3 =4
S1 + S4 =6
X1 +3S1 =24
X2 - S1 =8
S1 + S2 + P = 88
Updated: Friday, 2 October 2009 5:38 PM PDT
Permalink | Share This Post