

InterviewSolution
Saved Bookmarks
1. |
If the matrix A is such that `({:(1,3),(0,1):})A=({:(1,1),(0,-1):})`, then what is A equal to ?A. `{:[(1,4),(-1,0)]:}`B. `{:[(1,-4),(1,0)]:}`C. `{:[(1,-4),(0,-1)]:}`D. none of these |
Answer» Correct Answer - C | |