[sage-combinat-devel] Re: sage.combinat.sf.sf into the reference manual?

2012-03-10 Thread Simon King
Hi Florent, On 10 Mrz., 10:07, Florent Hivert wrote: > Standard ReST markup: > > http://docutils.sourceforge.net/docs/ref/rst/directives.html > > Sphinx specific markup: > > http://sphinx.pocoo.org/markup/index.html Thank you! Simon -- You received this message because you are subscribed to t

Re: [sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread Salvatore Stella
Dear Christian, I can confirm that your patch does the job. It took me some time to veryfy because I had to install sage 5 (the patch trac_6588-categories-root_systems-review-nt.patch does not apply to 4.8 (even to a clean install) Thank you S. * Christian Stump [2012-03-10 18:43:30]: > Dear

Re: [sage-combinat-devel] Re: sage.combinat.sf.sf into the reference manual?

2012-03-10 Thread Florent Hivert
On Fri, Mar 09, 2012 at 04:47:50PM +0100, Nicolas M. Thiery wrote: > On Fri, Mar 09, 2012 at 06:51:15AM -0800, Simon King wrote: > > Still: Is there a list of available markups? > > Florent? Standard ReST markup: http://docutils.sourceforge.net/docs/ref/rst/directives.html Sphinx specific marku

Re: [sage-combinat-devel] Re: the unfortunate case of "affine type A twisted"

2012-03-10 Thread Anne Schilling
Hi Christian, > as you are currently discussing root systems (including 6588, thanks a > lot for working on that!): here are some issues that made it very hard > for me to work with root systems for finite reflection groups: > > # the first and the second seem to behave very differently: > > sag

Re: [sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread Anne Schilling
On 3/10/12 10:10 AM, VulK wrote: > Sorry I meant there are problem applying > trac_6588-categories-root_systems-review-nt.patch For me this patch applies. Which version of Sage are you using? It might be best to upgrade to sage-5.0.betaxxx. Anne -- You received this message because you are subs

Re: [sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread VulK
Sorry I meant there are problem applying trac_6588-categories-root_systems-review-nt.patch S. * Christian Stump [2012-03-10 18:43:30]: > Dear Salvatore, > > >        sage: S=ClusterSeed(['E',8]) > >        sage: T=S.principal_extension() > >        sage: T.b_matrix_class() > > that was a bug i

Re: [sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread Salvatore Stella
Dear Christian, at the moment I am unable to pull: the update fails when applying trac_6588-categories-root_systems-review-nt.patch which was pushed to the queue some hours ago. I will try again shortly and report back. Thank you for the quick fix S. * Christian Stump [2012-03-10 18:43:30]: > D

Re: [sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread Christian Stump
Dear Salvatore, >        sage: S=ClusterSeed(['E',8]) >        sage: T=S.principal_extension() >        sage: T.b_matrix_class() that was a bug in our code (that was there actually from the beginning on). I hope I fixed it; I pushed the changes, could you please recheck that you get the right num

[sage-combinat-devel] B-matrix class of finite type cluster algebras

2012-03-10 Thread Salvatore Stella
Dear all, I am running Sage Version 4.8 with combinat compiled 3 days ago. I was trying to compute the class of extended B-matices for the principal coefficients cluster algebra of type $E_8$ and I got the following error. sage: S=ClusterSeed(['E',8]) sage: T=S.principal_extension

Re: [sage-combinat-devel] Re: the unfortunate case of "affine type A twisted"

2012-03-10 Thread Christian Stump
Hi -- as you are currently discussing root systems (including 6588, thanks a lot for working on that!): here are some issues that made it very hard for me to work with root systems for finite reflection groups: # the first and the second seem to behave very differently: sage: x = CartanType([['A

Re: [sage-combinat-devel] Re: the unfortunate case of "affine type A twisted"

2012-03-10 Thread Christian Stump
> Christian: I had to slightly rebase > trac_11187-finite_reflection_groups-cs.patch for the doctests I just > added to apply_simple_reflection and friends. alright -- thanks! -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to th

Re: [sage-combinat-devel] Re: the unfortunate case of "affine type A twisted"

2012-03-10 Thread Nicolas M. Thiery
Christian: I had to slightly rebase trac_11187-finite_reflection_groups-cs.patch for the doctests I just added to apply_simple_reflection and friends. Cheers, Nicolas -- Nicolas M. Thiéry "Isil" http://Nicolas.Thiery.name/ -- You received this message because yo

Re: [sage-combinat-devel] Re: the unfortunate case of "affine type A twisted"

2012-03-10 Thread Nicolas M. Thiery
Hi Anne, On Fri, Mar 09, 2012 at 04:09:13PM -0800, Anne Schilling wrote: > Impressive patch! Thanks for working on this. :-) Thanks so much for your very useful and quick review. I really appreciate that! Followup on http://trac.sagemath.org/sage_trac/ticket/6588 Cheers,