[sage-support] Re: Intel Mac Sage -testall errors

2007-12-23 Thread tiredwarrior
Hi - Thanks to all that replied I untarred the file from the terminal using tar and the checksum is OK. The error message on untarring unnerved me a bit, and so I think I was too hasty in saying that testall failed. I have since let it run right through and at the end it says "all tests passed!"

[sage-support] Re: Sage notebook: Changes not saved in Sage 2.9

2007-12-23 Thread pgdoyle
> That said, I *do* want to change the implementation > so that any time a cell is changed and the cursor leaves the cell > or "save & close" is clicked, the changed version is sent back to the > server.  I think Tom Boothby has argued against this, > which is why it hasn't happened already. I th

[sage-support] Re: Can't find my way around Sage source code

2007-12-23 Thread bill.p
Mike, Many thanks for the info. I should have spotted the info when I looked at some other bits. I did try: On Dec 23, 6:36 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > Hello Bill, > > sage: E = EllipticCurve('5077a'); E > Elliptic Curve defined by y^2 + y = x^3 - 7*x + 6 over Rational Field >

[sage-support] Re: Can't find my way around Sage source code

2007-12-23 Thread bill.p
Mike, thanks for the info. I'd never have figured that out. Thanks for the supplementary advice on how to set about the work, too. Bill On Dec 23, 6:36 pm, "Mike Hansen" <[EMAIL PROTECTED]> wrote: > Hello Bill, > > sage: E = EllipticCurve('5077a'); E > Elliptic Curve defined by y^2 + y = x^3 - 7

[sage-support] Re: Can't find my way around Sage source code

2007-12-23 Thread Mike Hansen
Hello Bill, sage: E = EllipticCurve('5077a'); E Elliptic Curve defined by y^2 + y = x^3 - 7*x + 6 over Rational Field sage: E? Type: EllipticCurve_rational_field Base Class: String Form:Elliptic Curve defined by y^2 + y = x^3 - 7*x + 6 over Rational Field Namespace: Intera

[sage-support] Can't find my way around Sage source code

2007-12-23 Thread bill purvis
I'm new to Sage and haven't found my way around yet. I've downloaded 2.9 source and compiled it. For those who collect statistics it reported taking 4H 17M on my Toshiba Equium (Intel Celeron, 2.9GHz). I'm interested in adapting John Cremona's code for finding rational points on elliptic curves t