master > master: protokolle wochen 11–13

This commit is contained in:
RD 2022-06-30 06:41:54 +02:00
parent 2d96666bec
commit c1f346b80e
4 changed files with 27 additions and 2 deletions

View File

@ -15,8 +15,8 @@ Inhaltsverzeichnis
-->
- [Vorlesungswoche 10](./woche10.md)
- [Vorlesungswoche 11](./woche11.md)
<!--
- [Vorlesungswoche 12](./woche12.md)
- [Vorlesungswoche 13](./woche13.md)
<!--
- [Vorlesungswoche 14](./woche14.md)
-->

View File

@ -2,7 +2,7 @@
## Agenda ##
- [ ] Rucksackproblem
- [x] Rucksackproblem
- Greedyalgorithmus
- Branch & Bound

6
protocol/woche12.md Normal file
View File

@ -0,0 +1,6 @@
# Vorlesungswoche 12 (20.26. Juni 2022) #
## Agenda ##
- [x] Adaptive, Gradient, Metropolis Walks
- [x] Motivation und Erklärung der Bestandteile

19
protocol/woche13.md Normal file
View File

@ -0,0 +1,19 @@
# Vorlesungswoche 13 (27. Juni 3. Juli 2022) #
## Agenda ##
- [ ] ein wenig Algebra:
- [ ] modulare Arithmetik
- [ ] zyklische (Unter)gruppen; Anwendung `ф(n) := ord((/n)ˣ)`.
- [ ] der kleine Fermat: `a^ф(n) ≡ 1 mod n`.
- [ ] Euklid:
- [ ] Rekursives Ausrechnen von `d := ggT(a,b)`.
- [ ] Extrahieren der Koeffizienten für die Gleichung `d = xa + yb`.
- [ ] Anwendung auf Sonderfall `d = 1` für Inversion modulo `n`.
- [ ] Pollard-Rho
- [ ] Was liefert der Algorithmus?
- [ ] Was garantiert das?
### Nächste Woche/n ###
- Wiederholung zur Klausurvorbereitung