Hi all,
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?
Cheers,
Jesus TC
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.