diff options
author | grissiom <chaos.proton@gmail.com> | 2010-05-12 23:27:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:27:42 +0200 |
commit | 354aea4aa1ca248c1eabc5e747c793d938918cf1 (patch) | |
tree | f99d606bae7319e016fe5ed6d4d59cead5766892 /academic/sympy/README | |
parent | 53a10a02a59196d1bc3e034374ab9548dbe67c9b (diff) |
academic/sympy: Added to 12.2 repository
Diffstat (limited to 'academic/sympy/README')
-rw-r--r-- | academic/sympy/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/sympy/README b/academic/sympy/README new file mode 100644 index 000000000000..c5f09e0c6746 --- /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. |