2017-10-20 09:08:09 +00:00
|
|
|
## init.g RAQ: Racks and Quandles in GAP
|
2017-10-18 10:46:13 +00:00
|
|
|
|
2017-10-20 09:08:09 +00:00
|
|
|
# Definitions, generation, and elementary properties and operations.
|
2017-10-18 10:46:13 +00:00
|
|
|
ReadPackage("raq", "gap/structure.gd");
|
2017-10-20 09:08:09 +00:00
|
|
|
|
|
|
|
# Quasigroups, racks, and quandles by multiplication tables
|
|
|
|
ReadPackage("raq", "gap/bytable.gd");
|
|
|
|
|
|
|
|
# Quandles by conjugation
|
2017-10-20 23:00:29 +00:00
|
|
|
ReadPackage("raq", "gap/byconj.gd");
|
2017-10-20 09:08:09 +00:00
|
|
|
|
2017-10-29 22:11:33 +00:00
|
|
|
# Other quandle constructions
|
|
|
|
ReadPackage("raq", "gap/constructions.gd");
|