1.

Find a matrix X such that 2A + B + X =0where` A = [[-1,2],[3,4]] and B = [[3,-2],[1,5]]`

Answer» We have
`2A+B+X=OimpliesX=-(2A+B).`
Now, `(2A+B)=2.[{:(-1,2),(3,4):}]+[{:(3,-2),(1,5):}]`
`=[{:(-2,4),(6,8):}]+[{:(3,-2),(1," "5):}]`
`=[{:(-2+3,4+(-2)),(" "6+1," "8+5):}]=[{:(1,2),(7,13):}].`
`:." "X=-(2A+B)=[{:(-1,-2),(-7,-13):}].`


Discussion

No Comment Found

Related InterviewSolutions