Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 720 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 720 Bytes

Yurie/Algebra

A Mathematica paclet for implementing and managing finitely presented associative algebras.

Documentation

https://yuriever.github.io/symbolic/Yurie-Algebra/doc/

Install

Install from this repository:

  1. download the built paclet build/*.paclet;

  2. install the paclet:

    PacletInstall@File["the/path/of/paclet"]

Install manually:

  1. download this repository, and move it to the paclet directory $UserBasePacletsDirectory;

  2. rebuild the internal paclet data:

    PacletDataRebuild[]

Load

Needs["Yurie`Algebra`"]

Upgrade

PacletInstall["Yurie/Algebra"]

Uninstall

PacletUninstall["Yurie/Algebra"]