Re: [sage-devel] Re: WeylGroup question

2025-03-10 Thread Travis Scrimshaw
Sorry for not responding earlier about this. I posted on the GH issue, but in short, you can use `W.domain().roots()` or passing it the explicit space that has the roots that you want to use, e.g., sage: W = WeylGroup(RootSystem(['G',2]).root_lattice()) sage: list(W) [ [1 0] [ 1 0] [-1 3] [

Re: [sage-devel] Re: WeylGroup question

2025-03-09 Thread dmo...@deductivepress.ca
I have opened issue #39656 for further discussion, and expect to post a comment there soon, but questions like this will probably get a better response from other forums. On Tuesday, March 4, 2025 at 5:42:38 PM UTC-7 dmo...@deductivepress.ca wrote

Re: [sage-devel] Re: WeylGroup question

2025-03-04 Thread dmo...@deductivepress.ca
Since this is related to development, you can open an issue at https://github.com/sagemath/sage/issues. If another question comes up that isn't being answered, you could ask here on sage-devel, but the answer and discussion would continue on the issue site. Anyway, I think an answer to your ori

Re: [sage-devel] Re: WeylGroup question

2025-03-04 Thread Dima Pasechnik
On Tue, Mar 4, 2025 at 11:48 AM dmo...@deductivepress.ca wrote: > > This is a question about how to use sagemath, not an issue about sagemath > development, so you should post it on a different forum, such as > ask.sagemath.org. The people there are very knowledgeable. Another option is sage-su

Re: [sage-devel] Re: WeylGroup question

2025-03-04 Thread Jesus Martinez Garcia
Hi both, Sorry, perhaps I haven't as much detail as I should have. I am using this to develop the following package: https://github.com/Robbie-H/CompGIT/ on computing GIT quotients, which I hope it will be of use to the Sage community. I am not sure if that makes it simply an issue on how to use S

[sage-devel] Re: WeylGroup question

2025-03-04 Thread dmo...@deductivepress.ca
This is a question about how to use sagemath, not an issue about sagemath development, so you should post it on a different forum, such as ask.sagemath.org. The people there are very knowledgeable. On Tuesday, March 4, 2025 at 8:06:09 AM UTC-7 aska...@gmail.com wrote: > Hi, > > This is a long s