Skip to content

A Sage package to work on multipolynomials bases (Schubert, Grothendieck, Key)

License

Notifications You must be signed in to change notification settings

immagalvez/multipolynomial-bases

 
 

Repository files navigation

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.

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.

About

A Sage package to work on multipolynomials bases (Schubert, Grothendieck, Key)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%