An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![release](https://github.com/gap-packages/smallantimagmas/actions/workflows/release-bump.yml/badge.svg)](https://github.com/gap-packages/smallantimagmas/actions/workflows/release-bump.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17165677.svg)](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