

InterviewSolution
Saved Bookmarks
1. |
From the matrix equation AB = AC, we can conclude that B = C provided (A) A is singular (B) A is non singular (C) A is symmetric (D) A is skew symmetric |
Answer» Answer is (B) AB = AC A-1(AB) = A-1(AC) ⇒ (A-1A)B = (A-1A)C ⇒ IB = IC ⇒ B = C AB = AC ⇒ B = C if A1 exist ie,. A is non singular |
|