rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

matrix([1])^^-1 broken #789

Open rtoy opened 4 days ago

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-03 11:27:24 Created by macrakis on 2020-12-18 15:42:25 Original: https://sourceforge.net/p/maxima/bugs/3689


matrix([2])^^-1 => ERROR, not a matrix: 1/2

Should be matrix([1/2])

Maxima 5.44.0, SBCL 2.0.0, Windows 10

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-03 11:27:25 Created by macrakis on 2020-12-18 17:46:12 Original: https://sourceforge.net/p/maxima/bugs/3689/#cd4a


Diff:


--- old
+++ new
@@ -1 +1,5 @@
-matrix([1])^^-1  => ERROR, not a matrix: 1
+matrix([2])^^-1  => ERROR, not a matrix: 1/2
+
+Should be matrix([1/2])
+
+Maxima 5.44.0, SBCL 2.0.0, Windows 10
rtoy commented 4 days ago

Imported from SourceForge on 2024-07-03 11:27:29 Created by macrakis on 2023-07-10 23:09:52 Original: https://sourceforge.net/p/maxima/bugs/3689/#fe26


Similarly, matrix([])^^-1 should be matrix([]).

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-03 11:27:33 Created by macrakis on 2023-07-10 23:10:10 Original: https://sourceforge.net/p/maxima/bugs/3689/#2e97