1.

Find the 2xx2 mtrix X if X+[[0,1], [1,0]]=[[2,0],[0,2]]

Answer»

SOLUTION :`X+[[0,1], [1,0]]=[[2,0],[0,2]]`
`:. X=[[2,0],[0,2]]-[[0,1],[1,0]]=[[2,-1],[-1,2]]`


Discussion

No Comment Found

Related InterviewSolutions