Name the identity matrix Ia, which is a 122x122 matrix. Name the input coefficient matrix A. You can find out the differnce of I - A directly, Say B I - A. Then use MINVERSE command on the resulting matrix =MMINVERSE(B).
It would be much easier to use matlab to do it.