Affine Weyl Groups¶
-
sage.categories.affine_weyl_groups.
AffineWeylGroups
¶ The category of affine Weyl groups
Todo
add a description of this category
See also
- Wikipedia article Affine_weyl_group
WeylGroups
,WeylGroup
EXAMPLES:
sage: C = AffineWeylGroups(); C Category of affine weyl groups sage: C.super_categories() [Category of infinite weyl groups] sage: C.example() NotImplemented sage: W = WeylGroup(["A",4,1]); W Weyl Group of type ['A', 4, 1] (as a matrix group acting on the root space) sage: W.category() Category of irreducible affine weyl groups