Advertisements
Advertisements
Question
If A = `[(0, 2),(5, -2)]`, B = `[(1, -1),(3, 2)]` and I is a unit matrix of order 2 × 2, find AB
Sum
Advertisements
Solution
AB = `[(0, 2),(5, -2)][(1, -1),(3, 2)]`
= `[(0 xx 1 + 2 xx 3, 0 xx (-1) + 2 xx 2),(5 xx 1 + (-2) xx 3, 5 xx (-1) + (-2) xx 2)]`
= `[(0 + 6, 0 + 4), (5 - 6, -5 - 4)]`
= `[(6, 4),(-1, -9)]`
shaalaa.com
Is there an error in this question or solution?
