InterviewSolution
Saved Bookmarks
| 1. |
Using elementry transformation, find the inverse of the matrices. A = [(1,1/2),(2,3/2)] |
| Answer» SOLUTION :`A^(-1) = [(1,1/2),(2,3/2)]` | |