Skip to main content

Sage implementation for bases of multipolynomials

Project description

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

https://mybinder.org/badge_logo.svg

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multipolynomial_bases-2.1.tar.gz (254.7 kB view hashes)

Uploaded Source

Built Distribution

multipolynomial_bases-2.1-py3-none-any.whl (69.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page