Advertisements
Advertisements
प्रश्न
The sum of three numbers is 20. If we multiply the first by 2 and add the second number and subtract the third we get 23. If we multiply the first by 3 and add second and third to it, we get 46. By using the matrix inversion method find the numbers.
उत्तर
Let the three numbers be x, y, and z.
x + y + z = 20
2x + y – z = 23
3x + y + z = 46
The given system can be written as
`[(1,1,1),(2,1,-1),(3,1,1)][(x),(y),(z)] = [(20),(23),(46)]`
AX = B
where A = `[(1,1,1),(2,1,-1),(3,-1,1)]`. X = `[(x),(y),(z)]` and B = `[(20),(23),(46)]`
A = `[(1,1,1),(2,1,-1),(3,1,1)]`
|A| = `|(1,1,1),(2,1,-1),(3,1,1)|`
`= 1|(1,-1),(1,1)| -1|(2,-1),(3,1)| + 1|(2,1),(3,1)|`
= 1[1 + 1] - 1(2 + 3) + 1(2 - 3)
= 1(2) - 1(5) + 1(-1)
= 2 - 5 - 1 = - 4
[Aij] = `[(2,-5,-1),(-|(1,1),(1,1)|,|(1,1),(3,1)|,-|(1,1),(3,1)|),(|(1,1),(1,-1)|,-|(1,1),(2,-1)|,|(1,1),(2,1)|)]`
`= [(2,-5,-1),(-(0),(1-3),-(1-3)),((-1-1),-(-1-2),(1-2))] = [(2,-5,-1),(0,-2,2),(-2,3,-1)]`
adj A = [Aij]T = `[(2,0,-2),(-5,-2,3),(-1,2,-1)]`
`"A"^-1 = 1/|"A"|`(adj A)
`= 1/(-4)[(2,0,-2),(-5,-2,3),(-1,2,-1)]`
X = A-1B
`[(x),(y),(z)] = 1/(-4)[(2,0,-2),(-5,-2,3),(-1,2,-1)] [(20),(23),(46)]`
`= (-1)/(4) [(40+0-92),(-100-46+138),(-20+46-46)]`
`= (-1)/4[(-52),(-8),(-20)]`
`[(x),(y),(z)] = [(13),(2),(5)]`
The numbers are 13, 2, and 5.
APPEARS IN
संबंधित प्रश्न
Find the adjoint of the following matrix.
`[(2,-3),(3,5)]`
Find the inverse of the following matrix.
`[(1,2),(2,-1)]`
Find the inverse of A = `[(1, 0, 1),(0, 2, 3),(1, 2, 1)]` by elementary column transformations.
Fill in the blank :
If A = [aij]2x3 and B = [bij]mx1 and AB is defined, then m = _______
State whether the following is True or False :
Singleton matrix is only row matrix.
If A = [aij]2×2, where aij = i – j, then A = ______
A sales person Ravi has the following record of sales for the month of January, February and March 2009 for three products A, B and C. He has been paid a commission at fixed rate per unit but at varying rates for products A, B and C.
Months | Sales in units | Commission | ||
A | B | C | ||
January | 9 | 10 | 2 | 800 |
February | 15 | 5 | 4 | 900 |
March | 6 | 10 | 3 | 850 |
Find the rate of commission payable on A, B and C per unit sold using matrix inversion method.
The inverse matrix of `((3,1),(5,2))` is
The number of solutions of equation x2 – x3 = 1, – x1 + 2x3 = 2, x1 – 2x2 = 3 is ______.
If matrix A = `[(1, -1),(2, 3)]`, then A2 – 4A + 5I is where I is a unit matix.