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
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
mathexp-0.0.2.tar.gz
(2.9 kB
view details)
File details
Details for the file mathexp-0.0.2.tar.gz
.
File metadata
- Download URL: mathexp-0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 001acc7ff4fd4b507aacbc746ad13eeaa291a9aab83b4e07462109dc903e3a2e |
|
MD5 | 36625157dce0faafee84ee23df26bec9 |
|
BLAKE2b-256 | 87a3005481584c238b147781f4780f5253400677ef2999eabd011a646ec2deb6 |