-
Notifications
You must be signed in to change notification settings - Fork 193
/
erratalist5th.html
81 lines (56 loc) · 2.21 KB
/
erratalist5th.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/hplgit/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="description" content="Erratalist for 5th Edition of A Primer on Scientific Programming with Python">
<title>Erratalist for 5th Edition of A Primer on Scientific Programming with Python</title>
<style type="text/css">
/* bloodish style */
body {
font-family: Helvetica, Verdana, Arial, Sans-serif;
color: #404040;
background: #ffffff;
}
h1 { font-size: 1.8em; color: #8A0808; }
h2 { font-size: 1.6em; color: #8A0808; }
h3 { font-size: 1.4em; color: #8A0808; }
h4 { color: #8A0808; }
a { color: #8A0808; text-decoration:none; }
tt { font-family: "Courier New", Courier; }
/* pre style removed because it will interfer with pygments */
p { text-indent: 0px; }
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
p.caption { width: 80%; font-style: normal; text-align: left; }
hr.figure { border: 0; width: 80%; border-bottom: 1px solid #aaa}
div { text-align: justify; text-justify: inter-word; }
</style>
</head>
<!-- tocinfo
{'highest level': 3, 'sections': [('Page 43', 3, None, '___sec0')]}
end of tocinfo -->
<body>
<!-- ------------------- main content ---------------------- -->
<center><h1>Erratalist for 5th Edition of A Primer on Scientific Programming with Python</h1></center> <!-- document title -->
<p>
<!-- author(s): Hans Petter Langtangen -->
<center>
<b>Hans Petter Langtangen</b>
</center>
<p>
<!-- institution(s) -->
<br>
<p>
<center><h4>Sep 2, 2016</h4></center> <!-- date -->
<br>
<h3 id="___sec0">Page 43 </h3>
Excercise 1.5 refers to the file <code>src/files/densities.dat</code>, but in the source code for the 5th edition
the directory <code>files</code> is renamed to <code>dictstring</code>. The correct path to the file is
`src/dictstring/densities.dat'. The correct URL in the footnote should be
<a href="http://tinyurl.com/pwyasaa/dictstring/densities.dat" target="_self">http://tinyurl.com/pwyasaa/dictstring/densities.dat</a>
<!-- ------------------- end of main content --------------- -->
</body>
</html>