master > master: protokolle wochen 11–13
This commit is contained in:
parent
2d96666bec
commit
c1f346b80e
@ -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)
|
||||
-->
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
## Agenda ##
|
||||
|
||||
- [ ] Rucksackproblem
|
||||
- [x] Rucksackproblem
|
||||
- Greedyalgorithmus
|
||||
- Branch & Bound
|
||||
|
||||
|
6
protocol/woche12.md
Normal file
6
protocol/woche12.md
Normal 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
19
protocol/woche13.md
Normal 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
|
Loading…
Reference in New Issue
Block a user