yuriever / Yurie-Algebra

A Mathematica paclet for implementing and managing finitely presented associative algebras

Home Page:https://yuriever.github.io/symbolic/package/Algebra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yurie/Algebra

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

How to use

Install

Install from this repository:

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

  2. install the paclet:

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

Load the package(s):

Needs["Yurie`Algebra`"];

Upgrade

PacletInstall["Yurie/Algebra"];

Uninstall

PacletUninstall["Yurie/Algebra"];

Documentation

About

A Mathematica paclet for implementing and managing finitely presented associative algebras

https://yuriever.github.io/symbolic/package/Algebra/

License:MIT License


Languages

Language:Mathematica 100.0%