From 354aea4aa1ca248c1eabc5e747c793d938918cf1 Mon Sep 17 00:00:00 2001 From: grissiom Date: Wed, 12 May 2010 23:27:42 +0200 Subject: academic/sympy: Added to 12.2 repository --- academic/sympy/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 academic/sympy/README (limited to 'academic/sympy/README') diff --git a/academic/sympy/README b/academic/sympy/README new file mode 100644 index 0000000000000..c5f09e0c67469 --- /dev/null +++ b/academic/sympy/README @@ -0,0 +1,6 @@ +SymPy is a Python library for symbolic mathematics. It aims to become a +full-featured computer algebra system (CAS) while keeping the code as simple as +possible in order to be comprehensible and easily extensible. SymPy is written +entirely in Python and does not require any external libraries. + +If you install iPython on your machine, sympy could take advantage of it. -- cgit v1.2.3