I was using Minverse function to do the matrix inverse in a project. It works
perfect when the matrix size is small, say (10,10) , however the system give me
error " Unable to get the Minverse property of the WorksheetFunction " when the
maxtrix size is (98,98). I am wondering if anyone knows the matrix size limit
when use minverse function? In that case, what function can be an alternative
method to do matrix inverse caculation?