A Mathematica paclet for implementing and managing finitely presented associative algebras.
https://yuriever.github.io/symbolic/Yurie-Algebra/doc/
Install from this repository:
-
download the built paclet
build/*.paclet
; -
install the paclet:
PacletInstall@File["the/path/of/paclet"]
Install manually:
-
download this repository, and move it to the paclet directory
$UserBasePacletsDirectory
; -
rebuild the internal paclet data:
PacletDataRebuild[]
Needs["Yurie`Algebra`"]
PacletInstall["Yurie/Algebra"]
PacletUninstall["Yurie/Algebra"]