1.

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

Answer»

SOLUTION :`CB=[[2,2],[1,3]][[3,2],[1,4]]`
`=[[2.3+2.1""2.2+2.4],[1.3+3.1" "1.2+3.4]]=[[8,12],[6,14]]`


Discussion

No Comment Found

Related InterviewSolutions