You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mathics3 is a general-purpose computer algebra system (CAS).
10
10
11
-
However this repository contains just the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
11
+
However this repository contains just the Mathics3 Kernel: Python
12
+
modules for WL Built-in functions, variables, core primitives,
13
+
e.g. Symbol, a parser to create Expressions, and an evaluator to
14
+
execute them.
12
15
13
-
The home page for Mathics is https://mathics.org where you will find a list of screenshots and components making up the system.
16
+
The home page for Mathics is https://mathics.org where you will find a
17
+
list of screenshots and components making up the system.
14
18
15
19
Installing
16
20
----------
@@ -22,15 +26,15 @@ See the `Installing Mathics3 <https://mathics-development-guide.readthedocs.io/e
22
26
Running:
23
27
--------
24
28
25
-
Mathics3, the core library comes with a very simple command-line program called ``mathics``::
29
+
Mathics3 Kernel comes with a very simple command-line program called ``mathics``::
26
30
27
31
$ mathics
28
32
29
-
Mathics 5.0.3dev0
30
-
on CPython 3.8.12 (heads/v2.3.4.1_release:4a6b4d3504, Jun 3 2022, 15:46:12)
31
-
using SymPy 1.10.1, mpmath 1.2.1, numpy 1.23.1, cython 0.29.30
33
+
Mathics 8.0.0
34
+
on CPython 3.12.8 (main, Dec 9 2024, 11:38:23) [GCC 13.2.0]
35
+
using SymPy 1.13.3, mpmath 1.3.0, numpy 1.26.4, cython Not installed
32
36
33
-
Copyright (C) 2011-2022 The Mathics Team.
37
+
Copyright (C) 2011-2025 The Mathics3 Team.
34
38
This program comes with ABSOLUTELY NO WARRANTY.
35
39
This is free software, and you are welcome to redistribute it
36
40
under certain conditions.
@@ -60,14 +64,12 @@ License
60
64
61
65
Mathics is released under the GNU General Public License Version 3 (GPL3).
0 commit comments