jackpolynomials 0.1.0
pip install jackpolynomials
Latest version
Released:
Jack polynomials.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL-3.0-only)
- Author: Stéphane Laurent
- Tags Jack polynomials, Schur polynomials, zonal polynomials, multivariate polynomials, symmetric polynomials
- Requires: Python >=3.7.1, <3.10
Classifiers
- License
- Programming Language
Project description
jackpolynomials
Jack polynomials with Python.
>>> from gmpy2 import mpq
>>> from sympy.combinatorics.partitions import IntegerPartition
>>> from jackpy.jack import JackPol
>>>
>>> poly = JackPol(3, IntegerPartition([2, 1]), alpha = mpq(3, 2))
>>> print(poly)
Poly(7/2*x_0**2*x_1 + 7/2*x_0**2*x_2 + 7/2*x_0*x_1**2 + 6*x_0*x_1*x_2
+ 7/2*x_0*x_2**2 + 7/2*x_1**2*x_2 + 7/2*x_1*x_2**2, x_0, x_1, x_2, domain='QQ')
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL-3.0-only)
- Author: Stéphane Laurent
- Tags Jack polynomials, Schur polynomials, zonal polynomials, multivariate polynomials, symmetric polynomials
- Requires: Python >=3.7.1, <3.10
Classifiers
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jackpolynomials-0.1.0.tar.gz
.
File metadata
- Download URL: jackpolynomials-0.1.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.12 Linux/5.15.0-71-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 570e4f794b266e51852f53f0ee7389632a05475c77edeb3279559e78195e8c2a |
|
MD5 | e0e10c42bcad29422cfa837afff5fdf6 |
|
BLAKE2b-256 | 5a22bdd1942a914421c7ad3f18f6ad40f70dffa8138c9a93c48b9426352389e9 |
File details
Details for the file jackpolynomials-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: jackpolynomials-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.12 Linux/5.15.0-71-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 250b4433260b739b9bd16d4ff7af15b86ad02e0a95811fba81fd15976dec5fb9 |
|
MD5 | 9518d4f0bb3de7192fec8249d7754d3c |
|
BLAKE2b-256 | 6a69edc7b460a48de4fd9944aa66bf7daf73d62a9038926c96f5657d15455276 |