Advertisements
Advertisements
Question
Let A = `[(1, -1, 2),(2, 1, 0)], B = [(0, 1, -1),(1, 2, 3)], C = [(-1, 2, 3),(0, 0, 1)]`
Find the following:
A − (B − С)
Sum
Advertisements
Solution
B − C = `[(0 - (-1), 1 - 2, -1 - 3),(1 - 0, 2 - 0, 3 - 1)]`
= `[(1, -1, -4),(1, 2, 2)]`
Subtract A from (B − С)
A − (B − С) = `[(1, -1, 2),(2, 1, 0)] - [(1, -1, -4),(1, 2, 2)]`
= `[(1 - 1, -1 - (-1), 2 - (-4)),(2 - 1, 1 - 2, 0 - 2)]`
= `[(0, 0, 0),(1, -1, -2)]`
shaalaa.com
Is there an error in this question or solution?
Chapter 8: Matrices - Exercise 8B [Page 155]
