vault backup: 2026-04-07 11:36:49

This commit is contained in:
Jan Meyer
2026-04-07 11:36:49 +02:00
parent 7d43c40cc3
commit 6dab139925
17 changed files with 24 additions and 20 deletions

11
Studium/DAS/Groups.md Normal file
View File

@@ -0,0 +1,11 @@
Groups are Closures that have the following properties:
1. **closure**: Every element which is a result of the binary operation of the group is part of the group
2. **associativity**: changing the order of operations doesn't change the result
3. **identity**: there is a neutral element ($0$ in addition, $1$ in multiplication)
4. **inverses**: every element has a element when combined results in the identity element ($+5 + (-5) = 0$)
## Order of elements in a cyclic group
$"order"(a) = n/("gcd(a,n)")$
$n$: from $ZZ\/10ZZ$ => $10$
$a$: element to find order of