inducer/pymbolic
A simple package to do symbolic math (focus on code gen and DSLs)
This is a library for Python developers who need to work with mathematical expressions symbolically. It takes mathematical expressions as input and allows for manipulation, simplification, and code generation. Developers can use this to build domain-specific languages (DSLs) or generate high-performance code from mathematical formulas.
125 stars. Used by 1 other package. Available on PyPI.
Use this if you are a Python developer needing to implement custom symbolic math operations or generate code from expressions, rather than using a general-purpose computer algebra system.
Not ideal if you are looking for a complete, off-the-shelf computer algebra system for general mathematical problem-solving.
Stars
125
Forks
27
Language
Python
License
—
Category
Last pushed
Mar 08, 2026
Commits (30d)
0
Dependencies
3
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/inducer/pymbolic"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
stack-of-tasks/pinocchio
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
inducer/loopy
A code generator for array-based code on CPUs and GPUs
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...