> [!tldr] Iterative Algorithm
> **Iterative algorithms** are tools for solving problems of huge matrices (e.g. $n \ge 10000$).
> They refine solutions iteratively, usually producing machine-error level solutions with far less work than exact, **direct methods**.
![[IterativeAlgorithm.png#invert|center]]