The product of a unique collaboration among four leading scientists in academic research and industry, "Numerical Recipes in C++" 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.
Read More
The product of a unique collaboration among four leading scientists in academic research and industry, "Numerical Recipes in C++" 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.
Read Less
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $59.58, new condition, Sold by Just one more Chapter rated 3.0 out of 5 stars, ships from Miramar, FL, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $75.21, new condition, Sold by GridFreed rated 5.0 out of 5 stars, ships from North Las Vegas, NV, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $95.23, new condition, Sold by Bonita rated 4.0 out of 5 stars, ships from Santa Clarita, CA, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C++: the Art of Scientific to cart. $96.21, new condition, Sold by Just one more Chapter rated 3.0 out of 5 stars, ships from Miramar, FL, UNITED STATES, published 2002 by Cambridge University Press.
Add this copy of Numerical Recipes in C++: the Art of Scientific to cart. $130.98, new condition, Sold by GridFreed rated 5.0 out of 5 stars, ships from North Las Vegas, NV, UNITED STATES, published 2002 by Cambridge University Press.
Add this copy of Numerical Recipes in C++ 2/E 2002 0-521-75033-4 to cart. $199.95, new condition, Sold by textsforsale rated 5.0 out of 5 stars, ships from Houston, TX, UNITED STATES, published 2002 by Cambridge University Press.
Add this copy of Numerical Recipes in C++: the Art of Scientific to cart. $210.10, new condition, Sold by Bonita rated 4.0 out of 5 stars, ships from Santa Clarita, CA, UNITED STATES, published 2002 by Cambridge University Press.
...that's what my advisor had to say about the authors, most of them renowned astrophysicists. The content would be encountered in an undergraduate computational physics or numerical mathematics class, albeit there it would be both watered down and yet more formally presented. These guys give you the real deal theory complete with implementation albeit with informal insight to appeal to your intuition. For the physicist, C is probably the best language to learn the material, as we are not to be distracted with abstractions until first getting the job done, which is the purpose of this book.
Graduate numerical mathematics, which is basically methods to solve PDEs, are only barely touched upon in this book. As another professor first taught me, all those advanced methods in the end result in a linear system Ax=b. And so x=A^-1 b, which requires ways to invert the matrix A, which is best handled by the procedures described in this book. It is therefore the backbone of numerics.