freegroup-package | R Documentation |
The free group in R; juxtaposition is represented by a plus. Includes inversion, multiplication by a scalar, group-theoretic power operation, and Tietze forms. To cite the package in publications please use Hankin (2022) <doi:10.48550/ARXIV.2212.05883>.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
p <- rfree(10,6,3)
x <- as.free('x')
p+x
p^x
sum(p)
abelianize(p)
subsu(p,"ab","z")
subs(p,a='z')
discard(p+x,'a')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.