- #1
- 10
- 0
Homework Statement
Is there an iterative method to calculate an inverse of a large matrix faster than a direct method (like Gaussian elimination, or inverse of LU, etc...) ?
Homework Equations
The Attempt at a Solution
I tried the Gauss-Seidel iterative method to inverse a matrix, but unfortunately, it takes longer than a direct method.