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.
Installation
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
File details
Details for the file multipolynomial_bases-1.1.tar.gz
.
File metadata
- Download URL: multipolynomial_bases-1.1.tar.gz
- Upload date:
- Size: 71.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f8cb4e469c121e33231eeab137b6a8708f22ec06959ed4d2fc1721eca0d888 |
|
MD5 | a2d32a70cac8fbd87a5b670b1c067b71 |
|
BLAKE2b-256 | 57f09e81ac91f335365652b52464e4fe829645cc23b0f1054f0730ddf9ccaeab |