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
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 order of the matrix
Find the values of x, y and z from the following equation
`[(x + y, 2),(5 + z, xy)] = [(6, 2),(5, 8)]`
Find the non-zero values of x satisfying the matrix equation
`x[(2x, 2),(3, x)] + 2[(8, 5x),(4, 4x)] = 2[(x^2 + 8, 24),(10, 6x)]`
If A = `[(costheta, sintheta),(-sintheta, costheta)]` prove that AAT = I
If A = `[(5, 2, 9),(1, 2, 8)]`, B = `[(1, 7),(1, 2),(5, -1)]` verify that (AB)T = BT AT
Determine the value of x + y if `[(2x + y, 4x),(5x - 7, 4x)] = [(7, 7y - 13),(y, x + 6)]`
Let A and B be two symmetric matrices. Prove that AB = BA if and only if AB is a symmetric matrix
Choose the correct alternative:
if A = `[(lambda, 1),(-1, -lambda)]`, then for what value of λ, A2 = 0 ?
Let det M denotes the determinant of the matrix M. Let A and B be 3 × 3 matrices with det A = 3 and det B = 4. Then the det (2AB) is