Previous Lecture lect06 Next Lecture

lect06, Thu 01/23

Solving Ax = b by Jacobi and conjugate gradients

Reading assignment

Sections 5.1 through 5.5 of the NCM book.

References for today’s lecture

Today’s lecture topics are not in the NCM book. Here are references for the Jacobi method and the conjugate gradient method (CG).

If you’re interested in learning more about how CG works, there’s a great paper called An introduction to the conjugate gradient method without the agonizing pain by Jonathan Shewchuk at Berkeley. Reading it is optional for CS 111, but fun if you like the math.

Outline