InterviewSolution
Saved Bookmarks
| 1. |
Matrix A when multiplied with Matrix C gives the Identity matrix I, what is C?(a) Identity matrix(b) Inverse of A(c) Square of A(d) Transpose of AThe origin of the question is Matrix in section Arrays Types of Data Structures & Algorithms IThe question was posed to me by my school principal while I was bunking the class. |
|
Answer» Right option is (b) INVERSE of A |
|