Advertisements
Advertisements
Question
A = `[(3, 0),(4, 5)]`, B = `[(6, 3),(8, 5)]`, C = `[(3, 6),(1, 1)]` find the matrix D, such that CD – AB = 0
Solution
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
RELATED QUESTIONS
If A = `[(5, 2, 2),(-sqrt(17), 0.7, 5/2),(8, 3, 1)]` then verify (AT)T = A
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
Find the values of x, y, z if `[(x - 3, 3x - z),(x + y + 7, x + y + z)] = [(1, 0),(1, 6)]`
Find the order of the product matrix AB if
(i) | (ii) | (iii) | (iv) | (v) | |
Order of A | 3 × 3 | 4 × 3 | 4 × 2 | 4 × 5 | 1 × 1 |
Order of B | 3 × 3 | 3 × 2 | 2 × 2 | 5 × 1 | 1 × 3 |
Let A = `[(1, 2),(1, 3)]`, B = `[(4, 0),(1, 5)]`, C = `[(2, 0),(1, 2)]` Show that A(BC) = (AB)C
Consider the matrix Aα = `[(cos alpha, - sin alpha),(sin alpha, cos alpha)]` Show that `"A"_alpha "A"_beta = "A"_((alpha + beta))`
Consider the matrix Aα = `[(cos alpha, - sin alpha),(sin alpha, cos alpha)]` Find all possible real values of α satisfying the condition `"A"_alpha + "A"_alpha^"T"` = I
If A = `[(1, 0, 0),(0, 1, 0),("a", "b", - 1)]`, show that A2 is a unit matrix
For what value of x, the matrix A = `[(0, 1, -2),(-1, 0, x^3),(2, -3, 0)]` is skew – symmetric
The number of matrices A = `[(a, b),(c, d)]`, where a, b, c, d ∈ {–1, 0, 1, 2, 3, ............, 10} such that A = A–1, is ______.