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 inverse of the following matrix (if they exist):
`((1,-1),(2,3))`
Find the inverse of the following matrices by the adjoint method `[(3, -1),(2, -1)]`.
Check whether the following matrices are invertible or not:
`[(3, 4, 3),(1, 1, 0),(1, 4, 5)]`
Find inverse of the following matrices (if they exist) by elementary transformations :
`[(2, 1),(7, 4)]`
If A = `[(5, -4), (7, -5)]`, then 3A-1 = ______
If A = `[(1,-1,1),(2,1,-3),(1,1,1)]`, then the sum of the elements of A-1 is ______.
The matrix `[(lambda, 1, 0),(0, 3, 5),(0, -3, lambda)]` is invertible ______.
If A, B are two square matries, such that AB = B, BA = A and n ∈ N then (A + B)n =
If matrix A = `[(3, -2, 4),(1, 2, -1),(0, 1, 1)]` and A–1 = `1/k` (adj A), then k is ______.
If A = `[(4, 3, 2),(-1, 2, 0)]`, B = `[(1, 2),(-1, 0),(1, -2)]`
Find (AB)–1 by adjoint method.
Solution:
AB = `[(4, 3, 2),(-1, 2, 0)] [(1, 2),(-1, 0),(1, -2)]`
AB = [ ]
|AB| = `square`
M11 = –2 ∴ A11 = (–1)1+1 . (–2) = –2
M12 = –3 A12 = (–1)1+2 . (–3) = 3
M21 = 4 A21 = (–1)2+1 . (4) = –4
M22 = 3 A22 = (–1)2+2 . (3) = 3
Cofactor Matrix [Aij] = `[(-2, 3),(-4, 3)]`
adj (A) = [ ]
A–1 = `1/|A| . adj(A)`
A–1 = `square`