Hi everyone, I thought I'd share the following:
sage: assume(x>0) sage: solve([x^2-1],x) [x == -1, x == 1] Shouldn't it not give me the negative solution? Also: sage: assume(x == 1) sage: bool(x == 1) False Neal --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
