https://github.com/limakzi/smallantimagmas
A library of antiassociative magmas of small order.
https://github.com/limakzi/smallantimagmas
antiassociative gap-system groupoid magma
Last synced: 3 months ago
JSON representation
A library of antiassociative magmas of small order.
- Host: GitHub
- URL: https://github.com/limakzi/smallantimagmas
- Owner: limakzi
- License: gpl-3.0
- Created: 2024-03-27T22:22:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T15:19:22.000Z (4 months ago)
- Last Synced: 2025-03-26T07:47:51.549Z (3 months ago)
- Topics: antiassociative, gap-system, groupoid, magma
- Language: GAP
- Homepage: https://limakzi.github.io/smallantimagmas/
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/limakzi/smallantimagmas/actions/workflows/release-bump.yaml)
## smallantimagmas
A library of antiassociative magmas of small order.
## Installation
* Simply use [`packagemanager`][gap-pkg-packagemanager-homepage].
```
gap> LoadPackage("packagemanager");
truegap> InstallPackage("https://github.com/limakzi/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.
[gap-pkg-packagemanager-homepage]: https://github.com/gap-packages/PackageManager