aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/references.bib
blob: 571831a552848bccfc4e29bd5cf1c00861b61ae6 (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
%
% references.bib
%
% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
%

@book{buch:mathsem-wavelets,
	title = {Mathematisches Seminar Wavelets},
	author = { Andreas M"uller and others },
	year = {2019},
}

@book{buch:mathsem-dgl,
	title = {Mathematisches Seminar Differentialgleichungen},
	author = { Andreas M"uller and others },
	year = {2016},
}

@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},
	url = {https://github.com/AndreasFMueller/SeminarSpezielleFunktionen.git},
	DAY = 6,
	MONTH = {february},
	YEAR = 2022
}

@book{skript:landaulifschitz1,
        author = {Landau, L. D. and Lifschitz, E. M.},
        title = {Mechanik},
        series = {Lehrbuch der theoretischen Physik},
        volume = {1},
        publisher = {Akademie-Verlag},
        year = {1981},
        language = {german},
}

@online{buch:library:gsl,
	title = {GNU scientific library},
	version = {2.7},
	year = 2021,
	month = 6,
	day = 1
}

@book{buch:pade,
	author = { George A. Baker Jr and Peter Graves-Morris },
	title = { Padé-Approximants },
	series = { Encyclopedia of Mathematics and its applications },
	volume = { 59 },
	publisher = { Cambridge University Press },
	ISBN = { 978-0-521-12509-2 },
	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/}
}

@book{buch:smirnov32,
	title = {Lehrgang der höheren Mathematik},
	author = {Wladimir Ivanowitsch Smirnow},
	volume = { III/2 },
	publisher = {VEB Deutscher Verlag der Wissenschaften},
	year = 1979
}

@book{buch:ab,
	title = {$A = B$},
	author = {Marko Petkov\v{s}ek and Herbert S. Wilf and Doron Zeilberger},
	year = 1996,
	publisher = {A K Peters, Ltd},
	ISBN = {978-1-56881-063-8}
}

@book{buch:numal,
	title = { Numerical Analysis },
	author = { David Kincaid and Ward Cheney },
	year = { 2009 },
	publisher = { American Mathematical Society },
	series = { Pure and applied undergraduate texts },
	volume = { 2 },
	ISBN = { 978-0-8218-4788-6 },
	language = { english },
}

@online{buch:hal,
	author = {Denis Roegel},
	title = {Bürgi's Progress Tabulen (1620): logarithmic tables without logarithms},
	year = {2010},
	url = {https://hal.inria.fr/inria-00543936/document},
	language = { english },
}

@book{buch:lang,
	title = {Algebra},
	author = {Serge Lang},
	year = {1984},
	isbn = { 0-201-05487-6 },
	publisher = { Addison-Wesley }
}

@online{buch:gmp,
	title = {GNU Multiprecision Arithmetic Library},
	DAY = 26,
	MONTH = 5,
	YEAR = 2022,
	url = {https://de.wikipedia.org/wiki/GNU_Multiple_Precision_Arithmetic_Library}
}
@article{buch:pearsondgl,
	title = {Orthogonal matrix polynomials, scalar-type Rordigues' formulas and Pearson equations},
	author = { Antion J. Dur\'an and F. Alberto Grünbaum },
	year = 2005,
	journal = { Journal of Approximation theory },
	volume = 134,
	pages = {267-280}
}

@book{buch:specialfunctions,
	author = { George E. Andrews and Richard Askey and Ranjan Roy },
	title = { Special Functions },
	series = { Encyclopedia of Mathematics and its applications },
	volume = { 71 },
	publisher = { Cambridge University Press },
	ISBN = { 0-521-78988-5 },
	year = 2004
}