linalg2020/notes/berechnungen_wk13.md

36 lines
307 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Woche 13 #
/10
0 1 2 3 4 5 6 7 8 9
x √ x √ x x x √ x √
invertierbare Elemente: {1, 3, 7, 9}.
k invertierbar in /n
⟺ ggT(k, n) = 1
⟺ k, n teilerfremd
TODO: Inverse von Zahl modulo p
/2
0 1
- 1
/3
0 1 2
- 1 2
/5
0 1 2 3 4
- 1 3 2 4
/7
0 1 2 3 4 5 6
- 1 4 5 2 3 6