

InterviewSolution
Saved Bookmarks
1. |
If A and B are two matrices of order 3 × m and 3 × n respectively and m = n, then the order of 5A – 2B is :A. m × 3 B. 3 × 3 C. m × n D. 3 × n |
Answer» (D). 3 × n m = n If A and B are two matrices of order 3 × m and 3 × n respectively and m = n Then, A & B have same orders as 3 × n each, So the order of (5A – 2B) should be same as 3 × n. Option (D) is the answer. |
|