![]() |
RESEARCH PAPERS
Here are errata for my book Numerical Computation Using C
(Academic Press, 1992).
1. On p. 137, line 102, in the conjugate gradient method program
"cg.c": the iteration is halted by the test
Please replace this line by:
2. On p. 5 near the bottom, a UNIX alias gc is defined. The
first single quote should be on the right of gc as in
3. On p. 125, two lines above equation (3.1), the paragraph should begin as follows:
"Suppose you are trying to differentiate ... "
(SIAM, 1996).
1. On p. 125 in line 5, the coefficient $\gamma$ should appear in
front of the last term $E_0 \cdot \nabla_vf_1$.
2. On p. 180, in the second line of the estimate for term II in the
middle of the page, the last integral is missing the $d\,tau$ symbol.
3. On. p. 187, in the last line of equation (7.16), both terms there
should be multiplied by the constant c from the previous line.
4. On. p. 189, there is an extra integral sign in the second
expression for $I_2$.
5. On p. 197, there is an integral sign missing in the first line of
equation (7.57) (the integral over $x$).
while (maxnum(n,rnew) > 5.0e-9*maxnum(n,rold));while (maxnum(n,rnew) > 5.0e-9*maxnum(n,x));alias gc 'gcc \!* -lm'
Here are errata for my book The Cauchy Problem in Kinetic Theory