InterviewSolution
Saved Bookmarks
| 1. |
If A = [(1,2),(3,-5)] , B = [(1,0),(0,2)]and Xbe a matrix such that A = BX , then X is : |
|
Answer» `[(2,4),(3,-5)]` |
|