I have to write a C program in which I have to compute the matrix inverse of a $n \times n$ matrix. Is there a convenient iterative process that I can use to do that? All I see is the co factor method or the row operations method.
Is there a method that will be convenient to implement for matrix inverse?