Errata, Chapter 3


p. 349

Printed: print one line per column, with commas separating row entries
Fixed: print one line per row, with commas separating column entries
Reported by Zhou Changling, 27-Sep-09.

p. 460

Printed: Vector delta = a.r.minus(b.r)
Fixed: Vector delta = b.r.minus(a.r)
Reported by Kevin Wayne, 10-Nov-09.