

InterviewSolution
Saved Bookmarks
1. |
If A and B are two matrices such that A + B = `[{:(3, 8),(11, 6):}] " and " A-B = `[{:(5, 2),(-3, -6):}]`, then find the matrices A and B. |
Answer» Correct Answer - `A = [{:(4, 5), (4, 0):}]; B = [{:(-1, 3), (7, 6):}]` | |