On Dec 18, 10:49 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Is this working as intended?
>
> The first statement should return the same as the second, and the
> third statemnt is ok.
>
> sage: solve([3==3, 1.00000000000000*x^3 == 0], x)
> []
> sage: solve([1.00000000000000*x^3 == 0], x)
> [x == 0]
> sage: solve([1==3, 1.00000000000000*x^3 == 0], x)
> []

In my opinion, this is a bug.  Thanks for reporting this; it is now
tracked at http://sagetrac.org/sage_trac/ticket/1569

Carl Witty
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to