Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 6 and 7
Revision 6 as of 2012-01-17 22:39:48
Size: 1103
Editor: nthiery
Comment:
Revision 7 as of 2012-05-23 20:04:28
Size: 1558
Editor: aschilling
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

 * [[attachment:quantum-Bruhat-graphA2.png|Quantum Bruhat graph for A2]]
   Obtained with:
{{{
    sage: W = WeylGroup(['A',2],prefix='s')
    sage: G = W.quantum_bruhat_graph()
    sage: G.show()
}}}
   [[attachment:parabolic-quantum-Bruhat-graphA3[1].png|Parabolic quantum Bruhat graph for A3 with J=[1]]]
   Obtained with:
{{{
    sage: W = WeylGroup(['A',3],prefix='s')
    sage: G = W.quantum_bruhat_graph([1])
    sage: G.show()
}}}

Cool pictures produced with Sage-Combinat

    sage: W = WeylGroup(['A',2],prefix='s')
    sage: G = W.quantum_bruhat_graph()
    sage: G.show()

    sage: W = WeylGroup(['A',3],prefix='s')
    sage: G = W.quantum_bruhat_graph([1])
    sage: G.show()

    sage: g = sage.categories.category.category_graph()
    sage: g.set_latex_options(format="dot2tex")
    sage: view(g, pdflatex=True, tightpage = True)
  • Graphs representing the Cartan matrix of the monoid of upper unitriangular boolean nxn matrices. For the second one, I can't resist quoting Tom Denton: "First they tell us we will never need more than 640k of RAM, then they tell us our documents should always be less than the length of a limousine..."
  • The J-order on the BiHecke monoid for the symmetric group S_3

  • Sage-Combinat T-Shirt for FPSAC 2009:

combinat/CoolPictures (last edited 2013-03-02 08:41:01 by nthiery)