On Fri, Jul 12, 2013 at 2:41 PM, Chris Seberino <cseber...@gmail.com> wrote:
> bug found in solve function?   solve( x * (x + 2) == 143, x) returns [x ==
> 11, x == -13]
>
> See here...new Sage session...

What do you want it to return given the above input?

> ----------------------------------------------------------------------
> | Sage Version 5.2, Release Date: 2012-07-25                         |

You should upgrade to Sage 5.10 :-)

William

> | Type "notebook()" for the browser-based notebook interface.        |
> | Type "help()" for help.                                            |
> ----------------------------------------------------------------------
> sage: solve( x * (x + 2) == 143, x)
> [x == 11, x == -13]
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

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


Reply via email to