InterviewSolution
Saved Bookmarks
| 1. |
If `A=[{:(3,4),(1,-1):}]"then using"A^(-1)` solve the following system of equatins: `3x+4y=5,x-y=-3.` |
| Answer» Correct Answer - `x=-1,y=2` | |