Advertisements
Advertisements
Question
If A = `[(1, 2),(3, 4)] and "B" = [(2, 1),(4, 2)], "C" = [(5, 1),(7, 4)]`, compute A(B + C)
Solution
A(B + C)
A = `[(1, 2),(3, 4)]`
B = `[(2, 1),(4, 2)]`
C = `[(5, 1),(7, 4)]`
A(B + c) = `[(1, 2),(3, 4)] [(2, 1),(4, 2)] + [(5, 1),(7, 4)]`
= `[(1, 2),(3, 4)][(2 + 5, 1 + 1),(4 + 7, 2 + 4)]`
= `[(1, 2),(3, 4)][(7, 2),(11, 6)]`
= `[(7 + 22, 2 + 12),(21 + 44, 6 + 24)]`
= `[(29, 14),(65, 30)]`.
APPEARS IN
RELATED QUESTIONS
Given A = `[(0, 4, 6),(3, 0, -1)]` and B = `[(0, 1),(-1, 2),(-5, -6)]`, find if possible BA
Given A = `[(0, 4, 6),(3, 0, -1)]` and B = `[(0, 1),(-1, 2),(-5, -6)]`, find if possible A2
Given A = `[(4, 1),(2, 3)]` and B = `[(1, 0),(-2, 1)]`, find AB.
Solve for x and y: `[(x + y, x - 4)][(-1, -2),(2, 2)] = [-7, -11]`
If A = `[(2, 4),(3, 2)]` and B = `[(1, 3),(-2, 5)]`
find AB,
Given A = `[(1 , 1),(8 , 3)]` evaluate A2 - 4A.
If A = `[(3, 5),(4, -2)] and "B" = [(2),(4)]` , is the product AB possible ? Give a reason. If yes, find AB.
Find the matrix X of order 2 × 2 which satisfies the equation `[(3, 7),(2, 4)] [(0, 2),(5, 3)] + 2"X" = [(1, -5),(-4, 6)]`
If A = `[(2, x),(0, 1)] and "B" = [(4, 36),(0, 1)]`,find the value of x, given that A2 – B
If A = `[(1, 4),(1, 0)], "B" = [(2, 1),(3, -1)] and "C" = [(2, 3),(0, 5)]` compute (AB)C = (CB)A ?