Narrow your search

Library

ULiège (10)

KU Leuven (9)

UGent (7)

ULB (7)

UNamur (7)

UAntwerpen (6)

UCLouvain (6)

UHasselt (5)

VUB (5)

UMons (4)

More...

Resource type

book (12)


Language

English (12)


Year
From To Submit

2007 (1)

2002 (1)

1996 (3)

1994 (1)

1989 (2)

More...
Listing 1 - 10 of 12 << page
of 2
>>
Sort by
Numerical recipes in C++ : the art of scientific computing
Authors: --- ---
ISBN: 0521750334 0521750342 0521750350 Year: 2002 Publisher: Cambridge : Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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.

Numerical recipes : the art of scientific computing
Authors: --- ---
ISBN: 9780521880688 9780521884075 9780521884075 0521880688 0521884071 9780521706858 0521706858 9780521884071 Year: 2007 Publisher: Cambridge: Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Co-authored by four leading scientists from academia and industry, Numerical Recipes Third Edition starts with basic mathematics and computer science and proceeds to complete, working routines. Widely recognized as the most comprehensive, accessible and practical basis for scientific computing, this new edition incorporates more than 400 Numerical Recipes routines, many of them new or upgraded. The executable C++ code, now printed in color for easy reading, adopts an object-oriented style particularly suited to scientific applications. The whole book is presented in the informal, easy-to-read style that made earlier editions so popular. Please visit www.nr.com or www.cambridge.org/numericalrecipes for more details. New key features:, 2 new chapters, 25 new sections, 25% longer than Second Edition, Thorough upgrades throughout the text, Over 100 completely new routines and upgrades of many more., New Classification and Inference chapter, including Gaussian mixture models, HMMs, hierarchical clustering, Support Vector Machines, New Computational Geometry chapter covers KD trees, quad- and octrees, Delaunay triangulation, and algorithms for lines, polygons, triangles, and spheres, New sections include interior point methods for linear programming, Monte Carlo Markov Chains, spectral and pseudospectral methods for PDEs, and many new statistical distributions, An expanded treatment of ODEs with completely new routines Plus comprehensive coverage of, 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 And much, much more!

Numerical recipes in Fortran 77 : the art of scientific computing
Authors: --- ---
ISBN: 052143064X 0521574390 0521574404 0521437210 0521437172 0521437199 0521437164 9780521437219 9780521430647 9780521574396 Year: 1996 Volume: 2 Publisher: Cambridge: Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The second volume of the Fortran Numerical Recipes series, Numerical Recipes in Fortran 90 contains a detailed introduction to the Fortran 90 language and to the basic concepts of parallel programming, plus source code for all routines from the second edition of Numerical Recipes. This volume does not repeat any of the discussion of what individual programs actually do, the mathematical methods they utilize, or how to use them.

Keywords

Programming --- FORTRAN (Computer program language) --- FORTRAN (Langage de programmation) --- FORTRAN 77 (Computer program language) --- Computer programs. --- Formula Translation (Computer program language) --- language classifications: applicative languages data-flow languages design languages extensible languages macro and assembly languages nonprocedural languages specialized application and very high-level languages (Programminglanguages) --- FORTRAN (Computer program language). --- FORTRAN 77 (Computer program language). --- 681.3*D32 language classifications: applicative languages data-flow languages design languages extensible languages macro and assembly languages nonprocedural languages specialized application and very high-level languages (Programminglanguages) --- Numerical analysis --- Science --- Data processing. --- Mathematics --- 681.3*D32 --- 681.3*D32 language classifications: applicative languages; data-flow languages; design languages; extensible languages; macro and assembly languages; nonprocedural languages; specialized application and very high-level languages (Programminglanguages) --- language classifications: applicative languages; data-flow languages; design languages; extensible languages; macro and assembly languages; nonprocedural languages; specialized application and very high-level languages (Programminglanguages) --- Programming languages (Electronic computers) --- 519.68 --- 681.3*D3 --- 681.3*D3 Programming languages --- Programming languages --- 519.68 Computer programming --- Computer programming --- Natural science --- Science of science --- Sciences --- Computer programs --- Mathematics&delete& --- Software. --- mathematics --- Computers --- Computer software --- Analyse numérique --- Logiciels --- Mathématiques --- Natural sciences --- Computers. --- Software languages --- FORTRAN --- Automatic computers --- Automatic data processors --- Computer hardware --- Computing machines (Computers) --- Electronic brains --- Electronic calculating-machines --- Electronic computers --- Hardware, Computer --- Computer systems --- Cybernetics --- Machine theory --- Calculators --- Cyberspace --- Monograph --- COMPUTER PROGRAM LANGUAGE --- Mathematics. --- Computer pograms --- Numerical analysis. --- Science. --- Mathematical analysis --- Math --- Analyse numérique. --- Langages de programmation --- Algorithmes --- Numerical analysis - Computer programs --- Science - Mathematics - Computer programs --- Numerical analysis - Computer programs. --- Science - Mathematics - Computer programs. --- Fortran (computer program language) --- Software --- Fortran 77 (computer program language) --- Data processing --- Analyse numerique --- Programme informatique --- FORTRAN (COMPUTER PROGRAM LANGUAGE) --- NUMERICAL ANALYSIS --- SCIENCE --- COMPUTER PROGRAMS --- MATHEMATICS

Numerical recipes : the art of scientific computing
Authors: --- ---
ISBN: 0521308119 9780521308113 Year: 1987 Publisher: Cambridge : Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book aims to teach the methods of numerical computing, and as such it is a practical reference and textbook for anyone using numerical analysis. The authors provide the techniques and computer programs needed for analysis and also advice on which techniques should be used for solving certain types of problems. The authors assume the reader is mathematically literate and is familiar with FORTRAN and PASCAL programming languages, but no prior experience with numerical analysis or numerical methods is assumed. The book includes all the standard topics of numerical analysis (linear equations, interpolation and extrapolation, integration, nonlinear rootfinding, eigensystems and ordinary differential equations). The programs in the book are in ANSI-standard FORTRAN-77 for the main text, and are repeated in UCSDPASCAL at the end. They are available on discs for use on IBM-PC microcomputers and their compatibles. A workbook providing sample programs that illustrate the use of each subroutine and procedure is available, as well as discs giving programs listed in the book in USCD-PASCAL and FORTRAN-77 for use on IBM-PC microcomputers and their compatibles.

Numerical recipes in C : the art of scientific computing.
Authors: --- ---
ISBN: 0521431085 0521437202 0521437148 0521437245 0521437156 9780521431088 9780521437202 9780521437158 9780521437240 9780521437141 Year: 1994 Publisher: Cambridge : Cambridge University,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.

Keywords

C (Computer program language) --- 681.3 --- 681.3*J2 --- 681.3*J2 Physical sciences and engineering (Computer applications) --- Physical sciences and engineering (Computer applications) --- Computerwetenschap --- 005.369 --- 519.40285 --- 681.3*D1 --- 681.3*D1 Programming techniques--See also {681.3*E} --- Programming techniques--See also {681.3*E} --- Programming --- Numerical analysis --- numerieke analyse --- C (informatica) --- wiskunde --- 681.3* / / / / / / / / / / / / / / / / / / / / / / / / / / / / --- C (Computer program language). --- Agrotechnology and Food Sciences. Information and Communication Technology --- Programming, Programming Languages. --- Algoritmen. --- C (programmeertaal). --- Numerieke wiskunde. --- Programmatuur. --- C (langage de programmation) --- computer applications --- Artificial intelligence. Robotics. Simulation. Graphics --- C (Langage de programmation) --- AA / International- internationaal --- 303.0 --- Statistische technieken in econometrie. Wiskundige statistiek (algemene werken en handboeken). --- COMPUTER PROGRAMS --- PROGRAMMING LANGUAGES --- NUMERICAL ANALYSIS --- LANGUAGE C --- Monograph --- Computer programs. --- Numerical analysis. --- Mathematical analysis --- Computer program files --- Files, Computer program --- Program files, Computer --- Programs, Computer --- Computer files --- Computer software --- Statistische technieken in econometrie. Wiskundige statistiek (algemene werken en handboeken) --- Réseaux d'ordinateurs --- Computer networks --- Réseaux d'ordinateurs. --- Calculs numériques --- Langages de programmation --- Algebre lineaire --- Calcul integral --- Algorithme

Numerical recipes in Pascal : the art of scientific computing
Authors: --- ---
ISBN: 0521375169 0521375320 0521376750 0521375339 9780521375160 Year: 1989 Publisher: Cambridge: Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This version of the first edition of Numerical Recipes contains the original 200 routines translated into Pascal along with the tutorial text. In a single volume, Numerical Recipes in Pascal provides lucid, easy-to-read discussions of the most important practical numerical techniques for science and engineering. The programs contained in this book are also available as machine-readable code on the Numerical Recipes Code CD-ROM with Windows/Macintosh Single Screen License.


Book
Numerical recipes example book (C)
Authors: --- ---
ISBN: 0521357462 0521354676 9780521357463 9780521354677 Year: 1988 Publisher: Cambridge: Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Numerical recipes in Fortran 77 : the art of scientific computing
Authors: --- ---
Year: 1996 Publisher: Cambridge: Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords


Book
Highlights of modern astrophysics : concepts and controversies
Authors: --- --- ---
ISBN: 0471824216 Year: 1986 Publisher: New York : John Wiley & Sons,


Book
Numerical Recipes in C : the art of scientific computing
Authors: --- --- ---
ISBN: 052135465X 0521354668 9780521354653 9780521354660 Year: 1989 Publisher: Cambridge : Cambridge university press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 12 << page
of 2
>>
Sort by