Skip to content

Commit

Permalink
Update NumericalRecipiesOnline.md
Browse files Browse the repository at this point in the history
Added better caption
  • Loading branch information
rinkug authored Sep 30, 2024
1 parent 4119b58 commit ed7b813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CuratedContent/NumericalRecipiesOnline.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
## Numerical Recipes Books

<!--- deck text start --->
The Numerical Recipes books are available online.
Demystifying Complex Algorithms: The 'Numerical Recipes' Book Series
<!--- deck text end --->

#### Contributed by [Mark C. Miller](https://github.com/markcmiller86) with help from ChatGPT
#### Publication date: October 6, 2024

Resource information | Details
:--- | :---
Resource title | Numerical Recipes: The Art of Scientific Computing, Third Edition
Book title | Numerical Recipes: The Art of Scientific Computing, Third Edition
Authors | W.H. Press, S.A. Teukolsky, W.T. Vetterling, and B.P. Flannery.
Website | [Numerical Recipes](http://numerical.recipes)
Website | [Numerical Recipes](http://numerical.recipes), available online

### Overview
The "Numerical Recipes" series of books provides detailed instructions on implementing a wide variety of numerical algorithms using computer programs.
This series of books is available online.
The material is designed primarily to be *accessible* to scientists and engineers who have no formal background in computer science or numerical methods.
Because of this, topics such as parallelism, scalability, numerical efficiency and modernity (e.g. performance portability) are not a key focus of the material.
Nonetheless, the series explains the theoretical concepts behind each algorithm and offers practical advice on how to effectively implement them including even example code in Fortran and C.
Expand Down

0 comments on commit ed7b813

Please sign in to comment.