This repo has the vibe from the show The Marvelous Mrs. Maisel
it really does...
- permutation notations: one-line and disjoint cycle
- composition of permutations
- cyclic subgroup in symmetric group
- parity of a permutation
- generate all possible permutation of n objects (Heap's algorithm)
- generate all groups of order n (for small n) using backtracking
- check if two groups are isomorphic to each other
- addition, scalar multiplication, transpose
- matrix multiplication
- symmetric matrix
- identity matrix
- invertible matrix
- trace
- determinant (leibniz formula)