

InterviewSolution
Saved Bookmarks
1. |
Let `Aa n dB`be two `2xx2`matrices. Consider the statements`A B=O A+OorB=O``A B=I_2 A=B^(-1)``(A+B)^2=A^2+2A B+B^2`(i) and (ii) are false, (iii) is true(ii) and (iii) are false, (i) is true(i) is false (ii) and, (iii) are true(i) and (iii) are false, (ii) is trueA. (i) and (ii) are false, (iii) is trueB. (ii) and (iii) are false, (i) is trueC. (i) is false, (ii) and (iii) are trueD. (i) and (iii) are false, (ii) is true |
Answer» Correct Answer - D (i) is false. If `A=[(0,1),(0,-1)]` and `B=[(1,1),(0,0)]`, then `AB=[(0,0),(0,0)]=O` (ii) is true as the product AB is an identity matrix, if and only if B is inverse of the matrix A. (iii) is false since matrix multiplication in not commutative. |
|