Advertisements
Advertisements
Question
Given `A = [(-1, 0),(2, -4)]` and `B = [(3, -3),(-2, 0)]`; find the matrix X in the following:
A + X = B
Sum
Advertisements
Solution
A + X = B
X = B – A
`X = [(3, -3),(-2, 0)] - [(-1, 0),(2, -4)]`
= `[(3+1, -3 - 0),(-2 - 2, 0 + 4)]`
= `[(4, -3),(-4, 4)]`
shaalaa.com
Is there an error in this question or solution?
