ENGLISH

Numerical Recipes in C: The Art of Scientific Computing

Book information

Publisher
Cambridge University Press
Year
1992
ISBN
9780521431088, 0521431085
LCC
QA76.73.C15 N865 1992
Open Library ID
OL1137768M
Language
english
Format
PDF
Filesize
18 MB (18432079 bytes)
Edition
2
Pages
1187\1187
Time added
2010-05-17 00:23:50

Description

I totally agree with another reviewer that the biggest drawback of numerical recipes (NR) is that first you have to buy them to see whether you need it or not afterall. Linux these days is way more user-friendly than it used to be. If you have fedora or ubuntu, get gsl with one line
On fedora:
yum install gsl gsl-devel
On ubuntu:
sudo apt-get install gsl-bin gsl-ref-html
That's it, people! What can be harder!

GSL documentation is free online, but you can order a book as well.
GNU Scientific Library Reference Manual - 2nd Edition

P.S. also GSL library can be used together with c++ code.

Similar books