[sage-devel] Re: Test failing on "ImportError: cannot import name Set"...

2009-05-03 Thread Nicolas M. Thiery
On Wed, Mar 11, 2009 at 03:31:12PM -0700, Robert Bradshaw wrote: > > On Mar 11, 2009, at 11:45 AM, Nicolas M. Thiery wrote: > > > On Wed, Mar 11, 2009 at 03:20:18AM -0500, Jason Grout wrote: > >> Wow, if the price tag on this feature is bumped up to that > >> > >> So, is this what is being a

[sage-devel] Re: JavaScript Graph editor

2009-05-03 Thread Rob Beezer
I've created a ticket for implementing latex(g) using tkz-graph at http://trac.sagemath.org/sage_trac/ticket/5975 I've spent some time with tkz-graph and it should be relatively straightforward to get some basic functionality implemented into Sage by building on this. John Palmieri has started

[sage-devel] Re: linear programming via lp_solve in sage

2009-05-03 Thread William Stein
On Sun, May 3, 2009 at 1:02 PM, Stephen Hartke wrote: > I have updated the lp_solve spkg to the latest version, lp_solve 5.5.0.14. > I have also included the documentation files, which I install into > $SAGE_LOCAL/share/doc/lp_solve-5.5.014.  Is this the correct location for > documentation files

[sage-devel] Re: notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread bbarker
I posted the above before reading your reply about running gdb ... so just to be clear, notebook() crashes before Ctrl-C is pressed (but only when running in sage -gdb). On May 3, 10:36 pm, bbarker wrote: > Some additional information: > > Trying to exit the server during hang by pressing Ctrl-C

[sage-devel] Re: notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread bbarker
Some additional information: Trying to exit the server during hang by pressing Ctrl-C repeatedly will only yield the following (repeatedly): ^Cselect() error: Interrupted system call ^Cselect() error: Interrupted system call ^Cselect() error: Interrupted system call ^Cselect() error: Interrupted

[sage-devel] Re: notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread mabshoff
On May 3, 7:14 pm, bbarker wrote: > Hi Michael, Hi Brandon, > 1 and 2 are both outside of zones (they are in the "global zone"), and > they also hang seemingly indefinitely (I haven't kept them running > long enough to prove me wrong yet, other than the one running in the > zone). Well, it s

[sage-devel] Re: notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread bbarker
Hi Michael, 1 and 2 are both outside of zones (they are in the "global zone"), and they also hang seemingly indefinitely (I haven't kept them running long enough to prove me wrong yet, other than the one running in the zone). Since it is happening on fairly different systems - SXCE (workstation/

[sage-devel] Re: notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread mabshoff
On May 3, 6:48 pm, "brandon.bar...@gmail.com" wrote: > Hello, Hi, > I'm very happy about the improved Solaris support.  Until recently I > was running sage in a linux zone on my workstation, but unfortunately > modern linux version support for branded zones is lagging.  I confess > I've also

[sage-devel] Re: JavaScript Graph editor

2009-05-03 Thread bbarker
Agreed +1, I'll probably be wanting something just like this in the near future. On May 3, 2:43 pm, Stephen Hartke wrote: > On Thu, Apr 30, 2009 at 2:05 AM, Rado wrote: > > Here is the result: > >http://www.math.uiuc.edu/~rkirov2/processing/grapheditor.html

[sage-devel] notebook() hangs in SXCE and OpenSolaris

2009-05-03 Thread brandon.bar...@gmail.com
Hello, I'm very happy about the improved Solaris support. Until recently I was running sage in a linux zone on my workstation, but unfortunately modern linux version support for branded zones is lagging. I confess I've also been using sagenb.org a bit (which will be running on a T2000 soon?) I

[sage-devel] Re: Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread jyr
On May 3, 11:29 am, mabshoff wrote: > On May 3, 3:07 am, jyr wrote: > > > If there is interest I could post it here or get a trac account and > > open a ticket for it for review. > > Yes, do both. > Hi Michael, Could you open a trac account for me please, so that I can add the code to a tick

[sage-devel] Re: Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread jyr
Hi Ondrej, No, I have not come round to publishing it yet in Comput. Phys. Commun. or some similar journal. The thought has occured to me that one could use the index functions for the 3j, 6j, and Gaunt coefficients for a much simpler storage scheme in python by using the index as a key for a d

[sage-devel] Re: NSF conference

2009-05-03 Thread Ondrej Certik
On Sat, May 2, 2009 at 3:32 PM, root wrote: > > I've just returned from the NSF conference. > > There was a big push for teaching, especially related to CAS. I suggested > a joint effort with the game industry. The idea would be to use a game > like the bridge building game (www.bridgebuilder-gam

[sage-devel] Re: Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread Ondrej Certik
On Sun, May 3, 2009 at 3:59 AM, jyr wrote: > > Ok, here it is: > > --- > r""" > Calculate Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt > coefficients > > Collection of functions for calculating er 3j

[sage-devel] Re: Functional derivative in Sage using pynac

2009-05-03 Thread William Stein
On Sun, May 3, 2009 at 3:05 PM, Golam Mortuza Hossain wrote: > > Hi, > > On Sat, May 2, 2009 at 5:20 PM, William Stein wrote: >> >> On Sat, May 2, 2009 at 12:54 PM, Maurizio wrote: >>> I had previously been interested in implementing delta dirac function >>> in pynac, especially for Laplace tra

[sage-devel] Re: Functional derivative in Sage using pynac

2009-05-03 Thread Golam Mortuza Hossain
Hi, On Sat, May 2, 2009 at 5:20 PM, William Stein wrote: > > On Sat, May 2, 2009 at 12:54 PM, Maurizio wrote: >> I had previously been interested in implementing delta dirac function >> in pynac, especially for Laplace transform, so maybe I can give you a >> couple of references. Thanks for th

[sage-devel] Re: linear programming via lp_solve in sage

2009-05-03 Thread Stephen Hartke
I have updated the lp_solve spkg to the latest version, lp_solve 5.5.0.14. I have also included the documentation files, which I install into $SAGE_LOCAL/share/doc/lp_solve-5.5.014. Is this the correct location for documentation files? The updated spkg is located at http://www.math.unl.edu/~shart

[sage-devel] Re: mathematica advertising

2009-05-03 Thread Vinzent Steinberg
On Apr 8, 9:41 am, mabshoff wrote: > > I am sure it is geographic, i.e. only Sage users in the US (and maybe > Canada?) see the ad. It also depends on the websites you visit, see http://www.google.com/intl/en/privacy_ads.html Vinzent --~--~-~--~~~---~--~~ To p

[sage-devel] Re: JavaScript Graph editor

2009-05-03 Thread Stephen Hartke
On Thu, Apr 30, 2009 at 2:05 AM, Rado wrote: > Here is the result: > http://www.math.uiuc.edu/~rkirov2/processing/grapheditor.html > Rado, This is really cool! It would be awesome if this was incorporated into Sage. Best wishes,

[sage-devel] Re: Sage 3.4.2.rc0 release!

2009-05-03 Thread Dr. David Kirkby
mabshoff wrote: > Ok, I would suggest we do the following: > > > * In 3.4.2 cap prime_pi at 2^40 since that is what Andrew suggests as > correct range for his algorithm > * add the following #long doctest (it takes about 25 seconds total in > sage.math): > > sage: for n in (30..40): > :

[sage-devel] Re: Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread jyr
Ok, here it is: --- r""" Calculate Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients Collection of functions for calculating er 3j, 6j, 9j, Clebsch-Gordan, Racah as well as Gaunt coefficient

[sage-devel] Re: Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread mabshoff
On May 3, 3:07 am, jyr wrote: > Hi, Hi Jens, > I have coded some routines that calculate Wigner 3j, 6j, 9j, Clebsch- > Gordan, Racah and Gaunt coefficients (integrals over 3 spherical > harmonics) exactly. It is all in a single python file with doc tests. > If I am not mistaken then Sage curr

[sage-devel] Wigner 3j, 6j, 9j, Clebsch-Gordan, Racah and Gaunt coefficients

2009-05-03 Thread jyr
Hi, I have coded some routines that calculate Wigner 3j, 6j, 9j, Clebsch- Gordan, Racah and Gaunt coefficients (integrals over 3 spherical harmonics) exactly. It is all in a single python file with doc tests. If I am not mistaken then Sage currently does not have such functionality and I think it

[sage-devel] Re: Sage 3.4.2.rc0 release!

2009-05-03 Thread mabshoff
Ok, I would suggest we do the following: * In 3.4.2 cap prime_pi at 2^40 since that is what Andrew suggests as correct range for his algorithm * add the following #long doctest (it takes about 25 seconds total in sage.math): sage: for n in (30..40): : time prime_pi(2^n) * For the r

[sage-devel] Re: Sage 3.4.2.rc0 release!

2009-05-03 Thread Alex Ghitza
On Sun, May 3, 2009 at 9:23 AM, Dr. David Kirkby wrote: > > Here's a table of PrimePi[2^n], with n ranging from 0 to 47. It took > roughly 20 minutes or so to compute the table. > > In[19]:= Table[{n,PrimePi[2^n]},{n,0,47}] > > Out[19]= {{0, 0}, {1, 1}, {2, 2}, {3, 4}, {4, 6}, {5, 11}, {6, 18}, {