Iterative Methods
- Gaussian elimination and its variants are called direct methods.
- An entirely different way to solve many systems is through iteration.
- In this way, we start with an initial estimate of the solution vector and proceed to refine this estimate.
- The two methods for solving are
- the Jacobi Method ,
- the Gauss-Seidel Method.
- An matrix is diagonally dominant if and only if;
- Although this may seem like a very restrictive condition, it turns out that there are very many applied problems that have this property.
- i.e.,
- The solution is
.
- However, before we begin our iterative scheme we must first reorder the equations so that the coefficient matrix is diagonally dominant.
Subsections
Cem Ozdogan
2010-11-17