Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

byma

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byma

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

  • 0.1.11
  • PyPI
  • Socket score

Maintainers
1

ByMa

PyPI - Version PyPI 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc