diff options
author | LordMcFungus <mceagle117@gmail.com> | 2022-03-08 15:04:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 15:04:08 +0100 |
commit | 83df2bd525918600dd37f10b0abeacb8e397c54d (patch) | |
tree | 4960c853c60a4e2237c8ec17ba4c4668c5089509 /buch/papers/zeta/references.bib | |
parent | improve slides (diff) | |
parent | fix buchcover (diff) | |
download | SeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.tar.gz SeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.zip |
Merge pull request #1 from AndreasFMueller/master
update
Diffstat (limited to '')
-rw-r--r-- | buch/papers/zeta/references.bib | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/buch/papers/zeta/references.bib b/buch/papers/zeta/references.bib new file mode 100644 index 0000000..a4f2521 --- /dev/null +++ b/buch/papers/zeta/references.bib @@ -0,0 +1,35 @@ +% +% references.bib -- Bibliography file for the paper zeta +% +% (c) 2020 Autor, Hochschule Rapperswil +% + +@online{zeta:bibtex, + title = {BibTeX}, + url = {https://de.wikipedia.org/wiki/BibTeX}, + date = {2020-02-06}, + year = {2020}, + month = {2}, + day = {6} +} + +@book{zeta: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{zeta: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} +} + |