InterviewSolution
Saved Bookmarks
| 1. |
If A=[(1,0,2),(-1,1,-2),(0,2,1)] and AdjA=[(5,x,-2),(1,1,0),(-2,-2,y)] then (x,y) = |
|
Answer» `(-4,1)` |
|