1.

Compute the following: [[2,1],[3,2],[-1,1]] [[1,0,1],[-1,2,1]]

Answer»

SOLUTION :`[[2,1],[3,2],[-1,1]], [[1,0,1],[-1,2,1]]=[[2-1, 0+2, 2+1],[3-2, 0+4, 3+2],[-1-1, 0+2, -1+1]]=[[1,2,3],[1,4,5],[-2,2,0]]`


Discussion

No Comment Found

Related InterviewSolutions