Skip to main content

Inverse

Submitted by mohammedlamine on

It is not recommended to Invert a Matrix in Numerical Analysis. Solving with Factorization methods (L.U, L.D.Lt, ..) is better than Solution with Direct Inverse. This is due to Numerical Errors (roundoff) and/or ill-Conditioned problems. In case of you need to use an Inverse, you are advised to take care about using existing algorithms which can't be exact in all applications.