

InterviewSolution
Saved Bookmarks
1. |
The rank of the matrix `{:A=[(1,2,3),(4,5,6),(3,4,5)]:}` isA. 1B. 2C. 3D. none of these |
Answer» Correct Answer - B We have, `{:absA=abs((1,2,3),(4,5,6),(3,4,5)):}=1(25-24)-2(20-18)+3(16-15)=0` Therefore, r(A) is less than 3. We observe that `{:[(5,6),(4,5)]:}` is a non-singular square submatrix of order 2. Hence, r (A) =2. |
|