

InterviewSolution
Saved Bookmarks
1. |
A=[aij] mxn is a square matrix, if(A) m < n (B) m > n (C) m = n (D) None of these |
Answer» The correct answer is C. Therefore, A=[ij]mxn is a square matrix, if m = n. |
|