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
|
%
% references.bib -- Bibliography file for the paper fresnel
%
% (c) 2020 Autor, Hochschule Rapperswil
%
@online{fresnel:bibtex,
title = {BibTeX},
url = {https://de.wikipedia.org/wiki/BibTeX},
date = {2020-02-06},
year = {2020},
month = {2},
day = {6}
}
@book{fresnel:numerical-analysis,
title = {Numerical Analysis},
author = {David Kincaid and Ward Cheney},
publisher = {American Mathematical Society},
year = {2002},
isbn = {978-8-8218-4788-6},
inseries = {Pure and applied undegraduate texts},
volume = {2}
}
@article{fresnel:mendezmueller,
author = { Tabea Méndez and Andreas Müller },
title = { Noncommutative harmonic analysis and image registration },
journal = { Appl. Comput. Harmon. Anal.},
year = 2019,
volume = 47,
pages = {607--627},
url = {https://doi.org/10.1016/j.acha.2017.11.004}
}
@online{fresnel:fresnelC,
url = { https://functions.wolfram.com/GammaBetaErf/FresnelC/introductions/FresnelIntegrals/ShowAll.html },
title = { FresnelC },
date = { 2022-05-13 }
}
@online{fresnel:wikipedia,
url = { https://en.wikipedia.org/wiki/Fresnel_integral },
title = { Fresnel Integral },
date = { 2022-05-13 }
}
@online{fresnel:schale,
url = { https://www.youtube.com/watch?v=D3tdW9l1690 },
title = { A Strange Map Projection (Euler Spiral) - Numberphile },
date = { 2022-05-14 }
}
|