Advertisements
Advertisements
Question
If A = `[(0, -1),(1, 2)]` and B = `[(1, 2),(-1, 1)]` Find the matrix X if : 3A + X = B
Sum
Advertisements
Solution
A = `[(0, -1),(1, 2)]`
B = `[(1, 2),(-1, 1)]`
3A + X = B
⇒ X = B – 3A
X = `[(1, 2),(-1, 1)] -3[(0, -1),(1, 2)]`
= `[(1, 2),(-1, 1)] - [(0, -3),(3, 6)]`
= `[(1 - 0, 2 + 3),(-1 -3, 1 - 6)]`
= `[(1, 5),(-4, -5)]`.
shaalaa.com
Is there an error in this question or solution?
