Research Article

A New High-Order Stable Numerical Method for Matrix Inversion

Algorithm 1

An algorithm for constructing a rapid and robust initial approximation for .
(1) Given
(2) construct the matrix
(3) obtain the LU decomposition of the matrix , for example LU = LinearSolve[A]
(4) for , and when is the th column of the identity matrix
(5) update the columns of by finding the columns of the real as follows:
end for.