InterviewSolution
Saved Bookmarks
| 1. |
If A = [{:(0,-1,2),(2,-2,0):}], B = [{:(0,1),(1,0),(1,1):}] and M = AB, then thevalue of M^(-1) is |
|
Answer» `[{:((2)/(3),(-1)/(3)),((1)/(3),(4)/(5)):}]` |
|