BracketAlgebras

Documentation for BracketAlgebras.

A Julia package to do calculations in the bracket algebra $\mathcal{B}_{n,d}$. For further mathematical details refer to chapter 3 of Sturmfels, Bernd. 2008. Algorithms in Invariant Theory. 2nd ed. Texts & Monographs in Symbolic Computation. Springer Vienna. https://doi.org/10.1007/978-3-211-77417-5.

The bracket algebra is implemented under the Ring interface of AbstractAlgebra.jl. To use BracketAlgebras.jl, AbstractAlgebra.jl should be loaded

using AbstractAlgebra
using BracketAlgebras

<!– @autodocs Modules = [BracketAlgebras] –>