1.

If A=[[1,2],[-2,3]]B=[[3,2],[1,4]],C=[[2,2],[1,3]]Calculate AC.

Answer»

SOLUTION :`AC=[[1,2],[3,4]][[2,2],[1,3]]`
`=[[1.2+2.1""1.2+2.3],[3.2+4.1" "3.2+4.3]]=[[4,8],[10,18]]`


Discussion

No Comment Found

Related InterviewSolutions