> > My favorite example: Sage cannot solve x == sqrt(x): > > sage: solve(x == sqrt(x), x) > [x == sqrt(x)] >
I'm not so sure whether this is really interesting, but since the discussion is there, FriCAS does the right thing here: (1) -> solve(x=sqrt(x), x) (1) [x= 1,x= 0] Type: List(Equation(Expression(Integer))) However, in my past experience, I was quite often unsatisfied with FriCAS capabilities with respect to solving... Martin -- 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 http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.