Erratum
While writing any book there is no way to avoid mistakes,
typographic errors, etc. I was hoping only that in my book
the number of errors will be as minimal as possible.
Unfortunately there are a few errors that I list in the
table below. If you see in my book anything that shall be corrected
please write to me. I believe that next edition of this
book with help of all my readers will be much better
done.
Miroslaw Majewski Found
errors
Most of reported here errors were found by Wilhelm
Forst from University of Constance and Keith Kendrick from
Mackichan Inc. I am extremely grateful for their hard work
in debugging text of my book.
| Page |
There
is |
Should
be |
| 1, line 19 |
through through |
through |
| 9, line 14 |
they key |
the key |
| 16, line 5 |
press [Ctrl]+[Shift] |
press [Ctrl]+[space] |
| 34, line 19 |
build |
built |
| 41, line 4 |
sin(x)*cos(y) |
sin(x)*cos(x) |
| 50, line 3 |
In in |
In |
| 68, line 4 |
Now now |
Now |
| 70, line 29 |
< |
<= |
| 82, line 7 |
examplem |
example |
| 87, line 8 |
removed |
remove |
| 177, line 2 |
polar([r(theta)], t=...) |
polar([r(t), theta(t)], t=...) |
| 208, line 6 |
u=a..b, z=c..d |
t=a..b, u=c..d |
| 211, line 3 (bottom) |
u=a..b, z=c..d |
t=a..b, u=c..d |
| 224, line 3 |
singe |
single |
| 254, line 1 (bottom) |
deigned |
designed |
| 255, line 1 (bottom) |
fro |
from |
| 262, line 15 |
build |
built |
| 265, line 4 |
aboout |
about |
| 275, 13 |
n:Type::Integer |
n:Type::PosInt |
| 288, line 4 |
[1, [1,0]] |
[1, [n,0]] |
| 288, line 4 |
[1, [0,1]] |
[1, [0,n]] |
| 288, line 8 bottom |
part3:=[1,[0,n]]; |
part3:=[nOverK(n,n-k),[n-k,k]];
part4:=[1,[0,n]]; |
| 288, line 7 bottom |
myList:=[part1,part2,part3]; |
myList:=[part1,part2,part3,part4]; |
| 305, line 5 bottom |
f(n+2)=f(n-1)+f(n-2) |
f(n+2)=f(n+1)+f(n) |
| 324, line 21, 23 |
comp(A) |
compl(A) |
| 352, line 6 bottom |
PI |
PI/2 |
| 363, line 2 bottom |
1/(1-x) |
sin(x) |
| 370, line 18 |
>From |
From |
| 388, line 4 bottom |
24 30 15 |
24 30 14 |
|