InterviewSolution
Saved Bookmarks
| 1. |
Can the inverse of the following matric be found ? [[1,0,0],[0,1,0],[0,0,1]] |
|
Answer» Solution :`ABSA = [[1,0,0],[0,1,0],[0,0,1]]=1 ne 0` `THEREFORE A^-1` exists |
|