Given matrix A=x000y000z where x,y,z are non-zero numbers.
This is a diagonal matrix, where all elements are zero except those on the main diagonal.
For diagonal matrices, the inverse is obtained by taking the reciprocal of each diagonal element.
The inverse A−1 is:
A−1=x1000y1000z1