how much of Sage are you using?  If you are
just using Sage as a front end to Maxima, maybe
you should just use Maxima.

The relationship of solve and to_poly_solve has been
discussed from time to time in the maxima newsgroup.

Whether there is a feasible "upgrade" to just use sympy's
solve is perhaps another path.  
RJF

On Wednesday, December 13, 2017 at 1:36:10 AM UTC-8, Jori Mäntysalo wrote:
>
> This has been discussed earlier, but I was again asked about this: 
>
> sage: solve(x*abs(x)==1, x) 
> [x == (1/abs(x))] 
> sage: solve([x*abs(x)==1, x==x], x) 
> [[x == 1]] 
>
> And yes, to_poly_solve=True can be used. But this is annoying to teach and 
> gives bad impression of Sage. Is there any plans to make this better? 
>
> -- 
> Jori Mäntysalo 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to