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

2007-12-28 Thread William Stein
On Dec 27, 2007 4:42 AM, bill.p <[EMAIL PROTECTED]> wrote: > > Thanks for the help so far. I've been able to make some minor changes > to the code > and checked the behaviour. I'm still a bit stuck on how it all ties > together. I have added > a new routine to the C++ code, but so far I've been un

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

2007-12-27 Thread bill.p
Thanks for the help so far. I've been able to make some minor changes to the code and checked the behaviour. I'm still a bit stuck on how it all ties together. I have added a new routine to the C++ code, but so far I've been unable to trace how the existing code is invoked from the Python code. I'

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

2007-12-26 Thread bill.p
OK, I'll give that a try! Many thanks, Bill --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/gr

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

2007-12-26 Thread William Stein
On Dec 26, 2007 10:27 AM, bill.p <[EMAIL PROTECTED]> wrote: > > OK, I've done all that and figured out how to tackle the Python bits. > Now I'm having trouble recompiling the C++ source in the cremona... > package. > I unpacked the source into $(SAGE_ROOT)/spkg/build/ > cremona-20071124.p4, > ran

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

2007-12-26 Thread bill.p
OK, I've done all that and figured out how to tackle the Python bits. Now I'm having trouble recompiling the C++ source in the cremona... package. I unpacked the source into $(SAGE_ROOT)/spkg/build/ cremona-20071124.p4, ran 'sage -sh' to set up the environment, and typed make. I'm including the fi

[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