12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
## init.g RAQ: Racks and Quandles in GAP
|
|
|
|
# Definitions, generation, and elementary properties and operations.
|
|
ReadPackage("raq", "gap/structure.gd");
|
|
|
|
# Quasigroups, racks, and quandles by multiplication tables
|
|
ReadPackage("raq", "gap/bytable.gd");
|
|
|
|
# Quandles by conjugation
|
|
ReadPackage("raq", "gap/byconj.gd");
|
|
|