InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the inverse of each of the matrices given below : Compute `(AB)^(-1) when A=[(1,1,2),(0,2,-3),(3,-2,4)] and B^(-1)=[(1,2,0),(0,3,-1),(1,0,2)]`. Find `A^(-1). | 
                            
| Answer» `1/19.[(16,12,1),(21,11,-7),(10,-2,3)]` | |