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 similar matrices such that det(A) = 1, then -A. de(B) = 1B. det(A) + det(B) = 0C. det(B) = -1D. none of these | 
                            
| Answer» Correct Answer - A | |