diff options
author | David Melik <dchmelik@gmail.com> | 2022-03-30 12:50:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:15 +0700 |
commit | 7febc64d8174169c6b0425d81ba9d78ec28ecb4c (patch) | |
tree | 6764ebc4fb1a441f7ca563122018f87ce8c4eee2 /academic/mathics/README | |
parent | 1f05929a196461940367ff29e171c11bf432edbf (diff) |
academic/mathics: Updated for version 4.0.0.
Wrap long line in README.
Remove extra blank line at end of slack-desc.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/mathics/README')
-rw-r--r-- | academic/mathics/README | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/academic/mathics/README b/academic/mathics/README index 9cac17e266..59741fe499 100644 --- a/academic/mathics/README +++ b/academic/mathics/README @@ -1,4 +1,22 @@ -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. +Mathics is a general-purpose computer algebra system (CAS). It is an +open-source alternative to Mathematica. It is free both as in "free +beer" and as in "freedom". + +The home page of Mathics is https://mathics.org. + +Installing and Running +See read the docs guide +https://mathics-development-guide.readthedocs.io/en/latest/ +for instructions on installing +https://mathics-development-guide.readthedocs.io/en/latest/ +and running +https://mathics-development-guide.readthedocs.io/en/latest/running.html + +Contributing +Please feel encouraged to contribute to Mathics! Create your own fork, +make the desired changes, commit, and make a pull request. + +License + +Mathics is released under the GNU General Public License Version 3 +(GPL3). |