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

Numerical Recipes in C++: The Art of Scientific Computing
By William T. Vetterling, 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.


21 new or used available from $64.99

Average customer review:

Product Description

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 Features:

  • Includes linear algebra, interpolation, special functions, random numbers, nonlinear sets of equations, optimization, eigensystems, Fourier methods and wavelets, statistical tests, ODEs and PDEs, integral equations, and inverse theory.
  • A wealth of tricks and tips for scientific computing in C++
  • The routines, in ANSI/ISO C++ source code, can be used with almost any existing C++ vector/matrix class library, according to user preference
  • Includes a simple class library for stand-alone use Other new Numerical Recipes products for your library...
  • Numerical Recipes Example Book [C++]
  • Numerical Recipes Code CDROM with Windows, DOS, or Macintosh Single Screen License--v2.10 including C++, Second Edition
  • Numerical Recipes Code CDROM with LINUX or UNIX Single Screen License v2.10 including C++, Second Edition
  • Numerical Recipes Code CDROM with Windows, DOS, or Macintosh Single Screen License


  • Product Details

    • Amazon Sales Rank: #583087 in Books
    • Published on: 2002-02
    • Original language: English
    • Number of items: 1
    • Binding: Hardcover
    • 1002 pages

    Editorial Reviews

    Review
    "The book is beautifully produced, very clear, and easy to read. [one]...that every computer laboratory and every serious scientist should own." Computing Reviews

    "...an instant 'classic', a book that should be purchased and read by anyone who uses numerical methods." American Journal of Physics

    "This monumental and classic work is beautifully produced and of literary as well as mathematical quality. It is an essential component of any serious scientific or engineering library." Computing Reviews

    "These books are a must for anyone doing scientific computing." Journal of the American Chemical Society

    "...this book is a comprehensive text and reference work on scientific computing." Mechanical Engineering

    "This encyclopedic book should be read (or at least owned) not only by those who must roll their own numerical methods, but by all who must use prepackaged programs." New Scientist

    "Any technology company that doesn't have a few copies of this work and the accompanying diskettes is wasting the precious time of its best researchers." Forbes

    "A product of a unique collaboration by leading scientists in academia and industry, this book is the second edition of a comprehensive text and reference work on scientific computing." Business Horizons


    Customer Reviews

    Buy "Numerical Recipes in C" instead of this book!2
    If you are considering buying this book because it is newer than "Numerical Recipes in C", don't! Virtually all the algorithms presented use a totally unnecessary "NR" class, which only serves to distinguish the "C" from the "C++" version of the book, and adds a complexity which you and I can live without. This is clearly the result of a "publish or perish" policy.

    "Numerical Recipes in C" has all the same powerfull algorithms presented in a much clearer and simpler way.

    I purchased the "C++" version, and it was a mistake. At this point, I use the "C++" hardcopy for a refference only. I use the free online "C" version for code I can actually use.

    Don't buy this book! Buy "Numerical Recipes in C" instead!

    C++ Edition Is Not ++3
    Virtually all code (with the exception of a rudimentary vector/matrix class library -- which, by the way, now features zero-based arrays, by popular demand) in the book is procedural, not object oriented. Thus, the title of the new edition is misleading, since the "++" features of C++ are not utilized.

    On the other hand, this is *the* classical recipe book for numerical techniques for a wide variety of applications, and is a "must-have" for anybody looking for a good reference for numerical algorithms.

    Bottom line: this edition will be just as useful as any of the other editions (C, Fortran, Pascal, etc) to a C++ programmer. If you are looking for numerical methods using object oriented programming, the only decent books to date are those by Daoqi Yang, and Barton & Nackmann (although the latter is a bit dated).

    Very good book5
    This book is nice, and contains all standard methods of numerical amalysis and linear algebra.

    But!

    There is book called "Numerical Recipes in C" that is basicly the same book, and it could be find at cornell university web pages for free

    So, DON'T BUY THE BOOK - you can find practically the same book for free at the web!