aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/references.bib
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-12 07:44:15 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-12 07:44:15 +0200
commit09e2c20b0a41a36161547b2628366db1e048eaf8 (patch)
tree19ce49dcdcf7ebe7835432ecc81b66ac1a97f7ec /buch/chapters/references.bib
parentmore chapter skeletons (diff)
downloadSeminarSpezielleFunktionen-09e2c20b0a41a36161547b2628366db1e048eaf8.tar.gz
SeminarSpezielleFunktionen-09e2c20b0a41a36161547b2628366db1e048eaf8.zip
add some info on elliptic functions
Diffstat (limited to 'buch/chapters/references.bib')
-rw-r--r--buch/chapters/references.bib98
1 files changed, 12 insertions, 86 deletions
diff --git a/buch/chapters/references.bib b/buch/chapters/references.bib
index 15c0ea0..b047d23 100644
--- a/buch/chapters/references.bib
+++ b/buch/chapters/references.bib
@@ -16,14 +16,14 @@
year = {2016},
}
-@online{buch:fftw,
- title = {Fastest Fourier Transform in the West},
- url = {http://www.fftw.org/},
- DAY = {23},
- MONTH = {july},
- YEAR = 2018
+@book{buch:linalg,
+ title = {Lineare Algebra},
+ author = {Andreas Müller und Tabea Méndez },
+ url = {https://github.com/AndreasFMueller/LinAlg.git},
+ year = {2018}
}
+
@online{buch:repo,
subtitle = {Source Code Repository},
author = {Andreas Müller},
@@ -33,85 +33,6 @@
YEAR = 2022
}
-@book{buch:henrici,
- author = {Peter Henrici},
- title = {Essentials of numerical analysis},
- subtitle = {With pocket calculator demonstrations},
- year = 1982,
- publisher = {John Wiley and Sons, Inc.},
- isbn = {0-471-05904-8}
-}
-
-@online{buch:tartaglia,
- title = {Niccolò Tartaglia},
- url = {https://de.wikipedia.org/wiki/Niccolò_Tartaglia},
- date = {2020-02-06},
- year = {2020},
- month = {2},
- day = {6}
-}
-
-@online{buch:kahan-summation,
- title = {Kahan summation algorithm},
- url = {https://en.wikipedia.org/wiki/Kahan_summation_algorithm},
- date = {2020-02-29},
- year = {2020},
- month = {2},
- day = {29}
-}
-
-@book{buch:watkins,
- title = {Fundamentals of Matrix Computations},
- author = {David S. Watkins},
- year = 2010,
- publisher = {John Wiley and Sons, Inc.},
- edition = {3}
-}
-
-@online{buch:lissajous,
- title = {Makeing Shapes with PSLab Oscilloscope},
- author = {CloudyPadmal},
- url = {https://blog.fossasia.org/making-shapes-with-pslab-oscilloscope/},
- DAY = 7,
- month = 3,
- year = 2020
-}
-@book{buch:richardson,
- title = {The emergence of numerical weather prediction: Richardson's dream},
- author = {Peter Lynch},
- year = 2006,
- publisher = {Cambridge University Press},
- isbn = {978-0-52-185729-1}
-}
-
-@book{buch:dieudonne,
- title={Foundations of Modern Analysis},
- author={Jean Dieudonn{\'e}},
- number={Vol. 1},
- lccn={60008049},
- series={Dieudonn{\'e}, Jean: Treatise on analysis},
- year={1960},
- publisher={Academic Press}
-}
-
-@book{buch:ebbinghaus,
- title = {Zahlen},
- year = 1983,
- inseries = {Grundwissen Mathematik},
- volume = 1,
- publisher = {Springer-Verlag},
- author = { Hans-Dieter Ebbinghaus et al },
- isbn = { 3-540-12666-X }
-}
-
-@online{buch:primitivepolynomiallist,
- title = {Primitive Polynomial List},
- url = {https://www.partow.net/programming/polynomials/index.html},
- day = 8,
- month = 3,
- year = 2021
-}
-
@book{skript:landaulifschitz1,
author = {Landau, L. D. and Lifschitz, E. M.},
title = {Mechanik},
@@ -140,5 +61,10 @@
year = 1982
}
-
+@online{buch:wolfram,
+ author = {Stephen Wolfram},
+ title = {The History and Future of Special Functions},
+ year = {2005},
+ url = {https://www.stephenwolfram.com/publications/history-future-special-functions/}
+}