Advertisements
Advertisements
प्रश्न
Given : M = `[(5, -3),(-2, 4)]`, find its transpose matrix Mt. If possible, find Mt – M
Advertisements
उत्तर
Given that,
Mt – M = `[(5, -2),(-3, 4)] - [(5, -3),(-2, 4)]`
= `[(5 - 5, -2 + 3),(-3 + 2, 4-4)]`
= `[(0, 1),(-1, 0)]`
संबंधित प्रश्न
Solve for a, b and c; if `[(-4, a + 5),(3, 2)] = [(b + 4, 2),(3, c- 1)]`
If `A = [(2),(5)], B = [(1),(4)]` and `C = [(6),(-2)]`, find A – C
State, with reason, whether the following is true or false. A, B and C are matrices of order 2 × 2.
(A + B) . C = A . C + B . C
If A = `|(1,9,4),(5 , 0 , 3)|` find A'
Evaluate the following :
`|(0 , 1 , 0),(2 , 0 , -3),(1 , 0 , -2)| |(1 , -2),(3 , 4),(0 , 0)|`
Solve the equations x + y = 4 and 2x - y = 5 using the method of reduction.
Solve the following minimal assignment problem :
| Machines | Jobs | ||
| I | II | III | |
| M1 | 1 | 4 | 5 |
| M2 | 4 | 2 | 7 |
| M3 | 7 | 8 | 3 |
`[(3),(0),(-1)]`
`[(0, 0, 0),(0, 0, 0)]`
Construct a matrix A = [aij]3 × 2 whose element aij is given by
aij = i – 3j
