What is the best book on numerical methods? - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T03:29:23Zhttp://stackoverflow.com/feeds/question/453957http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods4What is the best book on numerical methods?avalys2009-01-17T20:22:15Z2009-01-17T20:46:18Z
<p>I need to use some heavy-duty numerical methods - quadrature, interpolation, ODE solution with expensive derivative terms, etc. What's the best book on the subject?</p>
<p>I will be using packages where I can, but I can already tell there will be times when I need to write my own routines...</p>
http://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods/453972#4539725Answer by mattiast for What is the best book on numerical methods?mattiast2009-01-17T20:29:32Z2009-01-17T20:29:32Z<p>If you consider Numerical Recipes, you should probably be aware of some criticism: <a href="http://www.uwyo.edu/buerkle/misc/wnotnr.html" rel="nofollow">Why not use Numerical Recipes?</a></p>
<p>Some alternatives are listed <a href="http://www.fceia.unr.edu.ar/~fisicomp/apuntes/biblios/altnr.htm" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods/453986#4539861Answer by John D. Cook for What is the best book on numerical methods?John D. Cook2009-01-17T20:36:07Z2009-01-17T20:36:07Z<p>Numerical Recipes is a good reference, but if I were to recommend a book to read cover to cover, it would be <a href="http://rads.stackoverflow.com/amzn/click/0883854503" rel="nofollow">Numerical Methods that Work</a>. It covers the kinds of problems you listed, but more importantly it teaches you how to think like a numerical analyst. Some of the examples are a bit dated, but the principles are very applicable.</p>
http://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods/453991#4539911Answer by annakata for What is the best book on numerical methods?annakata2009-01-17T20:39:38Z2009-01-17T20:39:38Z<p>The venerable and unmatched <a href="http://rads.stackoverflow.com/amzn/click/1403903123" rel="nofollow">Stroud</a>.</p>
<p>Engineering Mathematics and Advanced Engineering Mathematics.</p>
http://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods/454003#4540031Answer by Jason S for What is the best book on numerical methods?Jason S2009-01-17T20:46:18Z2009-01-17T20:46:18Z<p>Try Hamming's <a href="http://books.google.com/books?hl=en&id=Y3YSCmWBVwoC" rel="nofollow">Numerical Methods for Scientists and Engineers.</a></p>