What is the best book on numerical methods? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T03:29:23Z http://stackoverflow.com/feeds/question/453957 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/453957/what-is-the-best-book-on-numerical-methods 4 What is the best book on numerical methods? avalys 2009-01-17T20:22:15Z 2009-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#453972 5 Answer by mattiast for What is the best book on numerical methods? mattiast 2009-01-17T20:29:32Z 2009-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#453986 1 Answer by John D. Cook for What is the best book on numerical methods? John D. Cook 2009-01-17T20:36:07Z 2009-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#453991 1 Answer by annakata for What is the best book on numerical methods? annakata 2009-01-17T20:39:38Z 2009-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#454003 1 Answer by Jason S for What is the best book on numerical methods? Jason S 2009-01-17T20:46:18Z 2009-01-17T20:46:18Z <p>Try Hamming's <a href="http://books.google.com/books?hl=en&amp;id=Y3YSCmWBVwoC" rel="nofollow">Numerical Methods for Scientists and Engineers.</a></p>