

InterviewSolution
Saved Bookmarks
1. |
If A, B, and C are three square matrices of the same order, then `AB=AC implies B=C`. ThenA. `|A| ne 0`B. A is invertibleC. A may be orthogonalD. A is symmetric |
Answer» If `|A| ne 0`, then `AB=AC` or `A^(-1) AB=A^(-1) AC` or `B=C` Also, if A is orthogonal matrix, then `A A^(T)=I` `implies |A A^(T)|=1 implies |A|^(2)=1implies` is invertible |
|