1.

What is the inverse of :[[1,0,0],[0,1,0],[0,0,1]]

Answer»

SOLUTION :`I=[[1,0,0],[0,1,0],[0,0,1]]` is a `3xx3` UNIT MATRIX
`:.I^2=I`
`impliesI^-I=I`


Discussion

No Comment Found

Related InterviewSolutions