multipolynomial-bases

Sage implementation for bases of multipolynomials


Keywords
SageMath, Schubert, Grothendieck, polynomials
License
GPL-2.0
Install
pip install multipolynomial-bases==1.2

Documentation

Bases of Multivariate polynomials

This package implements different bases of the algebra of multivariate polynomials using SageMath. This work has been started in 2010 and was distriuted in the Sage-combinat experimental package which does not exist anymore. That is why we know offer it as an extra Sage package.

Try examples using binder

Installation

Requirement

sage 9.

Easy way

$ sage -pip install multipolynomial_bases

From source

Download the source from the github and run this command from the repo root:

$ sage  -pip install --upgrade --no-index -v .

Equivalently, you can use the Makefile install command:

$ make install

Usage

Once installed, you can use it in sage by importing the features:

sage: from multipolynomial_bases import *
sage: A.<x> = MultivariatePolynomialAlgebra(QQ)
sage: A
The Multivariate polynomial algebra on x over Rational Field

Documentation

The (partially written) documentation is available here.