The free algebra in R

Robin K. S. Hankin
DOI: https://doi.org/10.48550/arXiv.2211.04002
2022-11-08
Symbolic Computation
Abstract:The free algebra is an interesting and useful algebraic object. Here I introduce "freealg", an R package which furnishes computational support for free algebras. The package uses the standard template library's "map" class for efficiency, which uses the fact that the order of the terms is algebraically immaterial. The package follows "disordR" discipline. I demonstrate some properties of free algebra using the package, and showcase package idiom. The package is available on CRAN at https://CRAN.R-project.org/package=freealg.
What problem does this paper attempt to address?