Advertisements
Advertisements
Question
Given `A = [(2, -3)], B = [(0, 2)]` and `C = [(-1, 4)]`; find the matrix X in the following:
X + B = C – A
Solution
X + B = C – A
`"X" + [(0, 2)] = [(-1, 4)] - [(2, -3)]`
`"X" + [(0, 2)] = [(-1, -2, 4 + 3)] = [(-3, 7)]`
`"X" = [(-3, 7)] - [(0, 2)] = [(-3 - 0, 7 - 2)] = [(-3, 5)]`
APPEARS IN
RELATED QUESTIONS
Let `A = [(2,1),(0,-2)], B = [(4,1),(-3,-2)] and C = [(-3,2),(-1,4)]`. Find `A^2 + AC - 5B`
Find x and y if `3[(4, x)] + 2[(y, -3)] = [(10, 0)]`
If `2[(3, x),(0, 1)] + 3[(1, 3),(y, 2)] = [(z, -7),(15, 8)]`; find the values of x, y and z.
Given A = `[(-3, 6),(0, -9)]` and At is its transpose matrix. Find `A^t - 1/3 A`
Given A = `[(4, 1),(2,3)]` and B = `[(1, 0),(-2, 1)]`, find A – B
If A = `[(1, 2),(3, 4)]`, B = `[(6, 1), (1, 1)]` and C = `[(-2, -3),(0, 1)]`, find the following and state if they are equal CA + B
Let A be a 2 x 2 matrix and let I be an identity matrix of the order 2 x 2. Prove that AI = IA = A.
If A = `[(1, 4),(2, 3)]` and B = `[(1, 2),(3, 1)]` Compute 3A + 4B
Solve the matrix equation `[(2, 1),(5, 0)] -3"X" = [(-7, 4),(2, 6)]`
If `[(a, 3),(4, 2)] + [(2, b),(1, -2)] - [(1, 1),(-2, c)] = [(5, 0),(7, 3)]` Find the value of a,b and c