

InterviewSolution
Saved Bookmarks
1. |
If A is non singular matrix thenAB = AC implies B = C.(a) True(b) FalseThe question was posed to me in an internship interview.Asked question is from Inverse of Matrices in division Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» CORRECT answer is (a) True The EXPLANATION is: Pre-multipliying by A^-1 we GET B = C. |
|