

InterviewSolution
Saved Bookmarks
1. |
If X and Y are two matrices such that `X+Y={:[(4,-3),(5,2)]:}andX-Y={:[(6,-5),(3,2)]:}`, then find the matrices X and Y. |
Answer» Correct Answer - `X={:[(5,-4),(4,2)]:},Y={:[(-1,1),(1,0)]:}` | |