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
|
@book{knuth68,
author = "Donald Knuth",
title = "The Art of Computer Programming",
publisher = "Addison-Wesley",
volume = "I",
year = "1968",
}
@misc{lang-algebra,
title = {Algebra},
author = {Serge Lang},
year = {2002},
publisher = {Springer}
}
@book{szamuely,
title = {Galois groups and fundamental groups},
author = {Szamuely, Tam{\'a}s},
year = {2009},
publisher = {Cambridge University Press}
}
@PhdThesis{th,
author = {Tronto},
title = {Kummer Theory},
school = {Uni.lu},
year = {2022},
}
@book{rudin1962fourier,
title={Fourier analysis on groups},
author={Rudin, Walter},
volume={121967},
year={1962},
publisher={Wiley Online Library}
}
|