next up previous
Next: Preconditioned Conjugate Gradient Up: No Title Previous: The Problem

Jacobi Method

A discussion of the Jacobi method is presented in Chapter 8 of the text. Here we will merely outline some of the points that were made in class:

We are attempting to solve a system of the form ${\bf A} x = b$. For the Jacobi method, this reduces to iterating the following:


\begin{displaymath}x_i^{k+1} = \frac{1}{a_{ii}}\left( b_i - \sum_{j\neq i} a_{ij} x_j^k \right)
\end{displaymath}

where the subscript denotes the component of the vector, and the superscript denotes the iterate.

In class, we noted the following:


next up previous
Next: Preconditioned Conjugate Gradient Up: No Title Previous: The Problem
George Karniadakis
2001-12-04