

InterviewSolution
Saved Bookmarks
1. |
A and B are square matrices of order `3xx3` , A is an orthogonal matrix and B is a skew symmetric matrix. Which of the following statement is not trueA. `abs(AB)=1`B. `abs(AB)=0`C. `abs(AB)=-1`D. none of these |
Answer» Correct Answer - B We have, A an orthogonal matrix `rArr absA=pm1` B a skew-symmetric matrix of odd order `rArr absB=0` `:. abs(AB)=absAabsBrArr abs(AB)=(pm1)xx0=0`. |
|