Overview

The module computes various polynomials useful for webnucleo projects. In particular, the package has modules to compute symmetric and Bell polynomials for input sets of variables. For the complete Bell polynomials, the package also has a routine to invert an appropriate set of Bell polynomials to find the variables that would give rise to those polynomials.

Installation

Install from PyPI with pip by typing in your favorite terminal:

$ pip install wnpoly

Usage

To learn how to use the package, follow the Jupyter notebook tutorial.

Authors

Contribute

License

The project is licensed under the GNU Public License v3 (or later).

Documentation

The project documentation is available at https://wnpoly.readthedocs.io.