Skip to main content

A Numerical Mathematics Packages with an easier and clean user interface.

Project description

ByMa

PyPI - Version PyPI Downloads Conda Downloads Libraries.io dependency status for specific release Libraries.io dependency status for specific release GitLab Last Commit Static Badge

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

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

byma-0.1.6.tar.gz (32.0 kB view hashes)

Uploaded Source

Built Distribution

byma-0.1.6-py3-none-any.whl (22.6 kB view hashes)

Uploaded Python 3

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