InterviewSolution
Saved Bookmarks
| 1. |
If `A = [[1,2],[3,-5]]` and `B=[[1,0],[0,2]]` and X is a matrix such that `A=BX`, then X=A. `(1)/(2)[{:(,2,4),(,4,5):}]`B. `(1)/(2)[{:(,-2,4),(,3,5):}]`C. `[{:(,2,4),(,3,-5):}]`D. none of these |
| Answer» Correct Answer - A | |