-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
This patch adds a function:
CoxeterGroup(cartan_type, implementation = "matrix" / "permutation")
to construct Coxeter groups. Whenever possible, the Coxeter group is constructed as a permutation group, using data from GAP3/Chevie; otherwise a Weyl group is returned, as a matrix group. An upcoming implementation is by reduced words, using the Coxeter 3 package.
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: Coxeter groups, permutation groups, chevie
Author: Nicolas M. Thiéry
Reviewer: Anne Schilling, Mike Hansen
Merged: sage-5.7.beta3
Issue created by migration from https://trac.sagemath.org/ticket/8359