InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Two `nxxn` square matrices A and B are said to be similar if there exists a non - singular matrix C such that `C^(-1)` AC = B . If A and B are two singular matrices, then-A. det(A) = det(B)B. det(A) + det(B) = 0C. det(AB) = 0D. none of these | 
                            
| Answer» Correct Answer - A | |