Advertisements
Advertisements
Question
Solve the following minimal assignment problem :
Machines | Jobs | ||
I | II | III | |
M1 | 1 | 4 | 5 |
M2 | 4 | 2 | 7 |
M3 | 7 | 8 | 3 |
Solution
Given cost matrix is
I | II | III | |
M1 | 1 | 4 | 5 |
M2 | 4 | 2 | 7 |
M3 | 7 | 8 | 3 |
Subtracting smallest element of each row from every element of that row.
I | II | III | |
M1 | 0 | 3 | 4 |
M2 | 2 | 0 | 5 |
M3 | 4 | 5 | 0 |
As each column contains a zero we do not subtract smallest element of a column from every element.
Hence allocation is as given below
Hence assignment is
M1 → I M2 → II M3 → III
Minimum total cost = 1 + 2 + 3
= 6 units.
APPEARS IN
RELATED QUESTIONS
State, whether the following statement is true or false. If false, give a reason.
The matrices A2 × 3 and B2 × 3 are conformable for subtraction.
If `A = [(2),(5)], B = [(1),(4)]` and `C = [(6),(-2)]`, find A + B – C
State, with reason, whether the following is true or false. A, B and C are matrices of order 2 × 2.
(B . C) . A = B . (C . A)
Find the values of a and b) if [2a + 3b a - b] = [19 2].
If M =`|(8,3),(9,7),(4,3)|` and N = `|(4,7),(5,3),(10,1)|` find M - N
If P = `|(8,5),(7,2)|` find P - Pt
If A = `|(5,"r"),("p",7)|` , c and if A + B = (9,7),(5,8) , find the values of p,q,r and s.
Evaluate the following :
`|(1 , 1),(2 , 3)| |(2 , 1),(1 , 4)|`
If A = `|(1,3),(3,2)|` and B = `|(-2 , 3),(-4 , 1)|` find BA
If A = `[(1,2), (1,3)]`, find A2 - 3A
If A = `[(7,1), (2,5)]` and B = `[(1,2), (3,-1)]` then verify that |AB| = |A| |B|.
[2 3 – 7]
`[(3),(0),(-1)]`
Let `"M" xx [(1, 1),(0, 2)]` = [1 2] where M is a matrix.
- State the order of matrix M
- Find the matrix M
Construct a matrix A = [aij]3 × 2 whose element aij is given by
aij = `(("i" - "j")^2)/(5 - "i")`
Construct a matrix A = [aij]3 × 2 whose element aij is given by
aij = i – 3j
Construct a matrix A = [aij]3 × 2 whose element aij is given by
aij = `(("i" + "j")^3)/5`
The construction of demand line or supply line is the result of using
If A = `[(5, -2),(7, -0)]` and B = `[(8),(3)]`, then which of the following is not possible?