

InterviewSolution
Saved Bookmarks
1. |
If `A={:[(2,-3),(5,7)]:}andB={:[(20,31),(44,53)]:}`, then find the matrix X such that A+X=B. |
Answer» Correct Answer - `{:[(18,34),(39,46)]:}` | |