Advertisements
Advertisements
Question
`If A = [(1, -2 ,1), (2,1,3)] and B= [(2,1),(3,2),(1,1)]`;
Write down the product matrix AB.
Solution
` AB = [(1, -2 ,1), (2,1,3)] [(2,1),(3,2),(1,1)]`;
`=[(2,-6,+1,1,-4,+1),(4,+3,+3,2,+2,+3)]`
`=[(-3, -2),(10, 7)]`
shaalaa.com
Is there an error in this question or solution?