Sum
If `A = [(0, 2),(5, -2)], B = [(1, -1),(3, 2)]` and I is unit matrix of order 2 x 2 find `B^2A`
Advertisement Remove all ads
Solution
`B^2 = [(1, -1),(3, 2)][(1, -1), (3, 2)]`
`= [(1- 3, -1-2),(3 + 6, -3 + 4)]`
`= [(-2 ,-3),(9, 1)]`
`B^2A = [(-2, -3),(9, 1)][(0, 2),(5, -2)]`
`= [(0 - 15, -4 + 6),(0+ 5, 18 - 2)]`
`= [(-15, 2),(5, 16)]`
Concept: Addition and Subtraction of Matrices
Is there an error in this question or solution?
Advertisement Remove all ads
APPEARS IN
Advertisement Remove all ads
Advertisement Remove all ads