Matrix Inversion

Let's say you have to calculate x=A−1bx=A^{-1}b, so you would have to calculate A−1A^{-1}to calculate xx. Hence, instead of explicitly calculating A−1A^{-1}, just solve for Ax=bAx=b using LULU or other decomposition methods.

Last updated