

InterviewSolution
Saved Bookmarks
1. |
If `A = ({:(9, -7), (-4, 3):}) " and B"=({:(-3, -7),(-4, -9):})`, then find AB and hence find `A^(-1)`. |
Answer» Correct Answer - `AB = [{:(1, 0), (0, 1):}]` `A^(-1) = B= [{:(-3, -7), (-4, -9):}]` |
|