iterative methods (CG, GMRES) do: solve Ax=b without explicitly inverting A

Iterative methods solve Ax=b without explicitly inverting A

Image: NASA JPL, Public domain, via Wikimedia Commons

iterative methods (CG, GMRES) do: solve Ax=b without explicitly inverting A

Iterative methods solve Ax=b without explicitly inverting A

Iterative methods generate a sequence of improving approximate solutions for problems like Ax=b, relying on previous approximations to derive the next one. These methods are used when direct methods, such as Gaussian elimination, are not feasible or practical. They are particularly useful for large or sparse systems where direct methods would be computationally expensive.

Example

Consider solving Ax=b using the Conjugate Gradient (CG) method. Starting with an initial guess x0, the CG method iteratively refines this guess by minimizing the residual r_i = b - Ax_i along conjugate directions until the solution converges to a satisfactory level of accuracy.

Remember this

Understanding iterative methods is crucial for efficiently solving large-scale linear systems that are impractical to handle with direct methods, especially when dealing with sparse matrices.

Related concepts

Swipe through 100 ML concepts daily

Open Pocket Polymath