Product Details
Numerical Recipes Example Book (C++): The Art of Scientific Computing

Numerical Recipes Example Book (C++): The Art of Scientific Computing
By William T. Vetterling, William H. Press, Saul A. Teukolsky, Brian P. Flannery

Price:

This item is not available for purchase from this store.
Click here to go to Amazon to see other purchasing options.


3 new or used available from £128.95

Average customer review:

Product Description

This example book contains C++ source programs that exercise and demonstrate all of the subroutines, procedures, and functions in Numerical Recipes in C++. The book will be a valuable aid to readers wishing to incorporate Numerical Recipes procedures and subroutines into larger programs and to conduct simple validation tests. Each example program contains comments and is prefaced by a short description of what it does and of which Numerical Recipes routines it exercises. In cases where the demonstration programs require input data, those data are also supplied. In some cases, sample output is also shown.


Product Details

  • Amazon Sales Rank: #665546 in Books
  • Published on: 2002-02-07
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 330 pages

Customer Reviews

The "How to" of scientific and engineering programming4
A great reference for finding out how to do things like root-finding and solving systems of equations. Programmers will probably moan about the implementations, but us engineers love it! This is not just a book of routines (see the companion book of examples for raw listings) but the authors actually do a good job of explaining the coding methods - I have chosen to eschew the code provided and write my own routines based on the explanations (This also circumvents the excessively restrictive licensing). Indeed, even if you using a language other than C, the book can still be invaluable insight to the methodology required. The licensing of the software in the book requires you to type in the programs by hand or otherwise purchase the routines as softcopy and another license.