Skip to main content

Mathematical Experiments

Project description

MATHematical EXPeriments: mathexp

The mathexp repo contains a general set symbolic expression utilities, mostly for extending the capabilities of sympy. The repo also contains a set of executable scripts for performing various mathematical experiments. Caveat lector.

Installation

pip install mathexp

Sample Usage

Working with integer partitions

from maths.comb import partition

partition.from_str('3+2+1')
>> > IntegerPartition([3, 2, 1])

More documentation to come.

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

mathexp-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

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