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
BracketAlgebras.BracketAlgebra
BracketAlgebras.BracketAlgebraElem
BracketAlgebras.Tabloid
BracketAlgebras.atomic_extensors
BracketAlgebras.d
BracketAlgebras.is_standard
BracketAlgebras.n
BracketAlgebras.point_labels
BracketAlgebras.point_labels!
BracketAlgebras.point_ordering
BracketAlgebras.point_ordering!
BracketAlgebras.standard_violation
BracketAlgebras.straighten
BracketAlgebras.straightening_sizyge
<!– @autodocs Modules = [BracketAlgebras]
–>