Saul Teukolsky
04-10-2009, 10:42 AM
Here is a listing of errata in V. 3.0 of the 3rd edition of the book that were fixed in V. 3.02. (To see which printing of the book you have, look at the copyright page for the line:
"This printing is corrected to software version 3.0"
or
"This printing is corrected to software version 3.02"
p. 21, line 2 after first code block: "the the" -> "the"
p. 27, comment for v[Int i] in first code block and v[Int i][Int j] in second:
"and" -> "or"
p. 71, comment to second SVD::solve routine revised to agree with code fix.
variable "m" -> "p" 3 times, and variable "n" -> "m" first 2 times.
p. 113, line 15 of text: "a a" -> "to a"
p. 133, line 11 from bottom: "x_2_j" -> "x_{2j}"
p. 173, line 2: "converges converges" -> "converges"
p. 191, line 4 of Sec. 4.6.4: delete "the" at end of line
p. 238, last line: "the the" -> "the"
p. 318, line 1 of Sec. 6.13: "the the" -> "the"
p. 337, line 6: "P" should be math font.
p. 381, line 2 after eqn. (7.5.4): "c_{n-1}c_{n-1}" -> "c_{n-1}c_{n-2}"
p. 390, line 5: "second" -> "first"
p. 481, last comment, and p. 485, 4th last comment:
Added "The relative gradient is estimated as
(delta f/f)/(delta x/x), where delta f approx grad f delta x."
p. 486, end of first para: Added "In practice, we have had excellent resulsts
by simply replacing the lines
LUdcmp alu(fjac);
alu.solve(p,p);
in newt with
SVD svd(fjac);
svd.solve(p,p);
p. 519, 3rd comment: same as p. 481
p. 756, line 4: "the the" -> "the"
p. 842, end of 2nd para: comma -> period
p. 858, line 6: "0.001" -> "0.010" and "0.395" -> "0.396"
line 7: "39.5%" -> "39.6%" and "0.1%" -> "1%"
p. 862, line 8: "P_i(t)" -> "P_t(i)"
p. 863, line 14 from bottom: "P_i(t)" -> "P_t(i)"
p. 888, line 4 after box: "a a" -> "a"
p. 892, line 6 from bottom: "at at" -> "at a"
p. 894, line 2 after eqn. 16.5.38: "the the" -> "the"
p. 904, 1st comment in Output: "odeint" -> "Odeint"
p. 917, 2nd comment: "odeint" -> "Odeint"
p. 927, 2nd comment: "odeint" -> "Odeint"
p. 936, 2nd comment: "odeint" -> "Odeint"
p. 1097, line 3 of Sec. 21.0: "other other" -> "other"
p. 1108, 1st comment in nnearest: variable "j" -> "jpt" and "dd" -> "dn"
p. 1120, eqn. 21.4.12: 2nd "atan2" should be boldface
Figure caption, line 3: "to to" -> "to"
p. 1127, eqn. 21.4.21: "6" -> "6A"
p. 1140, line 4 after program: "save" -> "stat"
p. 1183, line 13: "Huffman" -> "arithmetic"
p. 1186, line 10 above code: "the the" -> "the"
"This printing is corrected to software version 3.0"
or
"This printing is corrected to software version 3.02"
p. 21, line 2 after first code block: "the the" -> "the"
p. 27, comment for v[Int i] in first code block and v[Int i][Int j] in second:
"and" -> "or"
p. 71, comment to second SVD::solve routine revised to agree with code fix.
variable "m" -> "p" 3 times, and variable "n" -> "m" first 2 times.
p. 113, line 15 of text: "a a" -> "to a"
p. 133, line 11 from bottom: "x_2_j" -> "x_{2j}"
p. 173, line 2: "converges converges" -> "converges"
p. 191, line 4 of Sec. 4.6.4: delete "the" at end of line
p. 238, last line: "the the" -> "the"
p. 318, line 1 of Sec. 6.13: "the the" -> "the"
p. 337, line 6: "P" should be math font.
p. 381, line 2 after eqn. (7.5.4): "c_{n-1}c_{n-1}" -> "c_{n-1}c_{n-2}"
p. 390, line 5: "second" -> "first"
p. 481, last comment, and p. 485, 4th last comment:
Added "The relative gradient is estimated as
(delta f/f)/(delta x/x), where delta f approx grad f delta x."
p. 486, end of first para: Added "In practice, we have had excellent resulsts
by simply replacing the lines
LUdcmp alu(fjac);
alu.solve(p,p);
in newt with
SVD svd(fjac);
svd.solve(p,p);
p. 519, 3rd comment: same as p. 481
p. 756, line 4: "the the" -> "the"
p. 842, end of 2nd para: comma -> period
p. 858, line 6: "0.001" -> "0.010" and "0.395" -> "0.396"
line 7: "39.5%" -> "39.6%" and "0.1%" -> "1%"
p. 862, line 8: "P_i(t)" -> "P_t(i)"
p. 863, line 14 from bottom: "P_i(t)" -> "P_t(i)"
p. 888, line 4 after box: "a a" -> "a"
p. 892, line 6 from bottom: "at at" -> "at a"
p. 894, line 2 after eqn. 16.5.38: "the the" -> "the"
p. 904, 1st comment in Output: "odeint" -> "Odeint"
p. 917, 2nd comment: "odeint" -> "Odeint"
p. 927, 2nd comment: "odeint" -> "Odeint"
p. 936, 2nd comment: "odeint" -> "Odeint"
p. 1097, line 3 of Sec. 21.0: "other other" -> "other"
p. 1108, 1st comment in nnearest: variable "j" -> "jpt" and "dd" -> "dn"
p. 1120, eqn. 21.4.12: 2nd "atan2" should be boldface
Figure caption, line 3: "to to" -> "to"
p. 1127, eqn. 21.4.21: "6" -> "6A"
p. 1140, line 4 after program: "save" -> "stat"
p. 1183, line 13: "Huffman" -> "arithmetic"
p. 1186, line 10 above code: "the the" -> "the"