InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the adjoint of the given matrix and verify in each case that `A.(adj A)=(adj A).A=|A|.I.` `[(1,-1,2),(3,1,-2),(1,0,3)]` | 
                            
| Answer» `[(3,3,0),(-11,1,8),(-1,-1,4)]` | |