Assignment - 1: Solution
Assignment - 1: Solution
Solution
The Complete linear Programming problem is-
Maximize, Z = 4x1 + x2 + 3x3 + 5x4
or, Z- 4x1 - x2- 3x3 – 5x4 = 0
Step 2: Make the privet element R2 dividing by 2 and the matrix is-
Z x1 x2 x3 x4 s1 s2 s3
1 -4 -1 -3 -5 0 0 0 0
0 -1 1.5 1.25 1 0.25 0 0 5
0 -3 -2 4 1 0 1 0 10
0 8 -3 3 2 0 0 1 20
1st Operation
R1 1 -4 -1 -3 -5 0 0 0 0
Appling R2 × 5 0 -5 7.5 6.25 5 1.25 0 0 25
New R1 1 -9 6.5 3.25 0 1.25 0 0 25
2nd Operation
R3 0 -3 -2 4 1 0 1 0 10
R2 × 1 0 -1 1.5 1.25 1 0.25 0 0 5
New R3 0 -2 3.5 2.75 0 -0.25 1 0 5
3rd Operation
R4 0 8 -3 3 2 0 0 1 20
R2 × 2 0 -2 3 2.5 2 0.50 0 0 10
New R4 0 10 -6 0.5 0 -0.50 0 1 10
Z x1 x2 x3 x4 s1 s2 s3
Step:3
Make the pivot element R4 diving by 10 and the matrix is-
Z x1 x2 x3 x4 s1 s2 s3
4th Operation
R1 1 -9 6.5 3.25 0 1.25 0 0 25
R4 × 9 0 9 -5.4 0.45 0 -0.45 0 0.9 9
New R1 (Add) 1 0 1.1 3.7 0 0.80 0 0.9 34
5th Operation
R2 0 -1 1.5 1.25 1 0.25 0 0 5
R4 × 1 0 1 -0.6 0.05 0 0.05 0 0.1 1
New R2 (Add) 0 0 0.9 1.3 1 0.2 0 0.1 6
6th Operation
R3 0 -2 -3.5 2.75 0 -0.25 1 0 5
R4 × 2 0 2 -1.2 0.1 0 -0.1 0 0.2 0.2
New R3 0 0 -4.7 2.85 0 -0.35 1 0.2 7
So,
Z = 34
X1 = 1
X2 = 0
X3 = 0
X4 = 6
S1 = 0
S2 = 7
S3 = 0