InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the inverse of each of the matrices given below : `[(8,-4,1),(10,0,6),(8,1,6)]` | 
                            
| Answer» `1/10.[(-6,25,-24),(-12,40,-38),(10,-40,40)]` | |