C++による数値計算のレシピ(第2版)<br>Numerical Recipes in C++ : The Art of Scientific Computing (2 SUB)

C++による数値計算のレシピ(第2版)
Numerical Recipes in C++ : The Art of Scientific Computing (2 SUB)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Hardcover:ハードカバー版/ページ数 1002 p.
  • 言語 ENG
  • 商品コード 9780521750332
  • DDC分類 519.402855133

基本説明

The power of Numerical Recipes is now available to C++ users. Completely self-contained and fully compliant with the new ANSI/ISO C++ standard, the book features more than 300 supreme routines that provide a rock-solid basis for Scientific Computing of every kind.

Full Description


Now the acclaimed Second Edition of Numerical Recipes is available in the C++ object-oriented programming language. Including and updating the full mathematical and explanatory contents of Numerical Recipes in C, this new version incorporates completely new C++ versions of the more than 300 Numerical Recipes routines that are widely recognized as the most accessible and practical basis for scientific computing. The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. Highlights include 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. The authors' approach to C++ preserves the efficient execution that C users expect, while simultaneously employing a clear, object-oriented interface to the routines. Tricks and tips for scientific computing in C++ are liberally included. The routines, in ANSI/ISO C++ source code, can thus be used with almost any existing C++ vector/matrix class library, according to user preference. A simple class library for stand-alone use is also included in the book. Both scientific programmers new to C++, and experienced C++ programmers who need access to the Numerical Recipes routines, can benefit from this important new version of an invaluable, classic text.

Contents

1. Preliminaries; 2. Solution of linear algebraic equations; 3. Interpolation and extrapolation; 4. Integration of functions; 5. Evaluation of functions; 6. Special functions; 7. Random numbers; 8. Sorting; 9. Root finding and nonlinear sets of equations; 10. Minimization or maximization of functions; 11. Eigensystems; 12. Fast Fourier transform; 13. Fourier and spectral applications; 14. Statistical description of data; 15. Modeling of data; 16. Integration of ordinary differential equations; 17. Two point boundary value problems; 18. Integral equations and inverse theory; 19. Partial differential equations; 20. Less-numerical algorithms; References.