There also seem to be some typos in the final code block in Section 6.3. In the definition of `function stochastic`, in the line computing the diagonal, I found it necessary to replace `2 sqrt` by `2 * sqrt`. Also, in the serial `for` loop used in In[73], it was necessary to replace `hist(` by `z = hist(`. Finally (this may have been an intentional omission by the authors, in the interest of saving space), I found it necessary to repeat the `@everywhere` block after the `addprocs` invocation to define the function on the newly added processors.
--Peter On Tuesday, November 11, 2014 5:47:32 AM UTC-8, Job van der Zwan wrote: > > Also (still page 15) section 4.2: *Number/Function “*11 *misses the > closing quotes > > (I hope it's obvious I find this an enjoyable read in general, just trying > to help out with the editing) >
