Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added product of upper cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpc5 committed Mar 7, 2016
1 parent 9f6fe10 commit e1f49c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/cluster_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def product_of_upper_cluster(self):
[0 1]
"""
W = self.parent().group()
return W.prod(W.root_to_reflection(beta)
return W.prod(W.reflections()[beta]
for beta in reversed(self.upper_cluster()))

class ClusterComplex(SubwordComplex):
Expand Down

0 comments on commit e1f49c3

Please sign in to comment.