blob: cba536cec90280403aab88c545725ed7642238a3 (
plain) (
blame)
1
2
3
4
5
6
7
|
pysym is an experimental Python package for symbolic manipulation with limited
scope (as in minimal). It tries to stay compatible with the API of SymPy. It
should be viewed as a prototype and not as a "production" package.
The capabilities include:
* Differentiation
* (slow) numerical evaluation (including "lambdify" support)
|