Advertisements
Advertisements
Question
If A = `[(1, 4),(2, 3)]` and B = `[(1, 2),(3, 1)]` Compute 3A + 4B
Solution
A = `[(1, 4),(2, 3)]`
B = `[(1, 2),(3, 1)]`
3A + 4B = `3[(1, 4),(2, 3)] +4[(1, 2),(3, 1)]`
= `[(3, 12),(6, 9)] + [(4, 8),(12, 4)]`
= `[(3 + 4, 12 + 8),(6 + 12, 9 + 4)]`
= `[(7, 20),(18, 13)]`.
APPEARS IN
RELATED QUESTIONS
Find x, y if `[(-2,0),(3,1)][(-1),(2x)] + 3[(-2),(1)] = 2[(y),(3)]`
If A = `[(0, 2),(5, -2)]`, B = `[(1, -1),(3, 2)]` and I is a unit matrix of order 2 × 2, find B2A
If A = `[(1, 4), (1, -3)]` and B = `[(1, 2),(-1, -1)]`, find:
- (A + B)2
- A2 + B2
- Is (A + B)2 = A2 + B2 ?
If A = `[(2, x),(0, 1)]` and B = `[(4, 36),(0, 1)]`; find the value of x, given that A2 = B.
If `[x, y][(x),(y)] = [25]` and `[(-x, y)][(2x),(y)] = [-2]` find x and y if `x, y ∈ Z` (integer)
Given
`"A" = [(2 , -6),(2, 0)] "B" = [(-3, 2),(4, 0)], "C" = [(4, 0),(0, 2)]`
Find the martix X such that A + 2X = 2B + C.
Given A = `[(1, 4),(2, 3)]` and B = `[(-4, -1),(-3, -2)]` find a matrix C such that C + B = `[(0, 0),(0, 0)]`
Find X and Y If X + Y = `[(7, 0),(2, 5)]` and X – Y = `[(3, 0),(0, 3)]`
Determine the matrices A and B when A + 2B = `[(1, 2),(6, -3)] and 2"A" - "B" = [(2, -1),(2, -1)]`
If A = `[(1, 2),(-3, 4)], "B" = [(0, 1),(-2, 5)] and "C" = [(-2, 0),(-1, 1)]` find A(4B – 3C)