InterviewSolution
Saved Bookmarks
| 1. |
If x,y,z are nonzero real numbers, then the inverse of matrix A=[{:(x,0,0),(0,y,0),(0,0,z):}] is ……… |
|
Answer» `[{:(x^(-1),0,0),(0,y^(-1),0),(0,0,z^(-1)):}]` |
|