1.

`"If A" = ({:(3, -6),(-1, 2):}) " and B" = ({:(2, 6),(1, 3):})` are two matrices, then find AB + BA. (a) I (b) O (c) A (d) B

Answer» `AB = ({:(3, -6),(-1, 2):}) ({:(2, 6),(1, 3):})`
`= ({:(6-6, 18-18),(-2+2, -6+6):}) = ({:(0, 0),(0, 0):})`
`BA= ({:(2, 6),(1, 3):})({:(3, -6),(-1, 2):})`
`=({:(6-6, -12+12),(3-3, -6+6):}) = ({:(0, 0),(0, 0):})`
AB+BA = 0.


Discussion

No Comment Found

Related InterviewSolutions