InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    If A is square matrix of order 3 such that |adj A| = 64, find |A|. | 
                            
| 
                                   
Answer»  \(|A| = \pm8\) Detailed Answer : |adj A|= |A|n-1, where n is the order of the matrix |A|2=64 Or, \(|A| = \pm8\)  | 
                            |