Accurate method for computing the inverse of a matrix

60 Views Asked by At

I am looking for an algorithm to compute the inverse of a matrix. I have tried some algorithms that by increasing the dimension of the matrix give a bad result. Mathematica's code works properly even for large matrices, now, I want to know which algorithm Mathematica uses for finding the inverse of a matrix or is there an accurate method for computing the inverse of a matrix. I will be grateful if someone helps me.