From 5a38a8293c4f34bf69f5898c4a65ed306d4f2c3e Mon Sep 17 00:00:00 2001 From: David A Roberts Date: Sat, 26 Oct 2024 22:10:46 +1000 Subject: [PATCH] Polynomials over slots are sorted strangely at the moment --- mathics/builtin/numbers/calculus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathics/builtin/numbers/calculus.py b/mathics/builtin/numbers/calculus.py index a9ea7c236..2c9d0be39 100644 --- a/mathics/builtin/numbers/calculus.py +++ b/mathics/builtin/numbers/calculus.py @@ -1614,7 +1614,7 @@ class Root(SympyFunction): Roots that can't be represented by radicals: >> Root[#1 ^ 5 + 2 #1 + 1&, 2] - = Root[#1 ^ 5 + 2 #1 + 1&, 2] + = Root[1 + #1 ^ 5 + 2 #1&, 2] """ messages = {