

InterviewSolution
Saved Bookmarks
1. |
If `A+B={:[(7,6),(-3,2)]:}andA-B={:[(1,2),(3,6)]:}`, then find A.A. `{:[(4,4),(0,4)]:}`B. `{:[(8,8),(0,8)]:}`C. `{:[(-4,-4),(0,-4)]:}`D. `{:[(-8,-8),(0,-8)]:}` |
Answer» Correct Answer - A (i) Add the given matrix equations. (ii) Add(A-B) to (A+B) to find matrix A. |
|