Skip to content

solve(....solution_dict=True) produces nonsense #24102

Open
@rwst

Description

@rwst
sage: solve([x**2-1>0,x>0],x,solution_dict=True)
[{1: x}]

Probably the correct result from Maxima is mistranslated. Of course inequalities expressing interval results should not be converted to dict.

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/24102

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions