Ask Your Question
0

Coxeter groups

asked 2012-10-29 12:25:16 +0200

anonymous user

Anonymous

updated 2020-04-15 21:49:54 +0200

FrédéricC gravatar image

i tried the following input (as i found it in a tutorial of christian stump):

W=CoxeterGroup(['A',3])

but it does not work (name 'CoxeterGroup' is not defined)

What's the problem with this?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2012-10-29 13:36:49 +0200

kcrisman gravatar image

It looks like this might require the sage-combinat queue. Or, it could be an old version of that code?

sage: W = WeylGroup(['A',3])
sage: W
Weyl Group of type ['A', 3] (as a matrix group acting on the ambient space)

It looks like there is more of a hierarchy now, based on the outcome of

sage: CoxeterGroups?
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-10-29 12:25:16 +0200

Seen: 215 times

Last updated: Apr 15 '20