

InterviewSolution
Saved Bookmarks
1. |
The invrse of the matrix `[(2,0,0),(0,3,0),(0,0,4)]` isA. `(1)/(24)[(2,0,0),(0,3,0),(0,0,4)]`B. `[(2,0,0),(0,3,0),(0,0,4)]`C. `(1)/(24)[(1,0,0),(0,1,0),(0,0,1)]`D. `[((1)/(2),0,0),(0,(1)/(3),0),(0,0,(1)/(4))]` |
Answer» Correct Answer - d |
|