#11187: Implementation of finite reflection groups
------------------------------------+---------------------------------------
Reporter: stumpc5 | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.7
Component: combinatorics | Resolution:
Keywords: reflection group | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Christian Stump | Merged in:
Dependencies: #8327 | Stopgaps:
------------------------------------+---------------------------------------
Comment (by stumpc5):
{{{
+ class SubcategoryMethods:
+
+ @cached_method
+ def Irreducible(self):
+ """
+ Returns the full subcategory of the irreducible objects of
``self``.
+
+ EXAMPLES::
+
+ sage: CoxeterGroups().Irreducible()
+ Category of irreducible coxeter groups
+
+ TESTS::
+
+ sage: AffineWeylGroups().Irreducible.__module__
+ 'sage.categories.complex_reflection_groups'
+ """
+ return self._with_adjectives(('Irreducible',))
+
+ class Irreducible(AdjectiveCategory):
+ pass
+
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11187#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.