1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
%
% references.bib
%
% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
%
@book{buch:mathsem-dgl,
title = {Mathematisches Seminar Differentialgleichungen},
author = { Andreas M"uller and others },
year = {2016},
}
@online{buch:fftw,
title = {Fastest Fourier Transform in the West},
url = {http://www.fftw.org/},
DAY = {23},
MONTH = {july},
YEAR = 2018
}
@online{buch:repo,
subtitle = {Source Code Repository},
author = {Andreas Müller},
url = {https://github.com/AndreasFMueller/SeminarNumerik.git},
DAY = 6,
MONTH = {february},
YEAR = 2020
}
@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},
year = 2018,
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}
}
|