Florent Hivert
unread,Oct 3, 2012, 6:13:31 AM10/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com, Sage Combinat Devel
Hi,
> When relabelling a Cartan type:
>
> sage: A3 = CartanType("A3")
> sage: A3r = A3.relabel({1:2,2:3,3:1})
>
> one loses the cartan_matrix method, which is not implemented in [...]/combinat/root_system/type_relabel.py.
>
> It would be trivial to create it: just calling the cartan_matrix method of the CartanType parent and reordering columns and rows according to the relabelling.
>
> May I open a ticket in trac?
I'm forwarding this to sage-combinat-devel, where most root system related
discussions take place.
Cheers,
Florent