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
Copy file name to clipboardExpand all lines: doc/en/Installation/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,17 @@ To check your version of maxima, run `maxima --version`. If Moodle is set up us
53
53
54
54
Alternatively, Maxima can also be run on a separate server via [GoeMaxima](https://github.com/mathinstitut/goemaxima) or [MaximaPool](https://github.com/maths/stack_util_maximapool).
55
55
56
-
Please note
56
+
Please note:
57
+
58
+
* STACK has been tested on Maxima 5.49.0 and 5.48.0, and earlier versions.
59
+
* As of April 2026, the distributed version of Maxima 5.47.0, e.g. bundled with Debian, is missing the Grobner package which is essential. You will need to compile Maxima from source.
60
+
* Maxima 5.40.0 changed the way subscripts were displayed. We are no longer testing against versions before 5.40.0, so there may be inconsitencies with display of subscripts with other versions.
61
+
62
+
Old notes:
57
63
58
64
* Please avoid versions 5.37.x which are known to have a minor bug which affects STACK. In particular with `simp:false`, \(s^{-1}\) is transformed into \(1/s\). This apparently minor change makes it impossible to distinguish between the two forms. This causes all sorts of problems. Do not use Maxima 5.37.1 to 5.37.3.
59
65
* Older versions of Maxima: in particular, Maxima 5.23.2 has some differences which result in \(1/\sqrt{x} \neq \sqrt{1/x}\), and similar problems. This means that we have an inconsistency between questions between versions of maxima. Of course, we can argue about which values of \(x\) make \(1/\sqrt{x} = \sqrt{1/x}\), but currently the unit tests and assumption is that these expressions should be considered to be algebraically equivalent! So, older versions of Maxima are not supported for a reason. Please test thoroughly if you try to use an older version, and expect some errors in the mathematical parts of the code.
60
66
* If you install more than one version of Maxima then you will need to tell STACK which version to use. Otherwise just use the "default" option.
61
-
* Maxima 5.40.0 changed the way subscripts were displayed. We are no longer testing against versions before 5.40.0, so there may be inconsitencies with display of subscripts with other versions.
62
67
63
68
Instructions for installing a more recent version of Maxima on CentOS 6 are available on the [Moodle forum](https://moodle.org/mod/forum/discuss.php?d=270956) (Oct 2014).
0 commit comments