Changes between Version 1 and Version 2 of Ticket #11010
- Timestamp:
- 06/08/11 20:41:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11010
-
Property
Dependencies
changed from
to
11187, 11122
-
Property
Dependencies
changed from
-
Ticket #11010 – Description
v1 v2 6 6 7 7 {{{ 8 sage: W = CoxeterGroup(['A',2] )8 sage: W = CoxeterGroup(['A',2],index_set=[1,2]) 9 9 sage: w = W.from_reduced_word([1,2,1]) 10 10 sage: C = SubwordComplex([2,1,2,1,2],w); C 11 Subword complex of type ['A', 2] for Q = [2, 1, 2, 1, 2] and pi = [1, 2, 1]11 Subword complex of type ['A', 2] for Q = [2, 1, 2, 1, 2] and pi = 121 12 12 sage: C.facets() 13 13 {(1, 2), (3, 4), (0, 4), (2, 3), (0, 1)} 14 14 }}} 15 16 Depends on Tickets #8359 and #11122.