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
A − B = `[(1 - 0, -1 - 1, 2 - (-1)),(2 - 1, 1 - 2, 0 - 3)]`
= `[(1, -2, 3),(1, -1, -3)]`
shaalaa.com
Is there an error in this question or solution?
Chapter 8: Matrices - Exercise 8B [Page 155]
