mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
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)
|
|
|
|
WWW: https://github.com/bjodah/pysym
|