vote up 4 vote down star
1

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?

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...

flag

40% accept rate

4 Answers

vote up 5 vote down

If you consider Numerical Recipes, you should probably be aware of some criticism: Why not use Numerical Recipes?

Some alternatives are listed here.

link|flag
vote up 1 vote down

Numerical Recipes is a good reference, but if I were to recommend a book to read cover to cover, it would be Numerical Methods that Work. 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.

link|flag
vote up 1 vote down

The venerable and unmatched Stroud.

Engineering Mathematics and Advanced Engineering Mathematics.

link|flag
vote up 1 vote down

Try Hamming's Numerical Methods for Scientists and Engineers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.