

InterviewSolution
Saved Bookmarks
1. |
Let `{:A=[(0,0,-1),(0,-1,0),(-1,0,0)]:}`. The only correct statement aboul the matrix A isA. `A^(-1)` does not existB. `A=(-1)I` is a unit matrixC. A is a zero matrixD. `A^2=I` |
Answer» Correct Answer - D We have, `absA=1 ne 0`. So, `A^(-1)` exists. Clearly, `A ne (-1)I and A` is not a zero or null matrix. options (a),(b) and (c ) are not correct. Now, `{:A^2=[(0,0,-1),(0,-1,0),(-1,0,0)][(0,0,-1),(0,-1,0),(-1,0,0)]=[(1,0,0),(0,1,0),(0,0,1)]=I:}` Hence, option (d) is correct. |
|