

InterviewSolution
Saved Bookmarks
1. |
The rank of the matrix `A={:[(1,2,3,4),(4,3,2,1)]:}`, isA. 1B. 2C. 3D. 4 |
Answer» Correct Answer - B We find that `{:[(1,2),(3,4)]:}` is a non-singular square submatrix of A of order 2. Therefore, r(A) = 2` |
|