1.

Findproducts : [[a,b],[c,d]][[0,1],[1,0]]

Answer»

SOLUTION :`[[a,B],[C,d]][[0,1],[1,0]]`
`=[[a.0+b.1""a.1+b.0],[c.0+d.1" "c.1+d.0]]=[[b,a],[d,c]]`


Discussion

No Comment Found

Related InterviewSolutions