Jump to ratings and reviews
Rate this book

Numerical Recipes in C++: The Art of Scientific Computing

Rate this book
The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a comprehensive text and reference work on scientific computing. Thoroughly self-contained, it proceeds from mathematical and theoretical considerations to actual, practical computer routines. This new version incorporates completely new C++ versions of the more than 300 Numerical Recipes Second Edition routines widely recognized as the most accessible and practical basis for scientific computing, in addition to including the full mathematical and explanatory contents of Numerical Recipes in C. Key

1002 pages, Hardcover

First published February 1, 2002

4 people are currently reading
98 people want to read

About the author

William H. Press

30 books4 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
16 (33%)
4 stars
24 (50%)
3 stars
4 (8%)
2 stars
4 (8%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
6 reviews
September 2, 2008
Very useful, if you just need to implement something and don't want to make the research all on your own and from scratch. Some source code examples use Macros, which seem to be relics from the old book (e.g. SQR(x), which seems to ((x)*(x)) ) But useful anyhow...
33 reviews1 follower
Read
July 16, 2018
bible for getting things started.

don't use it as a refined library. authors make a lot of shortcuts to keep things simple and use some bad programming practices (comparing to boost for example). Still, I ran the code on computers with 160k CPUs and can be used out of the box in most cases.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.