Home Forums Programming Books and Reviews Numerical Recipes in C

Viewing 0 reply threads
  • Author
    Posts
    • #1903
      will
      Participant

      Author(s) : William H. Press, Saul A. Teukolsky, William T. Vetterling and Brian P. Flannery
      Publication date : Jan 1993
      ISBN : 0-521-43108-5
      Pages : 994
      Publisher : Cambridge University Press
      The aim in writing Numerical Recipes in C was to provide a book that combined general discussion, analytical mathematics, algorithmics, and actual working programs. Hence, a cookbook on numerical computation.

      This book is unique, in offering, for each topic considered, a certain amount of general discussion, a certain amount of analytical mathematics, a certain amount of discussion of algorithmic, and (most important) actual implementations of these ideas in the form of working computer routines.

      The final purpose in this book is thus to open up a large number of computational black boxes to your scrutiny. The book will teach you to take apart these black boxes and to put them back together again, modifying them to suit your specific needs.

      Although the C code seems to be rudely translated from Fortran, this book is a perfect reading for programmers who had forgotten much of the material from their math classes.

      • This topic was modified 3 years ago by M. Saqib.

Viewing 0 reply threads
  • The forum ‘Programming Books and Reviews’ is closed to new topics and replies.