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

pymbolic

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymbolic

A package for symbolic computation

  • 2024.2.1
  • PyPI
  • Socket score

Maintainers
1

Pymbolic: Easy Expression Trees and Term Rewriting

.. image:: https://gitlab.tiker.net/inducer/pymbolic/badges/main/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/pymbolic/commits/main .. image:: https://github.com/inducer/pymbolic/workflows/CI/badge.svg?branch=main&event=push :alt: Github Build Status :target: https://github.com/inducer/pymbolic/actions?query=branch%3Amain+workflow%3ACI+event%3Apush .. image:: https://badge.fury.io/py/pymbolic.png :alt: Python Package Index Release Page :target: https://pypi.org/project/pymbolic/ .. image:: https://zenodo.org/badge/2016193.svg :alt: Zenodo DOI for latest release :target: https://zenodo.org/badge/latestdoi/2016193

Pymbolic is a small expression tree and symbolic manipulation library. Two things set it apart from other libraries of its kind:

  • Users can easily write their own symbolic operations, simply by deriving from the builtin visitor classes.
  • Users can easily add their own symbolic entities to do calculations with.

Pymbolic currently understands regular arithmetic expressions, derivatives, sparse polynomials, fractions, term substitution, expansion. It automatically performs constant folding, and it can compile its expressions into Python bytecode for fast(er) execution.

If you are looking for a full-blown Computer Algebra System, look at sympy <https://pypi.org/project/sympy/>__ or PyGinac <https://pyginac.sourceforge.net/>__. If you are looking for a basic, small and extensible set of symbolic operations, pymbolic may well be for you.

Resources:

  • PyPI package <https://pypi.org/project/pymbolic/>__
  • Documentation <https://documen.tician.de/pymbolic/>__
  • Source code (GitHub) <https://github.com/inducer/pymbolic>__

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