Sum
Given `A = [(0, 4, 6),(3, 0, -1)]` and B = `[(0, 1),(-1, 2),(-5, -6)]` find if possible AB
Advertisement Remove all ads
Solution
`AB = [(0, 4, 6),(3, 0 , -1)] [(0, 1),(-1, 2),(-5, -6)]`
`= [(0 - 4 - 30, 0 + 8 - 36), (0 - 0 + 5, 3 + 0 + 6)]`
`= [(-34, -28),(5, 9)]`
Concept: Multiplication of Matrix
Is there an error in this question or solution?
Advertisement Remove all ads
APPEARS IN
Advertisement Remove all ads
Advertisement Remove all ads