vix.ing · top · new · best · stats · spec

The free algebra in R

2022/11/08 by Robin K. S. Hankin, Hankin, Robin K. S.
Computer Science · #Data Analysis with R #FOS: Computer and information sciences #Symbolic Computation (cs.SC)

paper · pdf · doi:10.48550/arxiv.2211.04002

openalex publication_date 2022/11/08 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

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.

Related