[sage-devel] Re: Teach a man to fish

2007-07-02 Thread Hamptonio
I have put some candidate code up on the sage-trac site. I had some funny errors trying to upload a patch for the calculus all.py, so I gave up. It just needs a line like from desolvers import desolve, desolve_laplacian, desolve_system I got somewhat hung up on thinking about how to change

[sage-devel] Fwd: [sage-devel] Re: Teach a man to fish

2007-05-11 Thread David Roe
1) I started moving desolvers.py into SAGEHOME/devel/sage-main/build/sage/calculus/. Is this the appropriate place? Seems like a good place to me. 2) You use Integer(i) instead of just i, which seems unnecessary. I changed all of these, but I am wondering why they were as they were. The

[sage-devel] Re: Fwd: [sage-devel] Re: Teach a man to fish

2007-05-11 Thread William Stein
On 5/11/07, David Roe [EMAIL PROTECTED] wrote: 1) I started moving desolvers.py into SAGEHOME/devel/sage-main/build/sage/calculus/. Is this the appropriate place? Seems like a good place to me. 2) You use Integer(i) instead of just i, which seems unnecessary. I changed all of these,

[sage-devel] Re: Fwd: [sage-devel] Re: Teach a man to fish

2007-05-11 Thread William Stein
You're right -- the docs should be changed. We moved everything to www.sagemath.org a while ago On 5/11/07, Hamptonio [EMAIL PROTECTED] wrote: OK, I changed back to using the Integer casts. By the way, in the document devel/sage-main/mercurial-howto.txt, it says to get the latest