Ask Your Question
0

Coxeter groups

asked 12 years ago

anonymous user

Anonymous

updated 4 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 12 years ago

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?
Preview: (hide)
link

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: 12 years ago

Seen: 307 times

Last updated: Apr 15 '20