https://github.com/gap-packages/smallantimagmas
A library of antiassociative magmas of small order.
https://github.com/gap-packages/smallantimagmas
antiassociative gap-system groupoid magma
Last synced: 5 months ago
JSON representation
A library of antiassociative magmas of small order.
- Host: GitHub
- URL: https://github.com/gap-packages/smallantimagmas
- Owner: gap-packages
- License: gpl-3.0
- Created: 2024-03-27T22:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T19:31:58.000Z (7 months ago)
- Last Synced: 2025-11-20T21:15:56.877Z (7 months ago)
- Topics: antiassociative, gap-system, groupoid, magma
- Language: GAP
- Homepage: https://gap-packages.github.io/smallantimagmas/
- Size: 2.95 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/gap-packages/smallantimagmas/actions/workflows/release-bump.yml)
[](https://doi.org/10.5281/zenodo.17165677)
## smallantimagmas
A library of antiassociative magmas of small order.
## Installation
* Simply use [`packagemanager`][gap-pkg-packagemanager-homepage].
```
gap> LoadPackage("packagemanager");
true
gap> InstallPackage("https://github.com/gap-packages/smallantimagmas.git");
#I Created directory /home/limakzi/.gap/
#I Created directory /home/limakzi/.gap/pkg/
#I Cloning to /home/limakzi/.gap/pkg/smallantimagmas ...
#I Package cloned successfully
#I Checking dependencies for smallantimagmas...
#I GAPDoc 1.5: true
#I Building documentation (using makedoc.g)...
Extracting manual examples for smallantimagmas package ...
1 chapters detected
Chapter 1 : extracted 20 examples
true
gap>
```
* _Alternative_; just put `smallantimagmas` package in your `pkgs` directory.
## Acknowledgements
This work was supported by:
* The grant WZ/WI-IIT/2/2025 from the Bialystok University of Technology and funded from the resources for research by the Ministry of Science and Higher Education of Poland.
* The grant from the London Mathematical Society: Scheme 4 Research in Pairs.
[gap-pkg-packagemanager-homepage]: https://github.com/gap-packages/PackageManager