InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    If A is a square matrix and |A| = 2, then write the value of | AA'| , where A' is the transpose of matrix A. | 
                            
| 
                                   
Answer»  |AA|' = |A|. |A'| = |A|. |A|= |A|2 = 2 x 2 = 4. [since, | AB|=|A|.|B| and| A|=| A'|, where A and B are square matrices.]  | 
                            |