A Python library for testing the convergence of mathematical series.
Project description
gensarpy
A Python library for testing the convergence of mathematical series.
Installation
pip install gensarpy
Usage
from gensarpy.convergence_tests import check_convergence
# Test a convergent series
result = check_convergence('1/n**2')
print(result) # Output: Convergent by the P-Series Test
# Test a divergent series
result = check_convergence('1/n')
print(result) # Output: Divergent by the P-Series Test
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
gensarpy-0.1.2.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gensarpy-0.1.2.tar.gz.
File metadata
- Download URL: gensarpy-0.1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db9c7ff917e71be1a09df1e887a1c197ab35bb0d5003094915243994aa700ea9
|
|
| MD5 |
da8f5fbf12fcf3d02671aa18ce82a6f4
|
|
| BLAKE2b-256 |
3d02d3bd5abd0e365ff3d0945dfd6a6595d984df8bd0a736cca16050e59893ee
|
File details
Details for the file gensarpy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gensarpy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad8aadaaa6283094498d435abf36362a9431e269f517d26aade7db4e4c67b0b9
|
|
| MD5 |
2ba9495237dae05cf226d32e7dbb76b0
|
|
| BLAKE2b-256 |
14b505e974a550b53ccccaaa1de9bc6576f05d2793880aef87bc1f2a6f0230fa
|