Problem 2.

Use Gaussian elimination to find the inverse of the matrix

A={{1,0,1},{2,2,0},{1,1,1}};
Solution