

InterviewSolution
Saved Bookmarks
1. |
The inverse of the matrix `[(1,0,0),(3,3,0),(5,2,-1)]` isA. `-(1)/(3)[(-3,0,0),(3,1,0),(9,2,-3)]`B. `-(1)/(3)[(-3,0,0),(3,-1,0),(-9,-2,3)]`C. `-(1)/(3)[(3,0,0),(-3,-1,0),(-9,-2,3)]`D. `-(1)/(3)[(-3,0,0),(-3,-1,0),(-9,-2,3)]` |
Answer» Correct Answer - b |
|