Skip to content

wrong result solving equation system with symbolic matrix #33159

@dkrenn

Description

@dkrenn

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions