forked from alexott/sicp-ru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
errata.html
52 lines (47 loc) · 1.76 KB
/
errata.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- X-URL: http://mitpress.mit.edu/sicp/errata.html -->
<!-- Date: Tue, 22 Oct 2002 08:54:17 GMT -->
<!-- Last-Modified: Thu, 21 Jun 2001 19:15:27 GMT -->
<BASE HREF="http://mitpress.mit.edu/sicp/errata.html">
<html><head><title>Errata for SICP 2/e</title></head>
<body bgcolor="#ffffff">
<font size=+1><b>Errata for <i>Structure and Interpretion of Computer
Programs</i></font> · 2nd edition</b>
<p>
<hr>
<blockquote>
<i>Positive line numbers count from the top of the page or exercise,
negative line numbers count from the bottom.</i>
<p>
<br>
<b>Page 45, line -13</b>: Exponent should be n/2, not b/2
<p>
<b>Page 112, line 2 of exercise 2.30</b>: Square-LIST should be square-TREE. ("That is, square-tree should behave as follows:")
<p>
<b>Page 118, lines 1-2</b>: Should say "...the product OF THE SQUARES of the odd integers..."
<p>
<b>Page 176, before procedures rectangular? and polar?</b>: Should say
"rectangular and polar numbers, respectively"
<p>
<b>Page 181, line -5</b>: Should not refer to exercise 3.24, just to section 3.3.3.
<p>
<b>Page 185, exercise 2.73a</b>: Should ask about VARIABLE?, not SAME-VARIABLE?
<p>
<b>Pages 246 and 247, figures 3.7 and 3.8</b>: There is an extra ')' at the end of the code.
<p>
<b>Page 287, figure 3.28</b>: Rightmost box should have +, not *
<p>
<b>Page 324, exercise 3.50</b>: Should refer to section 2.2.1, not 2.2.3.
<p>
<b>Page 341, line 3 of exercise 3.66</b>: Should say "For example, APPROXIMATELY how many pairs..."
<p>
<b>Page 375, line 1 of exercise 4.7</b>: Last LET should be LET*
("...bindings of the let* variables...")
<p>
<br>
<i>Last updated 08/09/99</i>
</blockquote>
<p>
<br>
<br>
<a href=sicp.html><img src="back.gif"></a>
</body></html>