-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
We get
sage: Matrix(SR, [[1, 1]]).solve_left(vector(SR, [2, 3]))
(2)
which is wrong. This works for matrices over QQ
as we can see by
sage: Matrix([[1, 1]]).solve_left(vector([2, 3]))
ValueError: matrix equation has no solutions
CC: @mwageringel
Component: symbolics
Author: Michael Orlitzky
Branch: 0abe6bd
Reviewer: Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/33159