Symbolic computations

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Sep 9 16:27:00 EDT 2012


On Sun, 09 Sep 2012 19:26:25 +0200, Mok-Kong Shen wrote:

> I heard of names of two systems for Python users to do symbolic
> computations: SymPy and Sage. Could someone say a few lines from
> experiences about their comparisons? Thanks in advance.

Sage includes and is compatible with sympy. See for example:

http://www.sagemath.org/doc/reference/sage/calculus/test_sympy.html



-- 
Steven



More information about the Python-list mailing list