Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Nicolas M. Thiery
Hi Simon, This is beautiful! Thanks for your (and Singular)'s hard work on this! What's the category for F? It would be great if it was in AlgebrasWithBasis, and in particular if CombinatorialFreeModule and FreeAlgebra would be consistent with each other (in particular for the accessors

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Anne Schilling
Hi Simon, Great! This works now. I'll play around with your patch and will report later. Cheers, Anne On 3/25/11 11:05 AM, Simon King wrote: Hi! I got it! On 25 Mrz., 18:59, Simon Kingsimon.k...@uni-jena.de wrote: $ ls sage/algebras/letterplace/ free_algebra_element_letterplace.pxd

[sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Simon King
Hi Nicolas, On 26 Mrz., 08:03, Nicolas M. Thiery nicolas.thi...@u-psud.fr wrote: What's the category for F? It would be great if it was in AlgebrasWithBasis, and in particular if CombinatorialFreeModule and FreeAlgebra would be consistent with each other (in particular for the accessors on

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Anne Schilling
Hi Nicolas and Simon, On Fri, Mar 25, 2011 at 05:37:41AM -0700, Anne Schilling wrote: Nicolas, I wanted to add the patch trac7797-full_letterplace_wrapper.patch to the sage-combinat queue to test it, but it does not commute with your patch trac_10961-lie_bracket_in_rings-nt.patch. Would it be

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Nicolas M. Thiery
On Sat, Mar 26, 2011 at 06:11:44AM -0700, Anne Schilling wrote: I just review #10961, but unfortunately could not give it a positive review due to a typo in the doc test (the tests do not pass). Once that is fixed I am happy to give a positive review. Done. Thanks Could you then rebase

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Anne Schilling
Hi Simon, One advantage of having a similar set up to AlgebrasWithBasis would be the following commands which are often quite useful: sage: G = AlgebrasWithBasis(ZZ).example() sage: G An example of an algebra with basis: the free algebra on the generators ('a', 'b', 'c') over Integer

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Anne Schilling
On 3/26/11 7:06 AM, Nicolas M. Thiery wrote: On Sat, Mar 26, 2011 at 06:11:44AM -0700, Anne Schilling wrote: I just review #10961, but unfortunately could not give it a positive review due to a typo in the doc test (the tests do not pass). Once that is fixed I am happy to give a positive

[sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Simon King
Hi Anne, hi Nicolas, On 26 Mrz., 15:30, Anne Schilling a...@math.ucdavis.edu wrote: Could you then rebase trac7797 so that it is easier to use it in the sage-combinat queue? I added it there, but it is currently disabled. Ok, as soon as I get Simon's green light. Sounds good! Simon, can

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Nicolas M. Thiery
On Sat, Mar 26, 2011 at 09:23:04AM -0700, Simon King wrote: I'll probably be not able to rebase it until Monday, but if you like, you can rebase it. Ok. I'll try to do that tonight. Otherwise tomorrow evening. Concerning the methods discussed here: For the current version of the patch, I did

Re: [sage-combinat-devel] Re: (free) algebras

2011-03-26 Thread Anne Schilling
Hi Simon, I am not sure this is the smallest example, but I get some error messages when playing with the quotients: sage: n=3 sage: F = FreeAlgebra(ZZ,n,'x',implementation='letterplace') sage: x = F.gens() sage: rel = [x[(i+1)%n]*x[i]*x[i]-x[i]*x[(i+1)%n]*x[i] for i in range(n)] sage: rel +=

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Simon King
Hi! On 26 Mrz., 03:03, William Stein wst...@gmail.com wrote: Please find bugs inhttp://flask.sagenb.org.  Is it slow?  Fast? Broken in *any* way at all? Is there any way to interrupt a computation? When I do Ctrl-c, nothing happens (no KeyboardInterrupt), and I don't see an interrupt button.

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Juanlu001
Just one silly bug, but when at first I open the page, I see Error: Username is not in the system and Error: Wrong password in the login form. By the way, is https://code.google.com/r/rkirov-flask/ the source code of this notebook? Should we test it locally in addition? On Mar 26, 3:04 am,

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Rado
By the way, ishttps://code.google.com/r/rkirov-flask/the source code of this notebook? Should we test it locally in addition? Yes, thats the repository that has the version that is currently served at flask.sagemath.org. Local testing is welcome too, let me know if there are issues with the

Re: [sage-devel] Re: [sage-notebook] http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Florent Hivert
Hi There, +1 for openid support! +1 too, but with one slight problem: I connected using my google id and now my username is something like openidXisFhSuwsA moreover it stay as such when in published my worksheet. I'd rather have my real name here if technically possible. Nice work guys.

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread mhampton
No, they don't work currently in published worksheets. That would be a tricky security issue to solve (but it would be very nice!). -M. Hampton On Mar 26, 7:24 am, Juanlu001 juanlu...@gmail.com wrote: It seems to me that @interact plots in published worksheets don't work (in fact, I just

[sage-devel] Re: Sage presence at FoCM, ICIAM?

2011-03-26 Thread mhampton
I'll be at ICIAM, but I think its too late to get any sort of official presence. Its too bad, since it would be a great place to advertise our extistence. -Marshall Hampton On Mar 25, 10:36 pm, Paul Leopardi paul.leopa...@iinet.net.au wrote: Hi all, Not sure if this is the right list, but I

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Paulo César Pereira de Andrade
2011/3/25 Jason Grout jason-s...@creativetrax.com: On 3/25/11 7:03 PM, William Stein wrote: Hi, Please find bugs in http://flask.sagenb.org.  Is it slow?  Fast? Broken in *any* way at all? Jmol doesn't work, as far as we can tell.  We aren't sure why, though. Kudos to whoever can figure

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jonathan
This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3) Could also related to the JavaVM you are using. Jmol

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Paulo César Pereira de Andrade
2011/3/26 Jonathan gu...@uwosh.edu: This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3) Could also

[sage-devel] Re: Fernando Perez's talk today at Sage Days 29

2011-03-26 Thread Samuel Lelievre
On Mar 25, 6:16 am, William Stein wrote: Today Fernando Perez gave a very inspiring and enthusiastic talk today at Sage Days 29 on Scientific Computing using Python, including a historical introduction with a story about how he accidentally unplugged the internet for the entire country of

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread William Stein
Hi, With the flask.sagenb.org testing notebook, it seems like when I click on the Rate it button on a published worksheet, it doesn't work, e.g., here: http://flask.sagenb.org/home/pub/2/ William -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from

Re: [sage-devel] Sage presence at FoCM, ICIAM?

2011-03-26 Thread William Stein
On Fri, Mar 25, 2011 at 8:52 PM, John Cremona john.crem...@gmail.com wrote: William Stein is a plenary speaker at FoCM, and I'm sure there will be Yes, and I'll be giving my plenary talk on the Sage project. -- William mention of Sage at least in the Computational number theory workshop of

Re: [sage-devel] Re: Fernando Perez's talk today at Sage Days 29

2011-03-26 Thread Fernando Perez
On Sat, Mar 26, 2011 at 8:47 AM, Samuel Lelievre samuel.lelie...@gmail.com wrote: including a historical introduction with a story about how he accidentally unplugged the internet for the entire country of Colombia when he was a grad student. You can watch the video of the talk here:

[sage-devel] Re: [sage-notebook] http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jason Grout
On 3/26/11 6:42 AM, Florent Hivert wrote: Hi There, +1 for openid support! +1 too, but with one slight problem: I connected using my google id and now my username is something like openidXisFhSuwsA moreover it stay as such when in published my worksheet. I'd rather have my real name

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jason Grout
On 3/26/11 10:03 AM, Jonathan wrote: This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3) Could also

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Francois Bissey
On 3/26/11 10:03 AM, Jonathan wrote: This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3)

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jason Grout
On 3/26/11 8:52 PM, Francois Bissey wrote: Where can we find the flask notebook code with all the dependencies needed? And any patches needed for sage? Would be cool to toy with this locally. https://code.google.com/r/rkirov-flask/ I also applied some of the patches at #9232 and #9238 and