Advertisements
Advertisements
Question
Given `A = [(2, 1),(3, 0)], B = [(1, 1),(5, 2)]` and `C = [(-3, -1),(0, 0)]`; find 2A – 3B + C
Solution
2A – 3B + C
= `2[(2, 1),(3, 0)] -3[(1, 1),(5, 2)] + [(-3, -1),(0, 0)]`
= `[(4, 2),(6, 0)] - [(3, 3),(15, 6)] + [(-3, -1),(0, 0)]`
= `[(4 - 3 - 3, 2 - 3 - 1),(6 - 15 + 0, 0 - 6 + 0)]`
= `[(4 - 6, 2 - 4),(6 - 15, -6)]`
= `[(-2, -2),(-9, -6)]` or `-[(2, 2),(9, 6)]`
APPEARS IN
RELATED QUESTIONS
Given `A = [(2, -3)], B = [(0, 2)]` and `C = [(-1, 4)]`; find the matrix X in the following:
X + B = C – A
Given A = `[(-3, 6),(0, -9)]` and At is its transpose matrix. Find 2A + 3At
Given `A = [(1, 1),(-2, 0)]` and `B = [(2, -1),(1, 1)]`. Solve for matrix X:
X + 2A = B
If I is the unit matrix of order 2 × 2; find the matrix M, such that `M - 2I = 3[(-1, 0),(4, 1)]`
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, 1),(0, 0)]`, B = `[(2, 3),(4, 1)]` and C = `[(1, 4),(0, 2)]`; then show that A(B + C) = AB + AC.
Given that M = `[(2, 0),(1, 2)]` and N = `[(2, 0),(-1,2)]`, find M + 2N
If A = `[(1, 4),(2, 3)]` and B = `[(1, 2),(3, 1)]` Compute 3A + 4B
If `[(5, 2),(-1, y + 1)] -2 [(1, 2x - 1),(3, -2)] = [(3, -8),(-7, 2)]` Find the values of x and y
If A = `[(1, 2),(-3, 4)], "B" = [(0, 1),(-2, 5)] and "C" = [(-2, 0),(-1, 1)]` find A(4B – 3C)