[sage-support] Re: math range error on sqrt()

2008-10-11 Thread Robert Bradshaw
See http://trac.sagemath.org/sage_trac/ticket/4266 On Oct 10, 2008, at 4:14 PM, mabshoff wrote: > > > > On Oct 10, 4:04 pm, john_perry_usm <[EMAIL PROTECTED]> wrote: >> Try adding another 1. Apparently I copied & pasted the wrong one. >> > > I can reproduce it on a 64 bit box: > > sage: > round(

[sage-support] Re: math range error on sqrt()

2008-10-10 Thread mabshoff
On Oct 10, 4:04 pm, john_perry_usm <[EMAIL PROTECTED]> wrote: > Try adding another 1. Apparently I copied & pasted the wrong one. > I can reproduce it on a 64 bit box: sage: round(sqrt(1

[sage-support] Re: math range error on sqrt()

2008-10-10 Thread Marshall Hampton
I just get: 1.05409255339e+154 when I input your example. -M. Hampton On Oct 10, 5:24 pm, john_perry_usm <[EMAIL PROTECTED]> wrote: > Sure. This fails in exactly the fashion I mean: > sage: > round(sqrt(1

[sage-support] Re: math range error on sqrt()

2008-10-10 Thread john_perry_usm
Try adding another 1. Apparently I copied & pasted the wrong one. On Oct 10, 6:01 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote: > I just get: > 1.05409255339e+154 > when I input your example. > > -M. Hampton > > On Oct 10, 5:24 pm, john_perry_usm <[EMAIL PROTECTED]> wrote: > > > Sure. This fail

[sage-support] Re: math range error on sqrt()

2008-10-10 Thread john_perry_usm
Sure. This fails in exactly the fashion I mean: sage: round(sqrt(1

[sage-support] Re: math range error on sqrt()

2008-10-10 Thread Mike Hansen
Hi John, On Fri, Oct 10, 2008 at 10:36 PM, john_perry_usm <[EMAIL PROTECTED]> wrote: > I'm working with a biologist on some data, and having trouble getting > SAGE to solve quadratic polynomials with complicated coefficients. > Using solve() returns nothing even when there is a solution, perhaps