diff options
author | David Melik <dchmelik@gmail.com> | 2015-07-15 00:50:34 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:57:22 -0500 |
commit | 111f4c18e6c2fcc2ef7bc90c19d46c5a801810b3 (patch) | |
tree | a8a3091839d98f2d13cfdd9bc9f8a45893b6fa8a /academic/mathics/README | |
parent | 0cddda1267c2110c10c0d1f5e60f6a3c0357ae79 (diff) |
academic/mathics: Added (computer algebra system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/mathics/README')
-rw-r--r-- | academic/mathics/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/mathics/README b/academic/mathics/README new file mode 100644 index 000000000000..bfcff96767e6 --- /dev/null +++ b/academic/mathics/README @@ -0,0 +1,5 @@ +Mathics is a free, light-weight alternative to Mathematica. +Mathics is a general-purpose online computer algebra system featuring Mathematica-compatible syntax and functions. +It is backed by highly extensible Python code, relying on SymPy for most mathematical tasks. + +You can install Cython for some extra functionality/optimizations. |