<div id="comment:0"></div> ``` 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_