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. $2.07, fair condition, Sold by Goodwill rated 4.0 out of 5 stars, ships from Brooklyn Park, MN, UNITED STATES, published 1992 by Cambridge University Press.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Fair. All pages and the cover are intact but shrink wrap dust covers or boxed set case may be missing. Pages may include limited notes highlighting or minor water damage but the text is readable. Item may be missing bundled media.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.75, fair condition, Sold by Evergreen Goodwill rated 5.0 out of 5 stars, ships from Seattle, WA, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, very good condition, Sold by ThriftBooks-Atlanta rated 4.0 out of 5 stars, ships from Austell, GA, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, good condition, Sold by ThriftBooks-Atlanta rated 4.0 out of 5 stars, ships from Austell, GA, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, good condition, Sold by KuleliBooks rated 4.0 out of 5 stars, ships from Phoenix, AZ, UNITED STATES, published 1992 by Cambridge University Press.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. The book may have minor cosmetic wear (i.e. creased spine/cover, scratches, curled corners, folded pages, minor sunburn, minor water damage, minor bent). The book may have some highlights/notes/underlined pages-Accessories such as CD, codes, toys, may not be included-Safe and Secure Mailer-No Hassle Return.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, good condition, Sold by ThriftBooks-Reno rated 4.0 out of 5 stars, ships from Reno, NV, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, good condition, Sold by ThriftBooks-Baltimore rated 4.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, good condition, Sold by ThriftBooks-Dallas rated 4.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, fair condition, Sold by ThriftBooks-Baltimore rated 4.0 out of 5 stars, ships from Halethorpe, MD, UNITED STATES, published 1992 by Cambridge University Press.
Add this copy of Numerical Recipes in C: the Art of Scientific Computing to cart. $2.84, fair condition, Sold by ThriftBooks-Dallas rated 4.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 1992 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.