

InterviewSolution
Saved Bookmarks
1. |
If the orders of matrices `A^(T),BandC^(T)" are "3xx4,2xx3and1xx2` respectively, then the order of the matrix `(AB^(T))C` isA. `3xx2`B. `2xx3`C. `4xx2`D. `4xx1` |
Answer» Correct Answer - D If A is `mxxn` matrix, B is `nxxp` matrix, then the order of AB is `mxxp`. |
|