 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find a matrix X such that `X.[(3,2),(1,-1)]=[(4,1),(2,3)]`.A. `[(1,-1),(1,1)]`B. `[(1,1),(-1,1)]`C. `[(1,1),(1,-1)]`D. none of these | 
| Answer» Correct Answer - C Let `[(a,b),(c,d)][(3,2),(1,-1)]=[(4,1),(2,3)]` Find a, b , c and d | |