Advertisements
Advertisements
प्रश्न
A = `[(3, 0),(4, 5)]`, B = `[(6, 3),(8, 5)]`, C = `[(3, 6),(1, 1)]` find the matrix D, such that CD – AB = 0
उत्तर
Given A = `[(3, 0),(4, 5)]`, B = `[(6, 3),(8, 5)]`, C = `[(3, 6),(1, 1)]`
Let D be `[("a", "b"),("c","d")]`
Given CD – AB = 0
AB = CD
`[(3, 0),(4, 5)] [(6, 3),(8, 5)] = [(3, 6),(1, 1)] [("a", "b"),("c", "d")]`
`[(18 + 0, 9 + 0),(24 + 40, 12 + 25)] = [(3"a" + 6"c", 3"b" + 6"d"),("a" + "c", "b" + "d")]`
`[(18, 9),(64, 37)] = [(3"a" + 6"c", 3"b" + 6"d"),("a" + "c", "b" + "d")]`
3a + 6c = 18
(÷ 3) ⇒ a + 2c = 6 ....(1)
a + c = 64 ....(2)
(–) (–) (–)
(1) – (2) ⇒ c = – 58
Substitute the value of c = – 58 in (1)
a – 116 = 6
a = 6 + 116
= 122
3b + 6d = 9
(÷ 3) ⇒ b + 2d = 3 ....(3)
b + d = 37 ....(4)
(–) (–) (–)
(3) – (4) ⇒ d = – 34
Substitute the value of d = – 34 in (4)
b – 34 = 37
b = 37 + 34
= 71
Matrix D = `[(122, 71),(- 58, - 34)]`
APPEARS IN
संबंधित प्रश्न
In the matrix A = `[(8, 9, 4, 3),(- 1, sqrt(7), sqrt(3)/2, 5),(1, 4, 3, 0),(6, 8, -11, 1)]`, write The number of elements
If A = `[(4, 3, 1),(2, 3, -8),(1, 0, -4)]`, B = `[(2, 3, 4),(1, 9, 2),(-7, 1, -1)]` and C = `[(8, 3, 4),(1, -2, 3),(2, 4, -1)]` then verify that A + (B + C) = (A + B) + C
If A = `[(0, 4, 9),(8, 3, 7)]`, B = `[(7, 3, 8),(1, 4, 9)]` find the value of B – 5A
Transpose of a column matrix is
If `cos theta [(cos theta, sin theta),(-sin theta, cos theta)] + sin theta[(x, -cos theta),(cos theta, x)]` = I2, find x.
Construct an m × n matrix A = [aij], where aij is given by
aij = `("i" - 2"j")^2/2` with m = 2, n = 3
Find the values of p, q, r, and s if
`[("p"^2 - 1, 0, - 31 - "q"^3),(7, "r" + 1, 9),(- 2, 8, "s" - 1)] = [(1, 0, -4),(7, 3/2, 9),(-2, 8, -pi)]`
Find the matrix A which satisfies the matrix relation `"A"= [(1, 2, 3),(4, 5, 6)] = [(-7, -8, -9),(2, 4, 6)]`
Find the matrix A such that `[(2, -1),(1, 0),(-3, 4)]"A"^"T" = [(-1, -8, -10),(1, 2, -5),(9, 22, 15)]`
Choose the correct alternative:
What must be the matrix X, if `2"X" + [(1, 2),(3, 4)] = [(3, 8),(7, 2)]`?