diff options
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 9cac17e26687a..59741fe4992e9 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). |