A Numerical Mathematics Packages with an easier and clean user interface.
Project description
ByMa
ByMa is a Python package designed to facilitate numerical mathematics tasks by implementing a range of standard methods, from iterative techniques to bifurcation methods. Noted for its simplicity, clarity, and efficiency, ByMa aims to enhance the learning experience for newcomers to numerical mathematics while streamlining the implementation and utilization of popular scientific libraries such as NumPy, SciPy, and Matplotlib.
Installation
ByMa is best installed in a virtual environment. We state the most common steps for creating and using a virtual environment here. Refer to the documentation for more details.
To create a virtual environment run
python3 -m venv /path/to/new/virtual/environment
and to activate the virtual environment, run
source /path/to/new/virtual/environment/bin/activate
After this, we can install ByMa from the pip package by using
pip install byma
In case the dependencies are not installed, you can run
pip install -e .
Packages
ByMa consists of several subpackages, each serving a distinct purpose:
- nuby: Numerical Bifurcation Analysis Tools
- iteral: Tools for iterative algorithms
- pyplot: Tools for plotting functions
- interface: Interface functionalities
Authors
- Lorenzo Zambelli website
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
Built Distribution
File details
Details for the file byma-0.1.11.tar.gz
.
File metadata
- Download URL: byma-0.1.11.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f720477f17e3c2e2f2284292dfe2e5c53df1b3febec0e0c95d6117463b1c84d2 |
|
MD5 | a354578a3a735e840eb7992f3a32c590 |
|
BLAKE2b-256 | afcc09e880192d34bc260d89919c29af9a15d919802ad0dc07d9b539eb2299d8 |
File details
Details for the file byma-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: byma-0.1.11-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbfa219178ea1966c462ae0aa3dba0f3065c2bc515cad2de6aa02bcda7444780 |
|
MD5 | df8835fc928b74dea923e3be845262bf |
|
BLAKE2b-256 | 3257c16e949f89da257f3df7a0c511d9c056412f9b1e7a54c77302b4d93fbafa |