You are on page 1of 2

Resume

Research

Teaching

Computing

Photo

Home

Errata for "C++ and Object


Oriented Numeric Computing for
Scientists and Engineers", Daoqi
Yang, Springer-Verlag, New York,
2001, ISBN: 0-387-98990-0.
If you find more errors in the book or have any suggestions on how to improve this
book, please send them to me at: yang@math.wayne.edu or
daoqi_yang@yahoo.com. I feel grateful to those readers who have sent me
comments and encouraged me to write a solution manual for the book (and other
related books). Many of the items below are pointed out by Nicholas Brealey
(nick@orpwood.demon.co.uk).
Pages and
Lines

Errors

Corrections

Page ix, line -10 www.math.wayne.eud

www.math.wayne.edu

Page 3, lines
26,27

while a single character appear

while a single character must


appear

Page 28, lines


22,25,31

reminder

remainder

Page 34, lines


33,36

... << &n;

... << &n << '\n';

Page 35, line 1

implemented using large integers

usually implemented using


large integers

Page 55, line 1

double mt[2][5]

double mt[2][5];

Page 63, line 17 delete[] should


Page 66, line 16

*(*mx+i)+j), or *(&mx[0]
[0]+m*i+j).

delete[] must
*(*mx+i)+j).

Page 71, line 16 (sizeof(int*) bytes)

(sizeof(stack*) bytes)

Page 80, line -3 a, b,

const_cast<const double**
const>(a), b,

Page 93, line 10 log2

log10

Page 96, lines


-5 and -7

(a, 8, x)

(a, 9, x)

You might also like