diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-09-24 13:30:29 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-09-24 13:30:29 -0400 |
commit | fa5b09fa0e2b9ceb858c1b60353e27b56049d69f (patch) | |
tree | 1dea66408477eca625be7b62849da08af653b623 /matlabbook.bib | |
parent | 22de5de90371c5f35367a33af016a544597395eb (diff) | |
download | bibliography-fa5b09fa0e2b9ceb858c1b60353e27b56049d69f.tar.gz bibliography-fa5b09fa0e2b9ceb858c1b60353e27b56049d69f.zip |
added numerical recipes book to biblio
Diffstat (limited to 'matlabbook.bib')
-rw-r--r-- | matlabbook.bib | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/matlabbook.bib b/matlabbook.bib index 42c8d79..fe90d0c 100644 --- a/matlabbook.bib +++ b/matlabbook.bib @@ -26,3 +26,15 @@ volume = "" } + +@book{numerical_recipes_book, + author = {Press, William H. and Teukolsky, Saul A. and Vetterling, William T. and Flannery, Brian P.}, + title = {Numerical Recipes 3rd Edition: The Art of Scientific Computing}, + year = {2007}, + isbn = {0521880688, 9780521880688}, + edition = {3}, + url = {http://www.nr.com/}, + publisher = {Cambridge University Press}, + address = {New York, NY, USA}, +} + |