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