1.

If A = [[2,4],[3,2]] and B = [[1,4],[-3,2]],then 2A + 3B =

Answer»

`[[7,20],[-3,10]]`
`[[7,-20],[-3,10]]`
`[[-7,20],[-3,10]]`
`[[7,20],[3,10]]`

ANSWER :A


Discussion

No Comment Found

Related InterviewSolutions