

InterviewSolution
Saved Bookmarks
1. |
If A, B are square matrices of order 3,A is non0singular and AB = O, then B is aA. null matrixB. singular matrixC. unit matrixD. non-singular matrix. |
Answer» Correct Answer - A It is given that `absAne0`. So, `A^(-1)`exists. Now, `AB=O` `rArr A^(-1) (AB) =A^(-1) O` `rArr (A^(-1)A) B=OrArr IB =OrArr B=O` |
|