-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement right-angled Artin groups #15137
Comments
comment:1
There is a TODO in that there isn't a good way to create a matrix over |
comment:2
Hi Travis-- It's a bit of a hack, but what about using -1 for infinity in the Coxeter matrix? cheers, Hugh |
This comment has been minimized.
This comment has been minimized.
comment:3
That's a good idea. It has been done. |
comment:5
Replying to @fchapoton:
I don't like the symbolic ring either, but I wan't quite sure before about how to make it work with the UCF. I'm thinking we could peel off the necessary portion of your addon patch in #14816 and put it with the Coxeter group code. I didn't notice #9290, so shall we move the Coxeter group code there? I also haven't thought completely through yet how I want to interact with #14816 and Weyl groups of root systems. |
This comment has been minimized.
This comment has been minimized.
comment:6
I've split off the Coxeter portion to #9290 since that ticket already is for that. This ticket now focuses solely on a first implementation of RAAG's. |
Changed keywords from Coxeter Artin group RAAG to Artin group RAAG |
Commit: |
comment:7
Attachment: trac_15137-groups-ts.patch.gz New commits:
|
Branch: public/groups/15137-raags |
Changed keywords from Artin group RAAG to Artin group RAAG, days54 |
comment:10
Because I think they are a very interesting class of groups (and GAP doesn't have them |
Dependencies: #15603 |
comment:11
Would it make sense to inherit from FinitelyPresentedGroup? Things like the Alexander matrix could be interesting to have. |
comment:12
sage: G = RightAngledArtinGroup(graphs.EmptyGraph()) it should either fail more gracefully or succeed.
|
comment:13
Replying to @miguelmarco:
I'm not sure. Replying to @fchapoton:
Grrr...boarder cases; I'll fix this after I see what would be the most consistent behavior.
Will fix.
That would be better; will change. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:27
Looks good. |
comment:28
reviewer name |
Reviewer: Frédéric Chapoton, Miguel Marco |
Changed keywords from Artin group RAAG, days54 to Artin group RAAG, days54, sd58 |
Changed branch from public/groups/15137-raags to |
This patch implements Right-angled Artin groups (RAAG's for short, a.k.a. graph groups or partially commutative groups).
Depends on #15603
Depends on #15669
CC: @vbraun @miguelmarco
Component: group theory
Keywords: Artin group RAAG, days54, sd58
Author: Travis Scrimshaw
Branch/Commit:
473384d
Reviewer: Frédéric Chapoton, Miguel Marco
Issue created by migration from https://trac.sagemath.org/ticket/15137
The text was updated successfully, but these errors were encountered: