Home › Forums › Programming Books and Reviews › Numerical Recipes in C
- This topic has 0 replies, 1 voice, and was last updated 19 years, 4 months ago by will.
- AuthorPosts
- July 11, 2005 at 3:17 pm #1903willParticipant
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, 7 months ago by M. Saqib.
- AuthorPosts
- The forum ‘Programming Books and Reviews’ is closed to new topics and replies.