Iterative Methods
- Gaussian elimination and its variants are called direct methods. An entirely different way to solve many systems is through iteration. In this, we start with an initial estimate of the solution vector and proceed to refine this estimate.
- The two methods for solving
that we shall discuss in this section are the Jacobi Method and 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
2004-12-28