Saved Bookmarks
| 1. |
If x,y,z are nonzero real number , 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))]:} ` |
|